html {
	height: 100.02%;
}
.blackheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;

}
.redheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
}

.underlinebackground {
	background-image: url('../images/grey_underline.gif');
	background-repeat: repeat-x;
}

.errormessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: red;	
}


tr.evencolor {
	background-color: #D0D0D0;
}

tr.oddcolor {
	background-color: #EEEEEE;
}

a.nav:link {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #990000; text-transform: uppercase; text-decoration: none;}
a.nav:visited {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #990000; text-transform: uppercase; text-decoration: none; }
a.nav:hover {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #000000; text-decoration:underline; text-transform: uppercase; }
a.nav:active {font-family: Arial, Helvetica, sans-serif; 	font-size: 11px; font-weight: bold; color: #990000; text-transform: uppercase; text-decoration: none;} 

a.standard:link {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: blue; text-decoration: none;}
a.standard:visited {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: blue; text-decoration: none;}
a.standard:hover {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #990000; text-decoration:underline;}
a.standard:active {font-family: Arial, Helvetica, sans-serif; 	font-size: 13px; font-weight: bold; color: blue; text-decoration: none;} 

a:link {font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; color: #000000; text-decoration: none;}
a:visited {font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; color: #000000; text-decoration: none;}
a:hover {font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; color: #990000; text-decoration:underline;}
a:active {font-family: Arial, Helvetica, sans-serif; 	font-size: 15px; font-weight: bold; color: #000000; text-decoration: none;} 

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding-left: 12px;
}
.mainheadtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.table_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	text-decoration: none;
}

td.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	text-decoration: none;
	text-align: center;
}

tr.form {
	text-align: center;
}
