@charset "utf-8";

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	background-color: #666;
}
.italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #666;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #6F0003;
}
.subhead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 28px;
	color: #6f0003;
	font-weight: normal;
}

.smallboldblack {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 18px;
}
a:link, a:active, a:visited {
	color: #254C75;
	text-decoration: none;
}
.lightgray {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
}
.medboldblack {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
.smallwhiteborder {
	border: 2px solid #FFF;
}
.smallblackborder {
	border: 2px solid #000;
	padding: 5px;
}
.light:link, .light:active, .light:visited {
	color: #CBDEFE;
	text-decoration: none;
}
.light:hover {
	color: #FFF;
	text-decoration: underline;
}
.smallblack {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	line-height: 18px;
}
.smallboldblackItalics {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 18px;
	font-style: italic;
}
.medboldgray {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #555;
}
.subhead2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 27px;
	color: #6f0003;
	font-weight: normal;
}
.tn:link img {
	color: #000000;
	text-decoration: none;
	border: 1px solid #000;
}
.tn:visited img {
	color: #000000;
	text-decoration: none;
	border: 1px solid #000;
}
.tn:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	color: #999999;
	text-decoration: none;
	border: 1px solid #F00;
}
.tn:active img {
	color: #000000;
	text-decoration: none;
	border: 1px solid #000;
}
.tn2:link img {
	color: #000000;
	text-decoration: none;
}
.tn2:visited img {
	color: #000000;
	text-decoration: none;
}
.tn2:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	color: #999999;
	text-decoration: none;
}
.tn2:active img {
	color: #000000;
	text-decoration: none;
}