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


.top_nav {
	width:800px;
	margin:auto;
	height:25px;
	color:#666;
	margin-top:25px;
	position:relative;
}
.top_nav a{
	color:#666;
	text-decoration: underline;
	font-family: "Century Gothic", Arial;
	font-size:18px;
}
.top_nav a span{
}
.top_nav a:hover{
	color: #000;
	text-decoration: underline;
	font-family: "Century Gothic", Arial;
	font-size:18px;
}
.top_nav a:hover span{
	color:#000;
	text-decoration: underline;
	font-family: "Century Gothic", Arial;
	font-size:18px;
}
.top_nav a.active, .nav a.active:hover{
 	color:#000;
	text-decoration: underline;
	font-family: "Century Gothic", Arial;
	font-size:18px;
}
.top_nav a.active span, .nav a.active:hover span{
	color:#000;
	text-decoration: underline;
	font-family: "Century Gothic", Arial;
	font-size:18px;
}
.nav{
	color:#666;
	text-decoration:none;
	font-family: "Century Gothic", Arial;
	font-size:18px;
	float:right;
	height:25px;
	width: 500px;
	text-align:right;
	word-spacing: 5px;
}
.nav a{
	color:#666;
	text-decoration:none;
	font-family: "Century Gothic", Arial;
	font-size:18px;
}
.nav a span{
}
.nav a:hover{
	color: #000;
	text-decoration: underline;
	font-family: "Century Gothic", Arial;
	font-size:18px;
}
.nav a:hover span{
	color:#000;
	text-decoration: underline;
	font-family: "Century Gothic", Arial;
	font-size:18px;
}
.nav a.active, .nav a.active:hover{
 	color:#000;
	text-decoration: underline;
	font-family: "Century Gothic", Arial;
	font-size:18px;
}
.nav a.active span, .nav a.active:hover span{
	color:#000;
	text-decoration: underline;
	font-family: "Century Gothic", Arial;
	font-size:18px;
}