a {
	color : #24888B; 
	text-decoration : none;}

a:link {
	color: #24888B;
	text-transform: none;
}

a:visited {
	color: #24888B;
	text-transform: none;
	text-decoration: none;
}

a:hover {
	color: #24888B;
	text-transform: none;
	text-decoration: underline;
}

a:active {
	color: #24888B;
	text-transform: none;
	text-decoration: none;
}

BODY {
	text-align:center;
	background: #57565C;
	margin: 0px;
	background-image:url(../_images/bg.jpg);
	background-repeat:no-repeat;
}

.bodytext {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

.bodytextitalic {
	font-family: Verdana;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

.subbodytext {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

.bodytextbold {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.maintitle {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.titlebold {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #EEA226;
}

.mainmenu {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #EEA226;
	text-transform: lowercase;
}

.mainmenu a:link {
	color: #EEA226;
	text-transform: lowercase;
	text-transform: lowercase;
}

.mainmenu a:visited {
	color: #EEA226;
	text-transform: lowercase;
	text-decoration: lowercase;
}

.mainmenu a:hover {
	color: #6699FF;
	text-transform: lowercase;
	text-decoration: none;
}

.mainmenu a:active {
	color: #EEA226;
	text-transform: lowercase;
	text-decoration: lowercase;
}

.footer {
	font-family: Verdana;
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
}

.footer a:link {
	color: #24888B;
	text-transform: none;
}

.footer a:visited {
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
}

.footer a:hover {
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
}

.footer a:active {
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
}

