
body {
	background-image:url(../images/bg.jpg);
	background-color: #370005;
	background-repeat:repeat-x;
	font-family:"Trebuchet MS";
	font-size:14px;
	color: #ffffff;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
}
.bodytext {
	font-family:"Trebuchet MS";
	font-size:14px;
	color: #ffffff;
	text-decoration:none;
}
.bodytext_maroon {
	font-family:"Trebuchet MS";
	font-size:14px;
	color: #770009;
	text-decoration:none;
}
.bodytext_maroon a{
	font-family:"Trebuchet MS";
	font-size:14px;
	color: #770009;
	text-decoration:underline;
}
.bodytext_maroon a:hover{
	font-family:"Trebuchet MS";
	font-size:14px;
	color: #770009;
	text-decoration:none;
}
.bodytext_large {
	font-family:"Trebuchet MS";
	font-size:22px;
	color: #00285e;
	text-decoration:underline;
}

.copy{
	font-family:"Trebuchet MS";
	font-size:11px;
	color: #ffffff;
	text-decoration:none;
}
.title2{
	font-family:"Trebuchet MS";
	font-size:22px;
	font-weight:bold;
	letter-spacing: 2px;
	color: #ffff00;
	text-transform: uppercase;
	text-decoration:none;
}
.title3{
	font-family:"Trebuchet MS";
	font-size:30px;
	font-weight:bold;
	letter-spacing: 2px;
	color: #ffff00;
	text-transform: uppercase;
	text-decoration:none;
}
.title{
	font-family:"Trebuchet MS";
	font-size:30px;
	color: #ffff99;
	text-decoration:none;
}

.title_white{
	font-family:"Trebuchet MS";
	font-size:26px;
	color: #ffffff;
	text-decoration:none;
}
a {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}