<!---
/* Main stuff for body outside the main table*/
body {
font-size: 10pt
}
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif color: #FFA34F; font-size: 10px;}
/* properties for form elements*/
input,textarea, select,{
	color : #ffffff;
	font-size: 10pt;
	border-collapse: collapse; border: 1px solid #000000;
}
/* the table that has the search box */
.searchtable {font-family: Verdana,Sans-serif; border: 1px #7E7F79 solid; background-color: #1E2305; width: 100%; padding: 0px}
/*The actual search bar row*/
.searchrow {font-family: Verdana,Sans-serif; border: 0px #000000 solid; background-color:#2B3711 ; width: 100%; padding: 0px color: #000000; font-size: 12pt;}
/*The row under the search*/
.searchunder {font-family: Verdana,Sans-serif;border: 0px #000000 solid; background-color: #363920; width: 100%; padding: 0px color: #000000; font-size:  10pt;}
/*main table properties*/
.maintable {font-family: Verdana,Sans-serif; border: 0px #000000 solid; background-color: #6A6B64; width: 100%; padding: 0px; font-size: 10pt;}
/*row properties of main table*/
.rows {font-family: Verdana,Sans-serif; border: 2px #6A6B64 solid; background-color: #36451B; padding: 0px; font-size:  10pt; color: #ffffff;}
.rows a:link, .rows a:active,.rows a:visited { color : #EEEEB2;}
.rows a:hover { text-decoration: underline; color : #FEB12B; }

/*columns properties of main table*/
.columns {font-family: Verdana,Sans-serif; border: 5px #5F6059 solid; background-color: #5F6059; padding: 0px;width: 30%; font-size:  10pt;}
/*the box for each link*/
.box {font-family: Verdana,Sans-serif; border: 2px solid #2C3218; background-color: #625A00; width: 90%; padding: 0px;font-size:  12pt; color: #FFFFFF;}
.box a:link, .box a:active, .box a:visited { color : #FFFFFF; }
.box a:hover { text-decoration: underline; color : #FEB12B; }
/*box table structure*/
.boxtable{font-family: Verdana,Sans-serif; border: 1px #000000 solid; background-color: #60615B; width: 100%; padding: 0px}
--->
