.body_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
}
.body_text_light {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC66;
	font-weight: bolder;
}
.link {
	font-weight: bolder;
	color: #333333;
}

.body_text_bold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
}
a:link {
	font-weight: bolder;
	text-decoration: none;
}
a:visited {
	font-weight: bolder;
	color: #333333;
}
a:hover {
	font-weight: bolder;
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	font-weight: bolder;
	color: #333333;
}
.body_text_light_bold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC66;
	font-weight: bolder;
}
.bullets {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	list-style-type: circle;
}

