@charset "UTF-8";
/* CSS Document */

<style type="text/css">

.body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

.oneColFixCtr #container {
	width: 320px;
	background: #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.oneColFixCtr #mainContent {

}

.bodyTxt a:hover {
	border: none;
	color: #3ea9df;
}

.bodyTxt a{
	text-decoration: none;
	border-bottom: 1px dotted #666666;
	color: #FFFFFF;
}

.bodyTxt {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

.bodyTxtBase {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}

.bodyTxtBase a {
	color: #666666;
	text-decoration: none;
	border: none; 
}

.bodyTxtBase a:hover {
	color: #6dbe45;
}


</style>