@charset "utf-8";
/* CSS Document */

a {text-decoration: none; color: #CC0000;}
a:hover {text-decoration: none; color: #006600;}

.nav {
	width: 125px;
	height: 45px;
	float:left;
	background:url(includes/nav-bg.jpg) no-repeat;
	margin-right: 3px;
}

.nav-text {
	margin-top: 15px;	
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 15px;

}

.nav-text a{
	text-decoration: none;
	color:#FFFFFF;
}
.nav-text a:hover{
	text-decoration: none;
	color:#CC0000;
}