a {
	color: #b58239;
	text-decoration: none;
	}

a:hover {
	color: #765326;
	text-decoration: none;
	}

input, textarea {
	background-color: white;
	border: 1px solid #000000;
	font-family: Verdana;
	font-size: 10px;
	}

.hidden_input {
	background-color: #84b623;
	border: 0px; 
	}

.buttonstyle {
	background-color: #368b26;	
	border: 1px;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
	cursor: pointer;
	}

.pic img {
	border: 1px solid #000000;
	padding: 4px;
	background-color: #b58239;
	margin: 4px;
	}

.pic img:hover {
	border: 1px solid #000000;
	padding: 4px;
	background-color: #765326;
	margin: 4px;
	}

h1 {
	float: left;
	border-bottom: 1px solid white;
	display: block;
	width: 100%;
	font-size: 18px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	}

h2 {
	float: left;
	border-bottom: 1px solid white;
	display: block;
	width: 100%;
	font-size: 12px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	}

.menuitem {
	background-image: url(../images/menuitem_bg.jpg);
	float: right;
	height: 13px;
	width: 77px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 8px;
	margin-left: 2px;
	}

.menuitem:hover {
	background-image: url(../images/menuitem_bg_h.jpg);
	}

.newsblock a {
	color: #c5b3f1;
	}

.newsblock a:hover {
	color: #FFFFFF;
	}
