/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bodytext {
	font: 12px/1.6, Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
}
.bodytext a {
	font: 12px/1.6, Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
}
.headtext {
	font: 16px/1.6 Georgia, "Times New Roman", Times, serif;;
	color: #00447D;
}

.foot { font-size:12px;
	 color: #ffffff;
	}
.foot a { font-size:12px;
	 color: #ffffff;
	 text-decoration: none;
	}
.menu {
	color: #FFFFFF;
	font: 12px/1 Georgia, Times New Roman, Times, serif;
}
.menu a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline overline;
	font-weight: bold;
	}
