@charset "UTF-8";
/* CSS Document */
body {
	background-color: #5a6f7b;
}
.copyright {
	text-align:center;
	vertical-align:bottom;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #999999;
}
.nav {
	font-family:Century Gothic;
	color:#000000;
	text-align:center;
	font-size:18px;
	font-stretch:extra-expanded;
	font-weight:200;	
}
.content {
	font-family:Century Gothic, sans-serif;
	text-align: justify;
	color:#000000;
	font-size:12px;
	padding-right:30px;
}
a:link {
	text-decoration: none;
	color: #000000;
	border:none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #000000;
}