/* style.css */

body {
	font-family: Arial;
	font-size:9pt;	
	color: #000000;
}

h1 {
	font-family: Arial;
	font-size: 14pt;
	color: #cc0000;
}


h3 {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}

td, th, div, p {
	font-family: Arial;
	font-size:9pt;	
	color: #000000;
	
}

a, a: visited, a:active: {
	color: #00cc00;

}

a: visited: {
	color: #66cc00;
}

.aNav, .aNav:visited {
	display: block;
	width: 99.99%;
	font-size: 9pt;
	padding:8px;
	text-decoration: none;
	color: #000000;
	color: #cc0000;
	border: 0px solid grey;
	border-bottom-width: 1px;
	font-weight:bold;
}

.aNav:hover, .aNav:active {
	display: block;
	width: 99.99%;
	padding: 6px;
	text-decoration: underline;
	color: #000000;
	background-color: #dddddd;
}


.dOben {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 90%;
	height: 30px;
	padding: 5px;
	margin: 0px;
	border: 0px solid grey;
	border-bottom-width: 1px;
	font-size: 18pt;
	font-weight: bold;
	color: #cc0000;
}

.dNav {
	position: absolute;
	top: 75px;
	left: 15px;
	width: 150px;
	padding: 0px;
	margin: 0px;
	border: 0px solid #eeeeee;
}

.dAdv {
	position: absolute;
	top: 75px;
	left: 1000px;
	width: 150px;
	padding-left: 8px;
	margin: 0px;
	border: 0px solid #eeeeee;
	border-left-width: 1px;
	font-size: 8pt;
}


.dContent {
	position: absolute;
	top: 75px;
	left: 220px;
	width: 700px;
	padding: 3px;
	margin: 0px;
	border: 0px solid #eeeeee;
}

