body
{
    margin-right: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
    background: #FFFFFF;
}


/*BODY TEXT STYLES*/
.headerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.headerTextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height: 15px;
}
a.bodyText:link {
	color: #000000;
}
a.bodyText:visited {
	color: #000000;
}
a.bodyText:hover {
	color: #E4A420;
}
a.bodyText:active {
	color: #E4A420;
}
.bodyTextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
}


/*NEWS TEXT STYLES--!>*/
.newsHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.newsText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.newsText:link {
	color: #FFFFFF;
}
a.newsText:visited {
	color: #FFFFFF;
}
a.newsText:hover {
	color: #E4A420;
}
a.newsText:active {
	color: #E4A420;
}


/*NAMES TEXT STYLES*/
.namesText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
a.namesText:link {
	color: #000000;
	text-decoration: none;
}
a.namesText:visited {
	color: #000000;
}
a.namesText:hover {
	color: #E4A420;
}
a.namesText:active {
	color: #E4A420;
}


/*COPYRIGHT TEXT STYLES*/
.copyrightText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
a.copyrightText:link {
	color: #FFFFFF;
}
a.copyrightText:visited {
	color: #FFFFFF;
}
a.copyrightText:hover {
	color: #E4A420;
}
a.copyrightText:active {
	color: #E4A420;
}


/*FORM FIELDS*/
.textField {
	border: 1px solid #B0B0B0;
	color: #000000;
}
.textMulti {
	border: 1px solid #B0B0B0;
	color: #000000;
}


/*REQUIRED TEXT STYLES*/
.requiredText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF3300;
	text-decoration: none;
}