h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #336699;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #264C72;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #19334C;
    margin: .5em 0 0em 0;
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    margin: .5em 0 0em 0;
}

h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    margin: .5em 0 0em 0;
}


td.sectioncolor {
	background-color: #336699;
}

div.menu {
	text-decoration: none;
    font-size: 18px;
	background-color: transparent;
	color:#ABD0F3;
	margin-top: -1px;
	height:24px;
	border:1px outset #000000;
	border-left:0px;
	border-right:0px;
	padding:6px 0px 5px 12px;
}

/*
div.menu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
	color:#ABD0F3;
	text-decoration: none;
	background-color: transparent;
	margin-top: -1px;
	height:30px;
	border:1px outset #5F2525;
	border-left:0px;
	border-right:0px;
	padding:6px 0px 5px 12px;
}
*/

div.submenu {
	background-color: #5882AB;
	color:#000000;
	padding:4px 0px 12px 12px;
	border-bottom: 1px solid black;
}