/*
This main CSS file is referenced by all pages. If you need to change something on all pages, 
you can do it globally here. You don't have to go and update each page individually.
*/
a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #FF9933;
}
a:active {
	text-decoration: none;
}
p,td,th,div {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #999999;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
a.selected {color: #000000}
.navheading {color: #FF9933;}
.style13 {font-size: 10px; font-family: "Century Gothic";}
body {
	background-color: #FFFFFF;
}