body {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-image: url(images/alloy_background.gif);
	background-color: #FFFFFF;
	background-position: top left;
	background-repeat: no-repeat;
}

a {
	color : #003366;
	text-decoration : none;
	font-weight: bold;
}

#content {
	position: absolute;
	font-size: 14px;
	top: 165px;
	left: 175px;
	padding: 10px;
	width: 460px;
}

#matlogin {
	 border: 2px solid #336699;
	 width: 300px;
	 margin-left: 50px;
}
#matlogin td {font-weight: bold; font-size: 12px; padding: 1px 3px;}
#matlogin th {font-size: 14px; font-weight: 800; padding: 3px 0 5px 0; text-align: center; color: #FFFFFF; background-color: #336699;}
#matlogin td label {font-weight: normal;}

#links {
	position: absolute;
	top: 175px;
	left: 28px;
}

#links p {
	padding: 0;
	margin: 5px; 0;
}

.regtext {  font-size: 12px; font-weight: normal;}
.regtextCopy { font-size: 12px; font-style: normal; font-weight: bold; }
.titles {  font-size: 16px; font-weight: 800; font-variant: normal; color: #666666; }

/* Validation Error Properties - Need to also add to pws.css */
span.validationErrorTitle {margin: 2px 0 2px 0;color: #000; font-size: 10pt; font-weight: bold; display: block; text-align: center;}
span.validationError { background-color: #FEABAB; color: #000; display: block; padding: 1px 5px 2px 5px; margin: 3px 10px 3px 10px; border: solid 2px #000;}
span.validationError ul {margin: .5em 0 2px 2em;}
