
body
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left:0;
	margin-right:0;
	background-image: 
	
	
url(images/background3.jpg);
	background-size: 100%;
	background-position: center;
	background-attachment:fixed;
	background-repeat: repeat-y;
	background-color: #069;
	
	}

.maintextblue {
	font-family: Calibri;
	font-size: 14px;
	color: #069;
}

.maintext {
	font-family: Calibri;
	font-size: 14px;
}

.maintextwhite {
	font-family: Calibri;
	font-size: 14px;
	color: white;
	
}

.titles {
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
	color: black;
}

.titleswhite {
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
	color: white;
}

.titlesred {
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
	color: red;
	
	}
	
	a:link {
	color: #FFF;
		}
	
	a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #F0F0F0;
}