
body
{
	font-family: Verdana, Arial, Sans-Serif;
}

div.HeaderSection h1
{
	color: #000000;
	display: inline; 
	background: #FFFFFF;  
}

h1 
{ 
	color: #FFFFFF; 
	font-family: Tahoma; 
	font-size: 26px; 
	font-weight: normal; 
	display: block;   
	text-align: left;  
	vertical-align: top;  
	width: 100%;
	background: #3D8578;  
}

h2 
{ 
	color: #000000; 
	font-size: 1em; 
	font-weight: normal; 
	display: block;   
	text-align: left;  
	font-weight: bold;  
}

hr
{
	color: #3D8578;
	height: 2px;
    border-style: none;    
    width: 100%;
}

p
{
	font-size: .7em;
	color: #000000;
}

em
{
	font-size: .7em;
	font-style: italic;
	color: #000000;
	display:block;  
}

th
{
	font-size: .7em;
	background: #FFFFDD; 
	color: #000000;
	text-align: left;  
}

td
{
	font-size: .7em;
	background: #F2F2F2; 
	color: #000000;
	text-align: left;  
	padding: 5px; 
}

.button
{
	font-size: .7em;
	background: #F2F2F2; 
}

dl
{
	font-size: .7em;
	color: #000000; 
}

dt 
{
	left: 0; 
	position: relative; 
	top: 1em;
	
}

dd
{
	margin: 0 0 0 12em;
}

ul 
{
	list-style-type: none;
	float: left;  
	margin: 0;
	padding: 0;
	color: #000000;   
	font-size: .7em;
}

li
{	
	padding: .25em; 
}

ol 
{
	font-size: .7em;
	color: #000000; 
}

td ul
{
	font-size: 1em;
}

.responseMessage
{
	font-size: 1em;
	background: #FFFFDD; 
	color: #000000;
	text-align: left;  
}