@charset "UTF-8";
a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
	text-transform: lowercase;
	text-decoration: none;
	line-height: 15px;
}
a:active {
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #3399CC;
	text-decoration: none;
	font-variant: normal;
	line-height: 15px;
	text-transform: lowercase;
}
a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	color: #FF0000;
	text-decoration: none;
	line-height: 15px;
}
a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	color: #3399CC;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	line-height: 15px;
}
body {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	color: #333333;
	text-align: left;
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
}
.bold {
	font-weight: bolder;
}
.bluetext {
	font-weight: bolder;
	color: #FF0000;
	font-size: 16px;
	line-height: 17px;
	text-transform: lowercase;
	text-decoration: none;
	font-style: normal;
}
.logo {
	font-size: 62px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 92px;
}
.headline_large {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	color: #333333;
	text-decoration: none;
	padding: 3px;
	text-transform: uppercase;
}
.whitebodytext {
	color: #FFFFFF;
}
