<!---
/* Main stuff for body outside the main table*/
body {
font-family:Verdana, Sans-serif;
color: #000000;
font-size: 12pt;
margin-top: 0;
}
p {
font-family:Verdana, Sans-serif;
color: #000000;
font-size: 10pt;
}

#wrap {
width: 760px;
}

hr {
color: #ccc;
height: 1px;
}

/* properties for form elements*/
input,textarea, select,{
	color : #333333;
	background:#E3E9EE;
	font-size: 10pt;
	border-collapse: collapse; border: 1px solid #4F7293;
	padding: 1px;

}
/* the table that has the search box */
.searchtable {margin-top: 0; text-align: right; font-family: Verdana,Sans-serif; border: 1px #ffffff solid; background-color: #FFFFFF; color: #FFFFFF; width: 100%; padding: 0px}
/*The actual search bar row*/
.searchrow {text-align: right; font-family: Verdana,Sans-serif; border: 0px #FFFFFF solid; background-color:#00416E ; width: 100%; padding: 0px color: #ffffff; font-size: 10pt;}
/*The row under the search*/
.searchunder {text-align: right;font-family: Verdana,Sans-serif;border: 0px #FFFFFF solid; background-color: #e1e1e1; width: 100%; padding: 0px color: #ffffff; font-size:  10pt;}
/*main table properties*/
.maintable {font-family: Verdana,Sans-serif; border: 1px #4F7293 solid; background-color: #FFFFFF; width: 100%; padding: 2px; font-size: 10pt;}
/*row properties of main table*/
.rows {font-family: Verdana,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 : #4F7293;}
/*columns properties of main table*/
.columns {align: center; font-family: Verdana,Sans-serif; border: 17px #ffffff solid; background-color: #FFFFFF; padding: 0px;width: 33%; font-size:  10pt;}
/*the box for each link*/
.columns2 {align: center; font-family: Verdana,Sans-serif; border: 17px #ffffff solid; background-color: #FFFFFF; padding: 0px;width: 100%; font-size:  10pt;}
/*the box for each link*/
.box {font-family: Verdana,Sans-serif;  background-color: #4F7293; width: 100%; padding: 2px;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;  background-color: #ffffff; width: 100%; padding: 2px;}
--->
