body{margin: 0; 
padding: 0;
}
	
BODY,INPUT,SELECT,TEXTAREA, ADDRESS, BLOCKQUOTE, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, H1, H2, H3, H4, H5, H6, MENU, OL, P, TD, TH, UL {font-size: 10px; font-family: arial, verdana, geneva,  sans-serif; }


/* LINKS   background-color: #990000;*/

A:link    { color: #9A0808; text-decoration: underline; }
A:active  { color: #000000; text-decoration: underline;}
A:hover   { color: #000000; text-decoration: underline;}
A:visited { color: #000000;text-decoration: underline; }


p {margin: 4px 20px 4px 10px;
padding: 2px;
line-height: 14px;
font-size: 12px; 
text-align: left;
color: #000;
background-color: none;
}

img 
{
border: none;
}

#maroon{color: #9A0808;
}


.centertext {
text-align: center;
}

#center {
	position: relative;
	top: 0px;
	left: 20%;
	width: 488px;
	vertical-align: middle;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	border: 0px none;
	
}

.head {
font-size: 18px; 
font-weight: bold; 
line-height: 18px;
}

.headitalic {
font-size: 13px; 
font-weight: Bold;
font-style: italic;
line-height: 16px;
}

.subhead {
font-size: 12px; 
font-weight: Bold; 
line-height: 14px;
}

.subheaditalic {
font-size: 12px; 
font-weight: Bold; 
font-style: italic;
line-height: 14px;
}

.small {
font-size: 9px;  
line-height: 12px;
}

.smallr {
font-size: 9px;  
line-height: 12px;
}

.yellow {
	background-color: #FFFFCC;
	padding: 10px 20px 20px;
}

