@charset "UTF-8";
a:visited {
	font-family: futura;
	font-size: 14px;
	font-weight: bold;
	
}
a:link {
	font-family: futura;
	text-decoration:none;
	
}
a:hover {
	font-family: futura;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration:none;	
}
a:active {
	font-family: futura;
	text-decoration:none;
	
}
.topnav {
	font-family: futura;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing:2px;
}
.topnav-unactive {
	font-family: futura;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	letter-spacing:2px;
}
.sidenote {
	font-family: futura;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.body {
	font-family: futura;
	font-size: 12.5px;
		color: #ffffff;
	line-height:18px;
}
.header {
	font-family: futura;
	font-size: 19px;
	font-weight: lighter;
	color: #ffffff;
	line-height:18px;
}

