<style>

/*-------Standard Theme v0.9.6--------*/

/*-----------Page Variables-----------*/
body {
	margin: 0%;
	padding:  0;
	border-width: 0;
	border-style: none;
	border-color: inherit;
	width: auto;
	background-color: #FFFFFF; /* This will set the color of your page */
}
.pagetable {  
	background-color: #FFFFFF; 
	width: 100%;	/* This will set the overall width of your layout */ 
	cellpadding: 0; 
	cellspacing: 0;
}
.table {  
	background-color: #FFFFFF; /* Color of the box's at the top and bottom */
	width: 100%; 
	border: thin #99cc00 solid; /* The border around the boxes at the top and bottom */
	border-width: 1px 1px 1px 1px;
	cellpadding: 0; 
	cellspacing: 0;
}

/*----------Title Box Prefs-----------*/
.searchbutton {
	background-color: #e4f1f1; /* This will change the color of your search button */
	color: #000000; /* This will change the color of the text on the search button */
	font-family: verdana, arial, helvetica, geneva;
}

/*-----------Menu Prefs-----------*/
.menutable {  
	color: #000066;
	font-weight: bold;
	font-size: 8pt;
	font-family: verdana;
}
.menubordercolor {  
	background-color: #99cc00; 
}
.menubackcolor {  
	background-color: #FFFFFF; 
}

/*-----------Table Prefs-----------*/
.table {  
	color: #000000;
	font-size: 8pt;
}
.tablebordercolor {  
	background-color: #99cc00; 
}
.tablebackcolor {  
	background-color: #FFFFFF; 
}

/*-----------Link Prefs-----------*/
A:link {
	color: #003399;
	text-decoration: none;
	font-size: 12pt;
	font-family: verdana;
}
A:visited {
	color: #6666FF;
	text-decoration: none
}
A:active {
	color: #000066;
	text-decoration: none
}
A:hover {
	color: #FF0000;
	text-decoration: underline;
}

/*-----------Text Prefs-----------*/
.text {
	color: #000000;
	font-size: 8pt;
	font-family: verdana;
}
.textsmall {
	color: #000000;
	font-size: 8pt;
	font-family: verdana, arial, helvetica, geneva;
}
.texttitle {
	color: #003399;
	font-weight: bold;
	font-size: 12pt;
	font-family: verdana, arial, helvetica, geneva;
}


/*-----------Form Prefs------------*/
.formstexttitle {
	color: #003399;
	font-weight: bold;
	font-size: 12pt;
	font-family: verdana, arial, helvetica, geneva;
}
.formstextnormal {
	color: #000000;
	font-weight: bold;
	font-size: 10pt;
	font-family: verdana, arial, helvetica, geneva;
}
.formstext {
	color: #000000;
	font-weight: normal;
	font-size: 10pt;
	font-family: verdana, arial, helvetica, geneva;
}
.formstextsmall {
	color: #000000;
	font-weight: normal;
	font-size: 8pt;
	font-family: verdana, arial, helvetica, geneva;
}
.button {
	background-color: #e4f1f1; /* This will change the color of your buttons */
	color: #000000; /* This will change the color of the text on your buttons */
	font-family: verdana, arial, helvetica, geneva;
}


</style>
