a:link, a:visited, a:active
{
	color: #3366cc;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #3366cc;
	font-weight: bold;
	text-decoration: underline;
}

body
{
	color: #000000;
	background-color: #FFFFFF;
}

p, blockquote, em, i, li, td, th, div
{
	color: #000000;
	font-family: "Trebuchet MS", trebuchet, Arial;
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6
{
	padding: 3px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", trebuchet, Arial;
} 

h1 { font-size: 1.40em; background-color: #3366cc; }
h2 { font-size: 1.32em; background-color: #ffcc00; color: #000000; border: 2px black solid; }
h3 { font-size: 1.24em; background-color: #003300; }
h4 { font-size: 1.16em; background-color: #006633; }
h5 { font-size: 1.08em; }
h6 { font-size: 1.00em; }

hr {
	margin: 0px;
	padding: 0px;
}

.brown
{
	background-color: #CCCC99;
}

.fixed
{
	font-family: "Courier New", Courier, Fixed;
	font-size: 0.9em;
}

.nav
{
	color: #000000;
	font-family: "Trebuchet MS", trebuchet, Arial;
	font-size: 11px;
}

.upcoming
{
	color: #000000;
	font-size: .9em;
}

.warning
{
	color: #FFFFFF;
	padding: 5px;
	background-color: #CC9900;
	font-weight: bold;
	font-size: 1.5em;
}

