a:hover {
	color: #3dab19;
}

.error {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #B40B0B;
	font-style: normal;
	font-weight: normal;	
}

.text {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
.text:hover { color: #B40B0B;  }

.textBold {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.textBold:hover { color: #B40B0B;  }

.disclaimer {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}

.message {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #ff0000;
}

.headline {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.menu {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	margin-left: 4px;
	margin-right: 4px;
}
.menu:hover { color: #B40B0B;  }

.page {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #efefef;
	color: #000000;
}

.back {
	text-align: right;
	font-style: normal;
	font-weight: normal;	
}


.footer {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}