body
{
	font-family: Arial;
	margin-top:5px;
	margin-left: 5px;
	margin-bottom:0px;
	margin-right:0px;
}

h1
{
	font-size: small;
	font-weight: bold;
	line-height: 2;
	color: white;
}

h2
{
	font-size: 10pt;
	font-weight: bold;
}

td
{
	font-size: 8pt;
}

span
{
	font-size: 8pt;
	color:Black;
}

a
{
	font-size:8pt;
	color: Navy;
}
.headerLabel
{
	font-family:Arial Narrow;
	letter-spacing:1px;
	font-size:10pt;
	color: rgb(255,255,255);
	text-decoration:none;
}

.control
{
	background-color:rgb(255,255,200);
}

input
{
	font-size: 8pt;
}

textarea
{
	font-family: Arial;
	font-size: 8pt;
	background-color:rgb(255,255,200);
}

select
{
	font-family: Arial;
	font-size: 8pt;
	background-color:rgb(255,255,200);
}

.error
{
	font-size: 8pt;
	color:Red;
	font-weight:bold;
}

.header
{
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;	
}

.panel
{
	background-color:rgb(181,203,223);
	border-width:1px;
	border-color:Black;
	border-style:solid;
}

.BlankPanel
{
	border-width:1px;
	border-color:Black;
	border-style:solid;
}

.form
{
	color:#0024A8;
}

p
{
	font-size:10pt;
	font-family: Arial;
}
