/* regular links */
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCC00;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #838614;
}
a:hover {
	color: #faff2d;
}
a:active {
	color: #faff2d;
}

/* navigation links */
a.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCC00;
	font-weight: normal;
	text-decoration: none;
}
a.nav:visited {
	color: #CCCC00;
}
a.nav:active {
	color: #faff2d;
}
a.nav:hover {
	color: #faff2d;
}

/* default content styles */
table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.head {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
.tiny {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B7BB00;
	font-weight: normal;
	text-align: center;
}
li {
	color: #CCCC00;
}
