@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(../images/landingpage.jpg);
	background-color: #aacccc;
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}
a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: underline;
	color: #eeaa00;
}
a:active {
	text-decoration: none;
	color: #9B1100;
}
#bottommenu {
	font-size:12px;
	font-weight:bold;
	background-color:#cbdddd;
	padding:3px;
	}
#bottommenu a:link {
	text-decoration: none;
	padding:5px;
}
#bottommenu a:hover {
	text-decoration: underline;
	color: #eeaa00;
}
.copyright {
	font-size:9px;
	letter-spacing:1px;
	text-align:left;
}