body {
	background-repeat: no-repeat;
	background-position:center top;
	background-color: #1249b9;
	background-image: url(images/background.jpg);
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}



.body_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFFFFF;
	text-align: justify;
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #F48503;
	border-right-color: #F48503;
	border-bottom-color: #F48503;
	border-left-color: #F48503;
}

.div_vert_spacer {
	height: 15px;
}
