BODY {
margin: 0px  0px; padding: 0px  0px
background: #ffffff;
color: #000000;
}

a.toplink:link {  font-size: 13px; color: #000066; font-weight: bold; text-decoration: none}
a.toplink:visited { font-size: 13px; color: #000066; font-weight: bold; text-decoration: none}
a.toplink:hover { font-size: 13px; color: #0000cc; font-weight: bold; text-decoration: underline}
a.toplink:active { font-size: 13px; color: #000066; font-weight: bold; text-decoration: underline}

a.leftlink:link {  font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none}
a.leftlink:visited { font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none}
a.leftlink:hover { font-size: 12px; color: #ffffcc; font-weight: bold; text-decoration: underline}
a.leftlink:active { font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: underline}

a:link { color: #000066; text-decoration: none}
a:visited { color: #000066; text-decoration: none}
a:hover { color: #0000cc; text-decoration: underline}
a:active { color: #000066; text-decoration: underline}

ul {
    margin: 0px;
	padding: 0px;
}

#leftnav {
    border: 1px solid #000;
	background-color: #EEEEEE;
}

#leftnav li {
     list-style: none;
	 font-weight: bold;
	 font-size: 11px;
	 padding: 12px 0px 12px 0px;
}

#leftnav li ul{
border: 1px solid #000;
background-color: #FFF;
width: 150px;
}

#leftnav li ul li{
text-align: left;
padding: 5px 0px 5px 6px;
}

.datatable {
     border: 1px solid #000;
	 background-color: #EEEEEE;
	 font-family: arial;
	 line-height: 1.2;
}

.datatable th{
     border-bottom: 1px solid #000;
	 background-color: #FFF;
	 font-size: 18px;
	 padding: 7px;
}

.datatable td{
     border-bottom: 1px solid #EEE;
	 background-color: #FFF;
	 font-size: 16px;
	 padding: 5px;
}

.small {
     font-size: 10px;
}

