@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 20px;
	background-image: url(images/background.gif);
	background-repeat: repeat;
}
.borderall {
	border: 2px solid #4d590d;
}
.footer {
	font-size: 12px;
	color: #f4fb94;
}
.sitemech a{
	font-size: 12px;
	color: #ff9933;
	text-decoration:none;
}

a.sitemech:hover, a.sitemech:visited{
	color: #ff9933;
	text-decoration:underline;
}

div.menu {
	width:auto;
	background:#4d590d;
	padding: 0px;
	margin:0px;
	border:0px none #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #f4fb94;
	line-height: 40px;
}

div.menu a {
    display:block;
    margin:0;
    width:100%;
    padding:0px;
    font-weight:bold;
    color:#f4fb94;
    text-decoration:none;
}

div.menu a:hover {background:#687718;color:#ffffff;}

.content {
	font-size: 18px;
	color: #4D590D;
}
.photo-border {
	border: 2px solid #4D590D;
}
.formtxt {
	font-size: 14px;
	font-weight: bold;
	color: #F4FB94;
}
