body {
	background-color:#FFFFFF;
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	line-height: 18px;
	color: #000000;
	margin: 0px;
	padding: 0px; 
}

a:link     { color: black; text-decoration: underline;}
a:visited { color: black; text-decoration: underline; }
a:hover  { color: #ed1c24; text-decoration: underline;}
a:active { color: #ed1c24; text-decoration: underline; }

.header {
	width: 901px;
	height: 180px;
	position: absolute;
	background-color:#FFFFFF;
	margin: 0px;
}

.left {
	width: 210px;
	height: 440px;
	position: absolute;
	background-color:#FFFFFF;
	margin: 0px;
	margin-top:180px;
}

.main {
	width: 428px;
	height: 440px;
	position: absolute;
	background-image:url(../images/main.png);
	background-repeat:no-repeat;
	margin: 0px;
	margin-top:180px;
	margin-left:210px;
}

.mainblock {
	width: 410px;
	height: 295px;
	overflow:auto;
	padding-left:15px;
}

.menu {
	width: 291px;
	height: 440px;
	position: absolute;
	background-image:url(../images/menu.png);
	background-repeat:no-repeat;
	margin: 0px;
	margin-top:180px;
	margin-left:638px;
}

.menuitems {
	width: 194px;
	height: 240px;
	margin-top:43px;
	margin-left:22px;
}

.lefttext {
color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	line-height: 18px;
	margin-left:10px;
}

H1 {
color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight:bold;
	margin:0px;
}

H2 {
color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight:bold;
	margin:0px;
}