body,td,th,div,p,a {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}
body  {
	color: #555555;
	background-color: #EEEEEE;
	/* font-weight: bold; */
	/* background-position: center; */
	/* background-repeat: no-repeat; */
	margin: 0;
}

td,th {
	color: #000000;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
.header, .footer {
	background-color: #EEEEEE;
	height: 14px;
	border: 4px solid #CEAE15;
	width: 100%;
}
.header {
	font-weight: bold;
	text-align: left;
	padding-left: 8px;
}
.footer, .footer A {
	text-align: center;
	font-size: 10px;
}
.menu, .menuheader, .menufooter {
  color: #FFFFFF; 
  /* font-weight: bold; */
  /* background-color: #9D913F; */
  background-image: url(MenueBk.jpg);
  background-repeat: repeat;
  width: 150px;
  height: 16px;
}
.menu {
	padding: 10px;
	vertical-align: top;
}
.menu ul, .menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}
.menu a:link, .menu a:visited, .menu a:active {
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: none;
  font-weight: bolder;
}
.menu a:hover {
	color: Yellow;
	background-color: transparent;
	text-decoration: none;
}

.current {
	font-weight: bold;
}
.content {
	padding: 20px;
	/* height: 400px; */
	width: 580px;
	vertical-align: top;
	/* overflow: auto; */
}
.infoline {
	font-size: 10px;
	text-align: left;
	height: 10px;
}
.login {
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	background-color: #003366;
	color: #FFFFFF;
	text-align: center;
}
.login input {
	width: 95%;
	font-size: 10px;
}
.login a:link, .login a:visited, .login a:active {
	color: #DDDDDD;
	text-decoration: none;
}
.login a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.hide {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 2mm;
	color: #EEEEEE;
	font-weight: lighter;
	/* background-color : #EEEEEE; */
}