h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #666666;
	font-weight: normal;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #666666;
	font-weight: normal;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #666666;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
}
.subheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
}
.subbold {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
.bodybold {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.bodyred {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #BA0000;
}
.redbold {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #BA0000;
	font-weight: bold;
}
.smalltext {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
}
.tinytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #666666;
}
a.bodytext:link {
	color: #BA0000;
	text-decoration: none;
}
a.bodytext:visited {
	color: #BA0000;
	text-decoration: none;
}
a.bodytext:hover {
	color: #666666;
	text-decoration: none;
}
a.bodytext:active {
	color: #666666;
	text-decoration: none;
}
a:link {
	color: #BA0000;
	text-decoration: none;
}
a:visited {
	color: #BA0000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #BA0000;
	text-decoration: none;
}