@charset "utf-8";
body {
	margin:0;
	padding:0;
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.nav {
	font-family: tahoma;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
}

.nav a {
	color:#FFFFFF;
	text-decoration: none;
}

.nav a:hover {
	text-decoration: none;
	color:#CCFF99;
}

p {
	font-family: tahoma;
	font-size: 10pt;
	color:#000000;
}

.footer {
	font-family: tahoma;
	font-size: 7pt;
	color:#666666;
}
.footer a {
	text-decoration:none;
	color:#666666;
}
.footer a:hover {
	border-bottom:dotted 1px #666666;
}