body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7794A6;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #01578d;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 97AEBE;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7794A6;

	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7794A6;

	background-image: url(images/background2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7794A6;
	text-decoration: underline;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7794A6;
}
.home {
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* JavaScript Menu Settings */
#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: right;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.submenus{
display: none;
width: 7em;
position: absolute;
top: 1.2em;
left: 0;
background-color: #EEEEEE;
border: 1px solid #414246;
text-align: left;
line-height: 16px;
}

.submenus li{
width: 100%;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 3px;
margin-left: 3px;
color: #97AEBE;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
color: #97AEBE;
}

.submenus li a:hover{
background-color: #EEEEEE;
color: #01578D;
}

.submenus li a:active{
background-color: #EEEEEE;
color: #5A7F91;
}

#csstopmenu li>ul { /* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}