P {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		color: #000000;
}
TH {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000}
UL {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; list-style-type: circle}
.tiny {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #000000}
a:active {  color: #96d045; text-decoration: underline}
a:hover {   text-decoration: underline; color: #96d045}
a {   color: #68902F; text-decoration: underline}
a:visited {
	color: #96d045;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #007CC2;
	font-style: normal
}
h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #007CC2; font-style: italic;
	font-style: normal};

h3 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #007CC2; font-style: normal}
h4 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #007CC2; font-style: italic}
h5 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #007CC2; font-style: normal }
hr {
	color: #96D045;
	font-family: 9;
	text-align: center;
}
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
}
.menu {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bolder; color: #343C8C; text-decoration: none}
.submenu {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: lighter; color: #2E1D5C; text-decoration: none}
.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
}

.markermenu li a{
background: white url(artwork/arrow-list.gif) no-repeat 2px center;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #007CC2;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu li a:visited, .markermenu li a:active{
color: #007CC2;
}

.markermenu li a:hover{
color: black;
background-color: #96D045;
background-image:url(artwork/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

