HTML, BODY, TD, INPUT {
	font-family : Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

BODY {
	background-color : #ffffff;
	color : #000000;
	font-family : Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

#content {
	position: absolute;
	top: 104px;
	left: 40px;
	width: 670px;
	padding: 15px 10px 20px 20px;
	margin: 0;
	background-color: #330000;
	border: solid 5px #ffffff;
}


#sidebar {
	position: absolute;
	top: 204px;
	left: 745px;
	width: 205px;
	height: 225px;
	padding: 5px 10px 10px 10px;
	margin: 0;
	border-top: solid 5px #ffffff;
	border-right: solid 5px #ffffff;
	border-left: solid 5px #ffffff;
	border-bottom: none;
	background-color: #F5DEB3;
}

H1  {
	font-family : Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 30pt;
	font-weight : normal;
}

H2  {
	font-family : Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight : normal;
}

H3  {
	font-family : Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight : bold;
}

P  {
	font-family : Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	line-height : 14pt;
}


P.teaser  {
	font-family : Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-bottom : 8pt;
	line-height : 14pt;
}

TD.standardcell  {
	font-family : Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

TD.headercell  {
	font-family : Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.highlight {
	font-weight : bold;
	font-family : Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.normal {
	font-family : Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


.link, a.s2d {
	font-weight : bold;
	text-decoration : underline;
	font-family : Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

TD.s2d  {
	font-family : Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}




#obentop {
	position: absolute;
	top: 5px;
	left: 45px;
	width: 930px;
	text-align: right;
	margin: 0;
	padding: 0;
}

#obentop p {
	font-size: 80%;
	display: inline;
	margin: 0;
	color: #BACDD2;
}

#obentop a {
	font-size: 80%;
	display: inline;
	text-decoration: none;
	margin: 0;
	color: #BACDD2;
}	

#obentop a:hover {
	text-decoration: underline;
}


