a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #979797;
	text-decoration: none
}

.link {
	font-family: "Verdana";
	font-size: 9;
	font-weight: normal;
	color: #6C6C6C;
	text-decoration: underline
}

.linkOver {
	font-family: "Verdana";
	font-size: 9;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

span {
	font-family: "Verdana";
	color: #333333;
	font-size: 10;
	font-weight: normal;
}

.date {
	font-family: "Verdana";
	color: #000000;
	font-size: 9;
	font-weight: normal;
}

.title {
	font-family: "Verdana";
	color: #000000;
	font-size: 9;
	font-weight: normal;
}

.text {
	font-family: "Verdana";
	color: #000000;
	font-size: 9;
	font-weight: normal;
}

.nav {
	font-family: "NeoSans";
	color: #7A7770;
	font-size: 13;
	font-weight: normal;
}

.navOver {
	font-family: "NeoSans";
	color: #333333;
	font-size: 13;
	font-weight: normal;
}

.error {
	font-family: "Verdana", 
	color: #F29526;
	font-size: 9;
	font-weight: normal; 
	text-align: center;
}
