@charset "ISO-8859-1";
body {
	background-color: #212121;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.yellowheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffcc00;
}
.graytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6f6b6b;
}
.linehirizontal {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4C4A4A;
	padding-bottom: 7px;
}
.graytext a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	decoration: underline;
	text-decoration: none;	
}
.graytext a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6f6b6b;
	decoration: none;
	text-decoration: underline;
}
.blackheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
}
.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.linehirizontaltop {
	padding-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444242;
	padding-bottom: 7px;
}
.linehirizontalnone {
	padding-bottom: 7px;
	padding-top: 7px;
}
.linevertical {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFCC00;
}
.graytextbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6f6b6b;
	font-weight: normal;
}
.graytextbigwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
.inputForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #666666;
	color: #FFFFFF;
	border: 1px solid #212121;
}
.submitForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffcc00;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
