/* CSS Document */


body { background-image: url (webimages/background.jpg); 

} 

.main {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.bold {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.bold_blue {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #3460CD;
	
}

.italic {
	font-size: 12px;
	font-style: italic;
	font-family: Arial;
}

body {

	background-image: url(webimages/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #3460CD;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #B5C9EE;
}


a:hover {
	text-decoration: none;
	color: #CCDAF4;
}

.footer {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}
