p, td, ol, ul, li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	margin-top : 0px;
	margin-bottom : 5px;
}

H1.h1_pagetitle {
    font-family : Arial, Helvetica, sans-serif;
    font-size : large;
    color : Green;
}


H2.h2_pagesubtitle {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : small;
    font-weight : bold;
    margin-bottom : 5px;
}

H3.h3_heading {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : x-small;
    font-weight : bold;
    margin-bottom : 5px;
}

td.topnav {
	background-color : #646400;
}

td.topnav_hilite {
	background-color : #006600;
}

td.topnav2 {
	background-color : #484800;
}

td.leftnav {
	background-color : #F0E68C;
}



a:link {
	color: #663300;
}
a:active {
	color: gray 
}
a:hover {
	color: gray  ! important;
}
a:visited {
	color: black
}

a.navbar {
    text-decoration : none;
}
a.navbar:link {
    color: white;
}
a.navbar:active {
	color: silver
}
a.navbar:hover {
	color: silver ! important;
}
a.navbar:visited {
	color: white
}