body 
{
    font-family:  Arial, Verdana, Helvetica,  sans-serif;
    font-size: 11px;
    line-height: 16px;
	background-color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
. mText 
{
    font-family:  Arial, Verdana, Helvetica,  sans-serif;
    font-size: 10px;
}
.WhiteText {
	font-size: 12px;
	color: #FFFFFF;
}
.BlackText {
	font-size: 11px;
	color: #000000;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
}
.TitleText {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	letter-spacing: .2em;
	text-transform: uppercase;
}
.TitleTextWhite {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.TitleTextBlack {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	word-spacing: normal;
	letter-spacing: 0.28em;
}
.BoldText {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.FooterText {
	font-size: 10px;
	color: #000000;
}
.FooterText a:link,a:visited,a:hover,a:active {
	color: #000000;
}

.largetext {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
}

a:link,a:visited,a:hover,a:active{
	color: #000000;
	font-weight:bold;
}


.formTitle {
	font-size: 12px;
	font-weight: bolder;
}.formError {
	font-size: 12px;
	font-weight: bolder;
	color: #FF0000;
}
.formInput {
	font-size: 12px;
	width: 250px;
}
.formInputLarge {
	font-size: 12px;
	width: 250px;
	height: 100px;
}
.mainTable {
	border-width:1px;
	border-style:solid;
	border-collapse:collapse;
	border-color:#CCCCCC
}