a:link, a:visited, a:active
{
	color: #006633;
	font-weight: bold;
	text-decoration: none;
}

img {
	border-width: 0px;
}

a:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

body
{
	background-color: #fff;
	color: #000000;
}

p, li
{
	color: #000000;
	font-family: "Trebuchet MS", trebuchet, Arial;
	font-size: 0.9em;
}

td, th
{
        color: #000000;
        font-family: "Trebuchet MS", trebuchet, Arial;
	font-size: 0.9em;
}

h1, h2, h3, h4, h5, h6
{
	color: #000000;
	font-family: "Georgia", "Haettenschweiler", "Trebuchet MS", trebuchet, Arial;
	font-weight: normal;
} 

h1 { font-size: 1.32em; border-bottom: 1px solid black; text-transform: uppercase; }
h2 { font-size: 1.32em; border-bottom: 1px solid black; text-transform: uppercase; }
h3 { font-size: 1.32em; border-bottom: 1px solid black; text-transform: uppercase; }
h4 { font-size: 1.24em; }
h5 { font-size: 1.24em; }
h6 { font-size: 1.24em; }

hr {
	margin: 0px;
	padding: 0px;
}

hr.gr_line
{
    color: #006633;
    padding: 0px;
    margin: 0px;
}

.brown
{
	background-color: #CCCC99;
}

.fixed
{
	font-family: "Courier New", Courier, Fixed;
}

.gr_line 
{
	color: #006633;
	padding: 2px;
	margin: 2px;
}

a.nav {
        font-family: "Georgia", "Courier New", "Lucida Console";
	font-weight: normal;
        text-decoration: none;
        color: #006633;
	font-size: 16px;
}

a.nav:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #000;
	border-left: 1px dotted #000;
	border-left: 5px solid #000;
	padding-left: 5px;
}

.newsitem
{
        padding-top: 0px;
        padding-bottom: 4px;
	clear: both;
	text-align: justify;
}

.newstopic
{
	color: #006633;
	font-weight: bold; 
	text-transform: uppercase;
	margin-right: 8px;
	padding-right: 8px;
	padding-left: 2px;
	border-right: 5px solid #006633;
	border-bottom: 1px dotted #006633;
}

.upcoming
{
	color: #000000;
}

.warning
{
	color: #FFFFFF;
	padding: 5px;
	background-color: #CC9900;
	font-weight: bold;
	font-size: 1.5em;
}

