/* CSS Document */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 36px;
}
td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
}

a:hover {
    
}
A:link {
 	color: #333333;
	font-weight: bold;

 
 }
A:visited { color: #333333;
	font-weight: bold;}
A:active {}
A:hover {
color: #A32028;
font-weight:bold;
text-decoration: none;}


a.redlink:link {
 color: #411611;
 font-weight: bold;
}
a.redlink:visited {
 color: #411611;
 font-weight: bold;
}

a.redlink:hover {
color: #A32028;
font-weight:bold;
text-decoration: none;
}


h1,h2,h3 {
color: #A32028;
}





.standout {
color: #A32028;
font-weight: bold;
}


input {
	padding-bottom: 3px;
}








//-->




