body, div, td, input
{
	font-family:Verdana;
	font-size: 8pt;
}

h1
{
	font-size: 10pt;
	font-weight: bold;
} 
h2
{
	font-size: 8pt;
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
	color: Red;
}



.menu ul 
{
	margin-left:0px; 
	padding-left:20px; 
	list-style-type:square;
	 
}

.error
{
	color:Red;
	font-weight: bold;
}

.bl_header td
{
	font-size: 9pt;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
}
.bl_row1 td
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 8pt;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: lavender;
}
.bl_row2 td
{
	background-color: white;
	font-size: 8pt;
	padding: 2px 2px 2px 2px;
}


