<!---
/* Main stuff for body outside the main table*/
body {
font-family:Verdana, Sans-serif;
font-size: 12pt
}
/* properties for form elements*/
input, textarea, select{
	font-size: 10pt;
	border-collapse: collapse; border: 1px solid #EDEDED;
}

/* the table that has the search box */
.searchtable {font-family: Verdana,Sans-serif; border: 1px #EDEDED solid; background-color: #EDEDED; width: 100%; padding: 0px}
/*The actual search bar row*/
.searchrow {font-family: Verdana,Sans-serif; border: 1px #EDEDED solid; background-color:#EDEDED ; width: 100%; padding: 0px color: font-size: 10pt;}
/*The row under the search*/
.searchunder {font-family: Verdana,Sans-serif;border: 1px #EDEDED solid; background-color: #EDEDED; width: 100%; padding: 0px color: font-size:  10pt;}
/*main table properties*/
.maintable {font-family: Verdana,Sans-serif; border: 1px #EDEDED solid; background-color: #EDEDED; width: 100%; padding: 0px; font-size: 10pt;}
/*row properties of main table*/
.rows {font-family: Verdana,Sans-serif; border: 1px solid #EDEDED; background-color: #EDEDED; padding: 0px; font-size:  10pt;}
.rows a:link { COLOR: #0b2943 }, .rows a:hover { COLOR: #285E93 }, .rows a:active { COLOR: #285E93 }, .rows a:visited { color : #0b2943;}
/*columns properties of main table*/
.columns {font-family: Verdana,Sans-serif; border: 1px #EDEDED solid; background-color: #EDEDED; padding: 0px;width: 80%; font-size:  10pt;}
/*the box for each link*/
.box {font-family: Verdana,Sans-serif; border: 1px solid #EDEDED; background-color: #EDEDED; width: 90%; padding: 0px;font-size:  10pt; color: #4A4A4A;}
.box a:link { COLOR: #0b2943 }, .box a:hover { COLOR: #285E93 }, .box a:active { COLOR: #285E93 }, .box a:visited { color : #0b2943;}
/*box table structure*/
.boxtable{font-family: Verdana,Sans-serif; border: 1px #D1D1D1 solid; background-color: #EDEDED; width: 100%; padding: 0px}
--->