.boxheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	color: #000000;
}

.boxsubheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
}

.boxbody {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}

.boxbodybold {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #0099CC;
}

a:active {
	text-decoration: none;
	color: #000000;
}