<!---
/* Main stuff for body outside the main table*/
body {
font-family:Arial, Sans-serif;
color: #000000;
font-size: 10pt;
background-color: #f6f6f6;
background-image: url(../bg.gif);
}
/* properties for form elements*/
input,textarea, select,{
   font-family: Arial, Sans-serif;
	color : #000000;
	font-size: 10pt;
	border-collapse: collapse; border: 1px solid #808080;
}
/* the table that has the search box */
.searchtable {font-family: Arial,Sans-serif; border: 1px #808080 solid; width: 100%; padding: 0px}
.searchtable a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
}
.searchtable a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
}
.searchtable a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #808080;
}
.searchtable a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
}
/*The actual search bar row*/
.searchrow {font-family: Arial,Sans-serif; border: 0px #000000 solid; width: 100%; padding: 0px color: #00000; font-size: 10pt;}
.searchrow a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
}
.searchrow a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
}
.searchrow a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #808080;
}
.searchrow a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
}
/*The row under the search*/
.searchunder {font-family: Arial,Sans-serif;border: 0px #000000 solid; width: 100%; padding: 0px color: #00000; font-size:  10pt;}
.searchunder a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
}
.searchunder a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
}
.searchunder a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #808080;
}
.searchunder a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
}
/*main table properties*/
.maintable {
	font-family: Arial,Sans-serif;
	border: 0px #000000 solid;
	width: 100%;
	padding: 0px;
	font-size: 10pt;
}
/*row properties of main table*/
.rows {font-family: Arial,Sans-serif; border: 1px #808080 solid; padding: 0px; font-size:  10pt; color: #000000;}
.rows a:link,.rows a:visited { color : #000000;}
.rows a:active { color:white;}
.rows a:hover { color:#808080;}
}
/*columns properties of main table*/
.columns {font-family: Arial,Sans-serif; border: 1px #808080 solid; padding: 0px;width: 70%; font-size:  10pt;}
/*the box for each link*/
.box {font-family: Arial,Sans-serif; border: 1px solid #808080; width: 90%; padding: 0px;font-size:  10pt; color: #000000;}
.box a:link, .box a:visited { color : #000000; }
.box a:active { color:white;}
.box a:hover { color:#808080;}
/*box table structure*/
.boxtable{font-family: Arial,Sans-serif; border: 1px #808080 solid; width: 100%; padding: 0px; font-size:10pt;}
#headerl {
	text-align: center;
	width: 11%;
	left: 0px;
	top: 0px;
}
#headerm {
	text-align: center;
	width: 78%;
	position: absolute;
	left: 11%;
	top: 0px;
}
#headerr {
	text-align: center;
	width: 11%;
	position: absolute;
	left: 89%;
	top: 0px;
}
#content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
}
#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
}
#content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
}
#content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffcccc;
}
#content a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
}
--->
