body
{
	background-color: 	White;
	font-size:		12px;
	font-family:		"Arial",sans-serif;
	color:			Black;
}
legend.*
{
	background-color: #f0f0f0;
	border:			1px dotted Red;
}
div.logoarea
{
	border: 		1px solid Maroon;
	position: 		absolute;
	top: 			2px;
	left: 			2px;
	width: 			140px;
	height:			105px;
	background-color: 	#f0f0f0;
	padding:		0px;
	margin:			4px;
}
div.infoarea
{
	border: 		1px solid Maroon;
	position: 		absolute;
	top: 			2px;
	left: 			150px;
	width:			648px;
	height:			97px;
	background-color: 	#f0f0f0;
	padding:		4px;
	margin:			4px;
	text-align: 		right;
}
div.navigationbar
{
	border: 		1px solid Maroon;
	position: 		absolute;
	top: 			2px;
	left: 			2px;
	width: 			132px;
	background-color: 	#f0f0f0;
	padding:		4px;
	margin:			4px;
	line-height:		18px;
}
div.maincontent
{
	border: 		1px solid Maroon;
	position: 		absolute;
	top: 			2px;
	left: 			2px;
	width:			648px;
	background-color: 	#f0f0f0;
	padding:		4px;
	margin:			4px;
	line-height:		18px;
}
a
{
	text-decoration:	underline;
	color:			Blue;
}
a:hover
{
	text-decoration:	none;
	color:			Blue;
	background-color:	#f3f3f3;
	border:			1px dotted Red;

}
img
{
	border:			0px solid;
}
fieldset
{
	border: 		1px dotted Red; 
	background: 		#f3f3f3;
	text-align:		justify;
}