BODY {font-family:Verdana,Arial,Helvetica,Sans-Serif; 
font-size:10px; color: #000000}


a:link { color: #3333cc; text-decoration: underline }
a:active { color: #009900; text-decoration: underline }
a:visited { color: #3333cc; text-decoration: underline }
a:hover { color: #993366; background-color: #fffaf0; text-decoration: underline }


/*Does not help IE8 OCT 2009 saved may help later css code to fix underline of image links this one does not seem to help OCT 2009 IE8*/
a[href$=jpg],  a[href$=gif] {
	text-decoration: none;
	border: 0 none;
	background-color: none
	}
	
/*Does not help IE8 OCT 2009 code to fix underline of image links do not see that THIS ONE HELPS */
a.noBg:hover { background-color: none; /* change this to transparent or none to
fix the issue */
}

/*THIS ONE THIS ONE does it this one does it IE8 OCT 2009 code to fix underline of image links THIS ONE HELPS */
a img {
    border: 0 none;
    vertical-align: middle;
}

/*VERY IMPORTANT THIS ONE THIS ONE does it this one does it IE8 BUG OCT 2009 code to fix underline of image links THIS ONE HELPS */
a img {
    border: none;
    vertical-align: middle;
}

ul 	{font-family: Verdana, Arial, Helvetica, Sans-Serif; 
font-size: 10px; 
line-height: 13px;
}

ul ul	{font-family: Verdana,Arial,Helvetica,Sans-Serif; 
font-size: 10px; 
line-height: 13px;
}

ol  	{font-family: Verdana,Arial,Helvetica,Sans-Serif; 
font-size: 10px; 
line-height: 13px; 
}

p {font-family: Verdana,Arial,Helvetica,Sans-Serif; 
font-size: 10px; 
line-height: 13px; 
text-align: left;
}

blockquote {font-family: Verdana,Arial,Helvetica,Sans-Serif; 
font-size: 10px; 
text-align: left;
line-height: 13px; 
}

hr {color: #CCC; 
height: 1
}

.superscript {
	font-size: 9px;
	position: relative;
	bottom: 3pt;
}
.superscriptaltx {
	font-size: 8px;
	position: relative;
	vertical-align: text-top;
}

.hlt {background-color: #ffffcc;
color: #000;
}
