/* CSS Document */

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #E8E8E8;
}
div#centered {
	border: 0; 
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0%;
}
.allborder {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
.yellowheader {
	font-family: Arial, Helvetica, sans-serif;
	color: #BDBE68;
	font-size: 25px;
}
.yellowsubheader {
	font-family: Arial, Helvetica, sans-serif;
	color: #BDBE68;
	font-size: 13px;
	font-weight: bold;
}
.yellowlink, .yellowlink:active, .yellowlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #BDBE68;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.yellowlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #BDBE68;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.grayheader {
	font-family: Arial, Helvetica, sans-serif;
	color: #737373;
	font-size: 25px;
}
.graytext {
	font-family: Arial, Helvetica, sans-serif;
	color: #676767;
	font-size: 11px;
	line-height: 15px;
}
.graytextsm {
	font-family: Arial, Helvetica, sans-serif;
	color: #676767;
	font-size: 10px;
}
.graylink, .graylink:hover, .graylink:active, .graylink:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #676767;
	font-size: 10px;
	text-decoration: underline;
}
.plainlink, .plainlink:active, .plainlink:visited, .plainlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #676767;
	font-size: 11px;
	text-decoration: underline;
}
.bodylink, .bodylink:active, .bodylink:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #676767;
	font-size: 11px;
	text-decoration: underline;
}
.bodylink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #676767;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	padding: 1px;
}
.shadow	 {filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=3);} 
.shadow1 {filter:progid:DXImageTransform.Microsoft.Shadow(color='#a9a9a9', Direction=135, Strength=2);}