body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	background-color: #403C39;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: white;
}
a:visited {
	color: white;
}
a:hover {
	color: red;
}
a:active {
	color: red;
}

.blackbody {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.boldred {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #530000;
}

.whitebody {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;

}

.boldgrey {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #E8E8E8;
}
.bold_red {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #E83C3C;
}


.white_body_centered {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-align: center;
}



.small_body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: white;
	text-align: center;
}
.bold_white_center {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
