A:link    {
	color: #069;
	text-decoration: none;
}

A:visited {
	color: #069;
	text-decoration: none;
}

A:active  {
	color: #069;
	text-decoration: none;
}

A:hover   {
	color: Teal;
	text-decoration: underline;
}

P {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

DIV {
	margin : 0em;
}

BODY {
	margin : 0em;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12.5px;
	color: #666666;
}

/* homepage main body text*/
.homebody  {
	color : #666666;
	font-size : 12.5px;
	font-family : Arial, Helvetica, sans-serif;
}

/* bold - Netscape doesn't terminate inline styles */
.bold  {
	font-weight : bold;
}

LI, OL, UL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	color: #666666;
	line-height: 1.5;
}

.tinytext { 
	font-size: 10px; 
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25em;
}

/* table cells:  had to put this in since the body text doesn't reach inside
table cells on Netscape */
TD  {
	color : #666666;
	font-size : 12.5px;
	font-family : Arial, Helvetica, sans-serif; 
}

/* large majorhead  */
.majorhead {
	color : #003366;
	font-weight : bold;
	font-size : 17.5px;
	font-family: Arial, Helvetica, sans-serif;
}

/* subheads */
.subhd  {
	color : #003366;
	font-weight : bold;
	font-size : 15.5px;
	font-family : Arial, Helvetica, sans-serif; 
}

/* smaller inline paragraph subheads */
.smallsubhd  {
	color : #003366;
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}


.italicsubhead {
	font-size: 16px;
	line-height : 1.75em;
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	}
.tablebodytxt {  line-height: normal; color: #000000; font-size: 11px}
.smallnotetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.25;
	color: #666;
}
