body {
	margin: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.top {
	width: 100%;;
	height: 90px;
	text-align: center;
	padding-top: 10px;
}
.title1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 38px;
	color: #000066;
}
.title2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
}
.title3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000066;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a:link {
	color: #FFFFFF;
	text-decoration: none
}
a:visited {
	color: #FFFFFF;
	text-decoration: none
}
a:hover {
	color: #00FFFF;
	text-decoration: none
}
