body {
        margin:0;
        padding:0;
	  font: bold 11px/1.5em Verdana;
}

.headline {
	color: black; 
	font: 26px  Georgia, "Times New Roman", Times, serif; 
	margin:0px;
	font-weight: normal;
}
.headline2 {
	color: black; 
	font: 20px  Georgia, "Times New Roman", Times, serif; 
	margin:0px;
	font-weight: normal;
}

.nav {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #c40000;
	width: 190px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	display: block;
}
A.nav:link {text-decoration: none;}
A.nav:visited {text-decoration: none;}
A.nav:active {text-decoration: none;}
.nav:hover {
	background-color: #CCCCCC;
	text-decoration: none;
}

.top {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	height: 24px;
	line-height: 24px;
	text-align: center;
}

html>body .top {
	height: 24px;
}

.navinact {
	color: #FFF;
	display: block;
	background-color: #000000;
	text-decoration: none;
}

.navinact:hover {
	color: #FFF;
	background-color: #C40000;
	text-decoration: none;
}

.navact {
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color: #6C6C6C;
}

.navact:hover {
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color: #C40000;
}

.footer {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight: normal;
      line-height:normal;
	color: #000000; 
}

.text {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: normal;
    line-height:normal;
	color: #000000; 
}

.errortext {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: bold;
    line-height:normal;
	color: #FF0000; 
}

A.textlink:link {text-decoration: none; }
A.textlink:visited {text-decoration: none; }
A.textlink:active {text-decoration: none;}
A.textlink:hover {text-decoration: none; 
	border-bottom: 1px dashed #C40000;
}
.textlink {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: normal;
    line-height:normal;
	color: #C40000; 
}
