a:hover {
	color: #DF8E15;
}

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

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

.textBold:hover { color: #DF8E15;  }

body  {
	margin-left: 12px;
	margin-right: 10%;
	margin-top: 12px;
	background: FFFFFF;
}


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

.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: #DF8E15;  }

.page {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #FCF9F4;
	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;
}
