html
{
	width:				100%;
	height:				100%;
	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;
	width:				100%;
	height:				100%;
	font-size:			10pt;
	background-color:	#EEEEFF;
	font-family:		Arial, Verdana;
}

h1
{
	font-family:		Arial, Verdana;
	font-size:			16pt;
	color:				black;
}

h1.tableheader {
	margin:				0;
	background:			url("/img/header_bg.gif") 0px -3px repeat-x;
	padding:			3px 0 6px 10px;
	font-size:			1.1em;
	color:				#ffffff;
}

h2
{
	font-family:		Arial, Verdana;
	font-size:			14pt;
	color:				black;
}

img
{
	border:				0px;
}

th
{
	border:				thin ridge #AAAAAA
}

td
{
	font-size:			10pt;
	color:				black;
	border:				none;
	padding:			3px;
}
table
{
	border-spacing:		0px;
}

div.leftmenu {
	position:			absolute;
}
div.contentCenter {
	position:			absolute;
	left:				180px;
	top:				175px;
}
