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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
}
body {
	background-image: url(../images/backdrop.png);
	background-repeat: repeat;
	margin:10px;
}
a:link {
	color: #7E7A24;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #7E7A24;
}
a:hover {
	text-decoration: none;
	color: #A38516;
}
a:active {
	text-decoration: underline;
	color: #7E7A24;
}
h1 {
	font-size: 16px;
	color: #7E7A24;
	margin:0px;
	margin-bottom: 12px;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	color: #A38516;
	margin:0px;
	padding:0px;
	font-weight: normal;	
}
h3 {
	font-size: 13px;
	color: #7E7A24;
}.border-main {
	border: 6px solid #F7F3EB;
}
.border-logo {
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F7F3EB;
	border-bottom-color: #F7F3EB;
}
.border-header {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #F7F3EB;
}
.border-nav {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #F7F3EB;
}
.footer {
	color: #AFA062;
}
.footer :link {
	color: #AFA062;
	text-decoration: none;
}
.footer :visited {
	text-decoration: none;
	color: #AFA062;
}
.footer :hover {
	text-decoration: underline;
	color: #A38516;
}
.footer :active {
	text-decoration: none;
	color: #AFA062;
}
