html, body {padding: 0; margin: 0; font-family: Arial; font-size: 12px; color: Black;}

p, div, td {color: Black; font-size: 12px; font-family: Arial;}

h1 {color: green; font-size: 30px; font-family: Arial; margin-top:0px; margin-bottom:20px; font-weight:300; }
h2 {color: green; font-size: 20px; font-family: Arial; margin-top:20px; margin-bottom:20px; font-weight:300; }
h3 {color: green; font-size: 12px; font-family: Arial; margin-top:20px; margin-bottom:20px; font-weight:600; }

a.subtitle:link { 
font-weight : bold; 
text-decoration : underline; 
color : green; 
} 
a.subtitle:visited { 
font-weight : bold; 
text-decoration : underline; 
color : green; 
} 
a.subtitle:hover, #subtitle a:active { 
text-decoration : none; 
color : green; 
}

.ControlArea
{
	background-color: Transparent;
	color: Black;
	padding: 0px 10px;
	font-family: Arial;
	font-size: .9em;
	width: 150px;
}

.ControlArea input
{
	border: solid 1px Black;
}

.ControlArea select
{
	width: 144px;
}

.ControlArea td
{
	padding: 2px 0 2px 0;
}


.ErrorList
{
	font-size: .7em;
}
