@charset "UTF-8";
/* CSS Document */

#menu td {
	font-family: "Gill Sans", Arial, sans-serif;
	color: 595959;
	background-image: url(images/menubackground.jpg);
	background-repeat: repeat-x;
	font-size: 18px;
}
#main td {
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 18px;
	text-align: justify;
}
#footer {
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 12px;
	background-image: url(images/footerbackground.jpg);
	background-repeat: repeat-x;
	color: 595959;
	text-align: right;
	text-indent: 0px;
}
.footer {
	font-family:"Gill Sans", Arial, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
.footer a:link {
	text-decoration: none;
	color: #999999;
}

.footer a:visited {
	text-decoration: none;
	color: #999999;
}
.footer a:hover {
	text-decoration: underline;
	color: #333333;
}
.footer a:active {
	text-decoration: none;
	color: #999999;
}
