body {
	margin-top: 0px;
	font-family: Tahoma, Georgia, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

h1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	border-bottom: none;
	background-color: transparent;
	margin: 0px 0px 5px;
	padding: 0px;
	line-height: 30px;
}
h2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	border-bottom: none;
	background-color: transparent;
	margin: 0px 0px 5px;
	padding: 0px;
	line-height: 27px;
}
.date {
	color: #000000;
	font-family: Tahoma, Georgia, Helvetica, sans-serif;
	font-size: 11px;
}

a.menuselected {
	text-decoration: underline;
	color: #000000;
	font-family: Tahoma, Georgia, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 10px;
	font-weight: bold;
}
a.menuselected:hover {
	text-decoration: none;
	color: #990000;
	font-family: Tahoma, Georgia, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 10px;
	font-weight: bold;
}



a {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a.footer {
	color: #ffffff;
	text-decoration: underline;
}
a.footer:hover {
	color: #ffffff;
	text-decoration: none;
}

input {
	border: solid 1px #a7a6aa;
	width: 216px;
	height: 18px;
	font: Tahoma, Georgia, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	background-color: #d0d0d0;
}
textarea {
	border: solid 1px #a7a6aa;
	width: 216px;
	height: 108px;
	font: Tahoma, Arial, Georgia, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background-color: #d0d0d0;
}
input.btn { 
	  color:#000000; 
	  width: 76px;
	height: 22px;
	  font: Tahoma, Georgia, Helvetica, sans-serif;
	  font-size: 11px;
	  background-color:#eeeeee; 
	  border: 1px solid; 
	  border-color: #a7a6aa #707070 #707070 #a7a6aa;
	} 
input.btnhov { 
	  border-color: #c63 #990000 #990000 #c63; 
	  color:#990000; 
} 
