html,body {
	font-family: tahoma,sans-serif;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #FFFFFF;
	background-repeat : repeat-y;
}


br		{ clear: both; }
img		{ border: none; }
/*
hr		{ border: none 0; border-top: 1px solid #D3312A; height: 1px; width: 100%; clear: both; }
hr.grey	{ border-top: 1px solid #888888; }
hr.dashed	{ border-top: 1px dashed #D3312A; }
*/
a		{ color: #D3312A; text-decoration: none; }
a:hover	{ text-decoration: underline; }
.center	{ text-align: center; }
.left	{ text-align: left; }
.right	{ text-align: right; }
img.float-right	{ display: block; float: right; margin: 8px; }
img.float-left	{ display: block; float: left; margin: 8px; }
.note 	{ font-size: 8pt; }
.notegray	{ font-size: 8pt; color: #D1D1D1; }
h1		{ font-weight: normal; font-size: 18pt; color: #000000; }
h2		{ font-weight: normal; font-size: 11pt; color: #D3312A; }
h3		{ font-weight: bold; font-size: 10pt; color: #ffffff; background-color: #D3312A; padding: 3px; }
h4		{ font-weight: bold; font-size: 10pt; color: #ffffff; background-color: #d1d1d1; padding: 3px; }


#header {
	margin: 1px;
	width: 99.3%;
	height: 50px;
	color: #000000;
	background-color: #FFFFFF;
}

#header h1 { position: absolute; left: 255px; padding: 0px; margin: 0px; top: 2px; background-color: transparent; }
#header h2 { position: absolute; left: 255px; padding: 0px; margin: 0px; top: 33px; background-color: transparent; }
#arrow { position: absolute; left: 220px; top: 5px; }
#logo { position: absolute; left: 5px; top: -5px; }
#menu-top { position: absolute; left: 0px; top: 69px; }
#content-top { position: absolute; left: 191px; top: 78px; }


