.topmenu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}

.topmenu a:link{
	color: #FFF;
	text-decoration: none;
}

.topmenu a:visited{
	color: #FFF;
	text-decoration: none;
}

.topmenu a:hover{
	color: #FFF;
	text-decoration: underline;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #D62229;
	padding-top: 15px;
}
.maintext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	padding-right: 25px;
}

.maintext a:link{
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.maintext a:visited{
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.maintext a:hover{
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

.smalltext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}
.topmenuBlack {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

.topmenuBlack a:link{
	color: #000;
	text-decoration: none;
}

.topmenuBlack a:visited{
	color: #000;
	text-decoration: none;
}

.topmenuBlack a:hover{
	color: #000;
	text-decoration: underline;
}

.topmenuRed {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D62229;
	font-weight: bold;
}

