/* NOTE - The CSS elements must remain in this order to work properly! */

BODY {
	margin: 0px;
	padding: 10px;
	scrollbar-base-color: #0077C0;
	scrollbar-face-color: #0077C0;
	scrollbar-arrow-color: #C1D72E;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #000000;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A	{
	color: #CC0000;
	text-decoration: underline;
}

A:link, A:visited	{
	color: #CC0000;
	text-decoration: underline;
}

A:active, A:hover	{
	color: #CC0000;
	text-decoration: none;
}

TD {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}

IMG {
	border: 0;
	vertical-align: top;
}

.sub_nav {
	background-color: #0077C0;
	color: #C1D72E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
}

.sub_nav A	{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.sub_nav A:link, .sub_nav A:visited	{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.sub_nav A:active, .sub_nav A:hover	{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

A.sidebar	{
	color: #C1D72E;
	text-decoration: underline;
}

A.sidebar:link, A.sidebar:visited	{
	color: #C1D72E;
	text-decoration: underline;
}

A.sidebar:active, A.sidebar:hover	{
	color: #C1D72E;
	text-decoration: none;
}

.content {
	background-color: #0077C0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	padding-top: 10px;
}

.bottom_nav {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.bottom_nav A	{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

.bottom_nav A:link, .bottom_nav A:visited	{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

.bottom_nav A:active, .bottom_nav A:hover	{
	color: #C1D72E;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.footer A	{
	/* color: #E2DCCE; */
	color: #0077C0;
	text-decoration: none;
}

.footer A:link, .footer A:visited	{
	color: #0077C0;
	text-decoration: none;
}

.footer A:active, .footer A:hover	{
	color: #0077C0;
	text-decoration: underline;
}

form_label {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.form_field {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000;
	background-color: #E2DCCE;
}

.form_button {
/*
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #FFFFFF;
	background-color: #014DA1;
*/
}