body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0C1C8D;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #0C1C8D;
	scrollbar-3dlight-color: #0C1C8D;
	scrollbar-darkshadow-color: #0C1C8D;
	scrollbar-shadow-color: #0C1C8D;
	scrollbar-arrow-color: #0C1C8D;
	scrollbar-track-color: #0C1C8D;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FDDD00;
}

a:link {
	color: #FDDC01;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FDDC01;}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
div#output form input.text, div#output form input.button, div#output form select, div#output form textarea {
	margin-top: 2px;
}
html>body input.text, html>body input.button html>body select {
	height: 1em;
}
*:root input.text, *:root input.button, *:root select {
	height: auto;
}
input.text, input.button, textarea, select {
	font: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
input.button {
	border: 1px solid #FFFFFF;
	padding: .1em .1em;
	color: #FFFFFF;
	background-color: #3441A0;
	border-radius: .4em;
}
input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #3441A0;
}
input[type="submit"]:active {
	background-color: #3441A0;
}
input[type="submit"][disabled] {
	border-color: #FFFFFF;
	color: #FFFFFF;
	background-color: #3441A0;
}
input.text, textarea, select {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #3441A0;
	letter-spacing: 1px;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
	background-color: #3441A0;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color: #3441A0;
}


.PageTopLeft {
	background-attachment: scroll;
	background-image: url(../images/HPS/Page_Top_Left.jpg);
	background-position: left top;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}

.textTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FDDC01;
}
.textSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FDDD00;
}
.TextWhite {
	color: #FFFFFF;
}
.Border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FDDC01;
	border-left-color: #FDDC01;
}
.TitleBG {
	background-attachment: scroll;
	background-image: url(../images/HPS/Title_Back.gif);
	background-position: right top;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}
.TextBlue {
	color: #0C1C8D;
	font-weight: bold;
	padding-top: 19px;
	line-height: 15px;
}
.TextBlack {
	color: #000000;
}
