body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color: #000099;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: none;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #00CCFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-bottom-color: #000066;
	text-align: center;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 0px;
	background-color: #FFFFFF;
	color: #FF0000;
	margin-left: 0px;
	text-align: left;
	border-bottom-color: #000099;
}
#navcontainer ul {
  float:left;
  width:100%;
  margin:0;
  padding:0;
  font-size:15px;
  font-family:arial, verdana, helvetica, sans-serif;
  color:#ffff00;
  background:#000099;
  }
#navcontainer ul li {
  display:inline;
  }
  #navcontainer ul li a {
  float:left;
  padding:1px 10px;
  background:#000099;
  color:#ffffff;
  text-decoration:none;
  font-weight: bold;
  border-right:1px solid #DCDCDC;
  }
#navcontainer ul li a:hover {
  color:#ffffff;
  background:#ff0000;
  }
