/* CSS Document */

body {
	background-image: url(background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	background-attachment:fixed


}

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

.italics {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-style: italic;
}

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

.footer {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight:bold;
}


.menu {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight:bold;
}
a:link {
	color: #405E76;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #405E76;
	text-decoration: none;
	font-weight:bold;
}
a:active {
	color: #405E76;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #B3C7F9;
	text-decoration: none;
	font-weight:bold;
}


