/* CSS Document */

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 20px;
}
 
 a.nav:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 20px;
	text-decoration: none;
}

 a.nav:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 20px;
	text-decoration: none;
}

 a.nav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 20px;
	text-decoration: none;
}
 a.nav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6666;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 20px;
	text-decoration: none;
}

.headlines {
	font-family: Tahoma, Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #000066;
	font-weight: bold;
	line-height: 14px;


}

.text {
	font-family:  Tahoma, Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	line-height: 14px;
}
