
body {
background-color: #FFFFFF;

color: #000000;
font-family: verdana, arial, helvetica;
font-size: 8pt;


}

.header {
color: #003366;
font-family: verdana, arial, helvetica;
font-size: 10pt;
font-weight: bold;
}

TD, TH, P, INPUT, TEXTAREA, SELECT, LI, UL, OL {
color: #000000;
font-family: verdana, arial, helvetica;
font-size: 8pt;
}

A {
text-decoration: none;
font-weight: bold;
color: #ce5115;
}
A:link {
text-decoration: none;
color: #ce5115;
}
A:hover {
color: #57aad3;
text-decoration: underline;
}

.tabview {
	color: #FFFFFF;
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
}
.tabview A {
	text-decoration: none;
	font-weight: normal;
	color: #415175;
}
.tabview A:link {
	text-decoration: none;
	color: #415175;
}
.tabview A:visited {
	text-decoration: none;
	color: #415175;
}
.tabview A:hover {
	color: #000000;
}
.textlight
{
	color: #F0F0F0;
}

.textdark
{
	color: #415175;
}

.textred
{
	color: #FF0000;
}

.button
{
	background-color: #CED5DB;
	border: solid 1px #415175;
	color: #000000;
	width: 55;
	height: 20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.buttonL
{
	background-color: #CED5DB;
	border: solid 1px #415175;
	color: #415175;
	width: 160;
	height: 20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	cursor: pointer;
}

.buttonW
{
	background-color: #FFFFFF;
	border: solid 1px #415175;
	color: #415175;
	width: 174;
	height: 20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	cursor: pointer;
}

.textbox1
{
	font-family: verdana;
	font-size: 8pt;
	background-color: #FFFFFF;
	border: solid 1px #415175;
	color: #000000;
	width: 250;
	height: 18;
}
.textbox2
{
	font-family: verdana;
	font-size: 8pt;
	background-color: #FFFFFF;
	border: solid 1px #415175;
	color: #000000;
	width: 400;
	height: 150;
}