body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {  color: #0228b1; text-decoration: underline;}
a:active {  color: #0228b1; text-decoration: underline;}
a:visited {  color: #0228b1; text-decoration: underline;}
a:hover {  color: #ffff01; text-decoration: none; background: #0228b1}
a.left:link {  color: #ffffff; text-decoration: none; font-weight:bold;}
a.left:active {  color: #ffffff; text-decoration: none; font-weight:bold;}
a.left:visited {  color: #ffffff; text-decoration: none; font-weight:bold;}
a.left:hover {  color: #0228b1; text-decoration: none; background: #ffff01; font-weight:bold;}
a.bottom:link {  color: #0228b1; text-decoration: none;}
a.bottom:active {  color: #0228b1; text-decoration: none;}
a.bottom:visited {  color: #0228b1; text-decoration: none;}
a.bottom:hover {  color: #ffffff; text-decoration: none; background: #0228b1}
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
}
th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border: 1px solid #999999;
	background-color: #f2f2f2;
}
textarea {
	background-color: #f2f2f2;
	border: 1px solid #999999;
}
select {
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
ul {
	list-style-image: url(/images/bullet.gif);
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #995F2D;
	font-weight:bold
}
.whiteTextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight:bold
}
.boldTextBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0228B1;
	font-weight:bold
}
.mainHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight:bold
}
.mainHeaderWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight:bold
}
.mainHeaderBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0228B1;
	font-weight:bold
}
#dhtmltooltip{
position: absolute;
width: 150px;
border: none;
padding: 5px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
table.dataT
{ font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 100%;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px;
margin-top: 0px;}
table.dataT td.dataHd
{ border-bottom: 2px solid #6699CC;
background-color: #BEC8D1;
text-align: center;
font-family: Verdana;
font-weight: bold;
font-size: 11px;}
table.dataT td
{ border-bottom: 1px dotted #6699CC;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
text-align: left;
padding-left: 3px;}
.dataTCellL { border-left: 1px dotted #CEDCEA;
 }
.CellAmber { color: #ED920B;
 }
.CellYellow { color: #FFB300;
 }
.dataTRowLYellow { background-color: white; 
 }
.dataTRowLWhite {  background-color: #FFFFCC; 
 }
#button {
width: 140px;
padding: 0 0 1em 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333;
}
#button ul {
list-style-image: none;
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#button li {
margin: 0;
}
#button li a {
display: block;
padding: 5px 5px 5px 0.5em;
background-color: #0228B1;
color: #fff;
text-decoration: none;
width: 130px
}
html>body #button li a {
width: auto;
}
#button li a:hover {
background-color: #ffff02;
color: #0228B1;
}
#searchBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	width: auto;
}