A {	TEXT-DECORATION: none; color: #6070a0; }
A:visited {	text-decoration: none; color: #6070a0; }
A:hover { text-decoration: underline; color: #FF0000; }
H1 { font-size: 9pt; font-weight: normal; }
/* for links that I want to underline */
A.underline:link { TEXT-DECORATION: underline; color: #6070a0; }
A.underline:visited { text-decoration: underline;color: #6070a0; }
A.underline:hover { text-decoration: underline;	color: #FF0000;	}

/* highlight rollover block for menu*/
td.menu a:link { padding-top: 3px; font-size: 8pt; font-weight: bold; display:block; vertical-align:middle; width:100%; height:100%; background: #6070a0; color:#FFFFFF; }
td.menu a:active { padding-top: 3px; font-size: 8pt; font-weight: bold; TEXT-DECORATION: none; display:block; width:100%; height:100%; background: #D7D7E3; color:#FFFFFF; }
td.menu a:visited { padding-top: 3px; font-size: 8pt; font-weight: bold; display:block; width:100%; height:100%; background: #6070a0; color:#FFFFFF; }
td.menu a:hover { padding-top: 4px; font-size: 8pt; font-weight: bold; TEXT-DECORATION: none; display:block; width:100%; height:100%; background: #D7D7E3; color:#6070a0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #6070a0;
	}

/* text */	
HR { height: 1px; }
.basic { font-size: 10pt; }
.smbasic { font-size: 8pt; }
.mdbasic { font-size: 9pt; }
.caption { font-size: 7pt;	}
.lgbasic { font-size: 13pt; }

/* borders */
.border { border-right: black 1px solid; border-left: black 1px solid; border-top: black 1px solid;	border-bottom: black 1px solid;	}
.borderleft { border-left: black 1px solid; }
.borderright { border-right: black 1px solid; }
.bordertop { border-top: black 1px solid; }
.borderbottom {	border-bottom: black 1px solid; }
.whiteborderleft { border-left: white 1px solid; }
.whiteborderright { border-right: white 1px solid; }
.whitebordertop { border-top: white 1px solid; }
.whiteborderbottom { border-bottom: white 1px solid; }

/* images */
.floatright { 
	float: right;
	margin: 0 0 10px 10px; 
	}
.floatleft { 
	float: left;
	margin: 0 10px 10px 0; 
	}