body {
	background-color: #172540;
	margin-top: 0px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ccccff;
}
H1, H2, H3 {
	font-size: 16pt;
	text-align: center;
	font-weight: bold;
	margin-bottom: 6px;
}
H4 {
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
	margin-bottom: 6px;
}
.style1 {color: #426b9e}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	color: #ccccff;
	text-decoration: none;
}
a:visited {
	color: #CCCCFF;
	text-decoration: none;
}
a:hover {
	color: #CCCCFF;
}
a:active {
	color: #CCCCFF;
}
.style3 {color: #FFFFFF}
/* menu styles for text nav menus */
#navmenu li {
  display: inline;
  margin:0 0 0.25em 0;
  list-style-type: none;
  }
#navmenu a, #navmenu a:visited {
  position:relative;
  width:12em;
  border:0PX;
  font-family:arial, verdana, sans-serif;
  font-size:12px;
  text-align:center;
  text-decoration:none;
  color:#FFFFFF;
  padding:0.25em;
  font-weight:bold;
  }
#navmenu a:hover {
  color:#FF0000;
}
/* menu styles for text nav menus */ 