
#menu a, #menu a:visited {
	font-family: Verdana; font-size: 10px; font-weight: bold; color: white; text-decoration: none; line-height: 14px;
  	text-align:right;
  	text-decoration:none;
  	display:block;
  	padding-right: 8px;
}
#menu a:hover {
  color:black;
  background-color: #C6B675;
}

#menutop a, #menutop a:visited {
	font-family: Verdana; font-size: 12px; font-weight: bold; color: white; text-decoration: none; background-color: #C9BA7E;
  	text-align:center;
  	text-decoration:none;
  	display: inline;
    padding-right: 8px;
}

#menutop a:hover {
  color:black;
  background-color: #C6B675;
}

#adminmenu a, #adminmenu a:visited {
	font-family: Verdana; font-size: 10px; font-weight: bold; color: black; text-decoration: none; line-height: 18px;
  	text-align:right;
  	text-decoration:none;
  	display:block;
  	padding-right: 8px;
}
#adminmenu a:hover {
  color:black;
  background-color: gray;
  color: white;
}

body {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	background: white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: gray;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	background: white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
    height: 10px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: black;
}

.generalstyle{
	color:black;
	text-align: center;
    font-family: Verdana;
	font-size: 10px;
}
.warning{
	color:red;
	text-align: center;
    font-family: Verdana;
	font-size: 10px;
}

.headings{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
	background: #C9BA7E;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: gray;

}