a {
	color : #333366; 
	text-decoration : none;}

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

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

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

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

BODY {
	background-color: #B1B5B8;
	background-image:url(../_images/bg.html);
	text-align:center;
	margin: 0px;
}

.bodytext {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
}

.bodytextbold {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #666666;
}

.titletext {
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #27275D;
	text-transform: uppercase;
}

.positions {
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #27275D;
	text-transform: none;
	text-decoration: underline;
}

.footer {
	font-family: Verdana;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #27275D;
	text-align: left;
}

.footer a:link {
	color: #95D2E7;
	text-transform: none;
}

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

.footer a:hover {
	color: #95D2E7;
	text-transform: none;
	text-decoration: underline;
}

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

