.body_copy_bigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #28054D;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: center;
	background-color: #076804;
	background-image: url(images/background.jpg);
	background-position: left bottom;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.body_copy_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-right: 2px;
	padding-left: 2px;
}
.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
.bottom a:link {
	text-decoration: none;
	color: #28054D;
}
.bottom a:visited {
	color: #28054D;
	text-decoration: none;
}
.bottom a:hover { 
	color: #FFFFFF;
	text-decoration: underline;
}
.bottom a:active {
	color: #28054D;
	text-decoration: none;
}

.border {
	border: 1px solid #000000;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #022929;
}
.image_left {
	float: left;
	border: 1px solid #000000;
	margin-right: 3px;
	margin-bottom: 3px;
}
.body_copy_big {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.image_right {
	margin-bottom: 3px;
	margin-left: 3px;
	border: 1px solid #000000;
	float: right;
}
.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
}

