@charset "utf-8";

body {
    background-image: url(/images/bg3.jpg);	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	background-color: #666666;
}

.main {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #766014;
}

body td {font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #766014;}

.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #483C0C;
}
.scroller {
	overflow: auto;
	height: 350px;
	padding:5px;
}
.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #766014;
	line-height: normal;
}
.subheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #5C4E10;
}
.pic {
	background-color: #515A2F;
	border: 1px solid #FFFFFF;
	margin: 5px;
	padding: 5px;
}

.menutable {
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #00CC66;
}
.subheading2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5C4E10;
	font-weight: bold;
}

a:link {
	color: #483A0D;
	text-decoration: underline;
}

 a:visited
 {
	color: #483A0D;
	text-decoration: none;
}

 a:active
 
 {  color: #483A0D;
	text-decoration: none;
}

 a:hover {
	color: #483A0D;
	text-decoration: none;
}


.footer {

	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #766014;
	line-height: normal;
	text-align:center;
}


