BODY {font-family:Verdana,Arial,Helvetica,Sans-Serif; 
font-size:11px; 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: #A52A2A; background-color: #fffaf0; text-decoration: underline }

/*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
	}
/*IE8 OCT 2009 code to fix underline of image links THIS ONE HELPS */

a.noBg:hover { background-color: none; /* change this to transparent or none to
fix the issue */
}
/*this one does it this one does it IE8 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: 11px; 
line-height: 13px;
}

ul ul	{font-family: Verdana,Arial,Helvetica,Sans-Serif; 
font-size: 11px; 
line-height: 13px;
}

ol  	{font-family: Verdana,Arial,Helvetica,Sans-Serif; 
font-size: 11px; 
line-height: 13px; 
}

p {font-family: Verdana,Arial,Helvetica,Sans-Serif; 
font-size: 11px; 
line-height: 14px; 
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;
}

				/*Credits: Dynamic Drive CSS Library */
				/*URL: http://www.dynamicdrive.com/style/ */

			.markermenu{
				list-style-type: none;
				margin: 0px 0;
				padding: 0;
				width: 195px;
				border: 0px solid #ffffff;
			}

			.markermenu li a{
				background: white url(../images/bullet.gif) no-repeat 2px center;
				font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
				color: #000000;
				display: block;
				width: auto;
				padding: 4px 0;
				padding-left: 14px;
				text-decoration: none;
				border-bottom: 1px solid #ccccff;
			}


			* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
				width: 175px;
			}

			.markermenu li a:visited, .markermenu li a:active{
				color: #000000;
			}

			.markermenu li a:hover{
				color: #993366;
				background-color: #fff7d7;
				background-image:url(../images/bulletonblue.gif);
			/*onMouseover image change. Remove if none*/
				text-decoration : underline;
			}


			
