
<style type="text/css">
<!--
body, td, p {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
p {margin: 0 0 10px 0;}
.lightLink { color: <%=lightLink%>}
.lightText { color: <%=lightText%>}
h1,.h1 { font-size: 21px; font-weight: bold; }
h2,.h2 { font-size: 16px; font-weight: bold; }
.boxTitle { color: <%=lightText%>; font-size: 10pt; font-weight: bold; }
input,select { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
input.small_submit { 
	font: bold 10px Arial, Sans-serif; 
	margin: 0;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(/img/spacer.gif) repeat-x;
	border: 1px solid #dadada;
	width: 60px;
	height: 18px;
	padding: 2px 5px;
	vertical-align: top;
	text-align: center; 
}
textarea { font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
.oddRow { background: #FFFFFF; }
.evenRow { background: #FFFFFF; }
.highlightRow { background: <%=lightColor%>; }
.BB { border-top: 1px solid #DDDDDD; }
.BB1 { border-top: 0px; }
.bigButton { font-size: 16px; font-weight: bold; }
.borderHighlight { border: 2px solid #993300; }
.borderRegular { border: default; }
form { display:inline; }
.highlightNav { background: <%=darkColor%>; }
.originalNav { background: <%=lightColor%>; }
body { color:<%=darkestColor%> background-color: #FFFFFF; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; }

#intLink {
	display: inline-block;
	width: 25px;
	height: 23px;
	background: url("img/btnInternalLink.gif") no-repeat 0 0;
}
#intLink:hover {
	background-position: 0 -25px;
}

#intLink span{
	display: none;
}
-->
</style>
