/* TABLE,TR,TD,TH,SPAN,FONT  {
  font-family: Verdana,Arial,Helvetica;
  font-size: 12px;
}

*/

TABLE.border {
  background-color: #8f151d;
}



.alt1,.alt2 {
  background-color: white;
}

.downloads {

	background-color: white;

}
.downloads A:link {color: #333; text-decoration: none; font-size: 70%;}
.downloads A:visited {color: #333; text-decoration: none; font-size: 90%;}
.downloads A:hover {color: #8f151d; text-decoration: underline; font-size: 90%;}

INPUT.smalltext,TEXTAREA.smalltext,SELECT.smalltext {
  font-family: Verdana,Arial,Helvetica;
    border-style: solid;
	border-width: 1px;
	border-color: gray;
    font-size: 10px;
	padding: 0px 1px;


}

INPUT.button {
    FONT-WEIGHT: bold;
    FONT-FAMILY: arial;
    FONT-SIZE: 12PX;
    COLOR: white;
    background-color: #8f151d;
}

INPUT.buttonblue {
	background-color: #0000FF;
	color: #FFFFFF;
	font-family: arial,verdana,helvetica;
	font-weight: bold;
	font-size: 12px;
	padding-left: 0px 1px;
	margin: 0px;
	
}


.pagetitle  {
		font-size:140%;
		font-weight:bold;
		text-transform:uppercase;
		}
		
.whitetitle {
		font-size:130%;
		font-weight:bold;
		color: #ffffff;
		margin:1em 0 0;
		}