html
{
	margin:				0px;
	padding:			0px;
}

a 
{
	text-decoration:	 none;
	font-size:			10pt;
	color:				#0E33CC;
}
a:hover 
{
	text-decoration:	none;
	color:				#E91200;
}
A:active 
{
	color:				red;
}
A:visited 
{
	color:				#0106DD;
}

body
{
	margin:				20px;
	padding:			0px;
	font-family:		Arial, Verdana;
	font-size:			10pt;
	background-color:	#EEEEFF;
}

h1
{
	font-family:		Arial, Verdana;
	font-size:			14pt;
	color:				black;
}

h2
{
	font-family:		Arial, Verdana;
	font-size:			14pt;
	color:				black;
}

img
{
	border:				0px;
}

input.textfield
{
	background-color: #CCCCCC;
	border: 1px solid black;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	height: 18px;
}
div.leftmenu {
	position: absolute;
}
div.contentCenter {
	position:	absolute;
	left:		180px;
	top:		175px;
}

td
{
	border:				none;
	padding:			3px;
}
table
{
	border-spacing:		0px;
}
