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