<!---
/* Main stuff for body outside the main table*/
body {
font-family:Arial, Sans-serif;
color: #000000;
font-size: 12pt
}
/* properties for form elements*/
input,textarea, select,{
	color : #000000;
	font-size: 10pt;
	border-collapse: collapse; border: 1px solid #000000;
}
/* the table that has the search box */
.searchtable {font-family: Arial,Sans-serif; border: 1px #FFFFFF solid; background-color: #FFFFFF; width: 100%; padding: 0px}
/*The actual search bar row*/
.searchrow {font-family: Arial,Sans-serif; border: 0px #FFFFFF solid; background-color:##000080 ; width: 100%; padding: 0px color: #00000; font-size: 10pt;}
/*The row under the search*/
.searchunder {font-family: Arial,Sans-serif;border: 0px #FFFFFF solid; background-color: #e1e1e1; width: 100%; padding: 0px color: #00000; font-size:  10pt;}
/*main table properties*/
.maintable {font-family: Arial,Sans-serif; border: 0px #FFFFFF solid; background-color: #FFFFFF; width: 100%; padding: 0px; font-size: 10pt;}
/*row properties of main table*/
.rows {font-family: Arial,Sans-serif; border: 5px #FFFFFF solid; background-color: #FFFFFF; padding: 0px; font-size:  10pt; color: #000000;}
.rows a:link, .rows a:active,.rows a:visited { color : #0000FF;}
/*columns properties of main table*/
.columns {font-family: Arial,Sans-serif; border: 17px #FFFFFF solid; background-color: #FFFFFF; padding: 0px;width: 30%; font-size:  10pt;}
/*the box for each link*/
.box {font-family: Arial,Sans-serif; border: 2px solid #000080; background-color: #000080; width: 90%; padding: 0px;font-size:  10pt; color: #FFFFFF;}
.box a:link, .box a:active, .box a:visited { color : #FFFFFF; }
/*box table structure*/
.boxtable{font-family: Arial,Sans-serif; border: 1px ##000080 solid; background-color: #FFFFFF; width: 100%; padding: 0px}
--->
