<!---
/* Main stuff for body outside the main table*/
body {
font-family:Verdana, Sans-serif;
color: #000000;
font-size: 12pt
}
/* properties for form elements*/

/* the table that has the search box */
.searchtable {font-family: Verdana,Sans-serif; width: 100%; padding: 0px}
/*The actual search bar row*/
.searchrow {font-family: Verdana,Sans-serif; width: 100%; padding: 0px color: #00000; font-size: 10pt;}
/*The row under the search*/
.searchunder {font-family: Verdana,Sans-serif;width: 100%; padding: 0px color: #00000; font-size:  10pt;}
/*main table properties*/
.maintable {font-family: Verdana,Sans-serif; width: 100%; padding: 0px; font-size: 10pt;}
/*row properties of main table*/
.rows {font-family: Verdana,Sans-serif; padding: 0px; font-size:  10pt; color: #000000;}
.rows a:link, .rows a:active,.rows a:visited { color : #FFFFFFF;}
/*columns properties of main table*/
.columns {font-family: Verdana,Sans-serif; padding: 0px;width: 40%; font-size:  10pt;}
/*the box for each link*/
.box {font-family: Verdana,Sans-serif; 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: Verdana,Sans-serif; width: 100%; padding: 0px}
a {
	color		: #FFFFFF;
}
--->

