h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
        font-style: normal;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;	
	font-weight: bold;
}
div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
}
.tableheader {
	background-color: #BDCEBD;
	font-weight: bold;
}
.tablesubheader {
        background-color: #DADADA;
	font-style: italic;
}
.tablerow {
        background-color: #D0F0D0;
}
a {
    color: #339933;
}
a:visited {
    color: #808080;
}
a:hover {
    color: #000000;
}
.menu a, .menu a:visited {
    color: #208020;
    font-weight: bold;
}
.menu a:hover {
    color: #000000;
    font-weight: bold;
}
.menu {
    color: #208020;
    font-weight: bold;
}
.info {
     background-color: #D7FBDA;
}
.menubackground {
     background-color: #BDCEBD;
}
