.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	list-style-type: square;

}
.smalltext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
.largetitles {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336699;
}
.largetitlesblack {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}


.boldblack {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.links {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;

}
a {
	font-size: 13px;
	font-weight: bold;
}
a:link {
	color: #297394;
	font-weight: bold;
}
a:visited {
	color: #297394;
	font-weight: bold;
}
a:hover {
	color: black;
	font-weight: bold;
}
a:active {
	color: #297394;
	font-weight: bold;
}
