body {
	background: #A1773B;
}
h1 {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #F5EDD0;
}
h2 {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #F2E6BE;
}
.menutitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #F2E6BE;
}
.menu {
	font-family: "Times New Roman", Times, serif;	
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.menu a:hover, .sidelinx a:active {
	/*/*/ 
	background-color : transparent !important;
	border : 0 none !important;
	color: #ff0000 !important;
	text-decoration: underline !important;
	/* */
}
.tblbord {
	border : 1px solid;
	border-color : #CE9D6C #8A5E00 #8A5E00 #CE9D6C;
	background-image: url(images/bkg.jpg);
	background-color: #BB8F46;
}
a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #F2E6BE;
	text-decoration : none;
}
.content {
	font-family: "Times New Roman", Times, serif;
	font-size : 12px;
	color: #330033;
	background-image: url(images/inner.jpg);
	background-color: #CEAD5E;
}
.content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #330033;
}
.error {
	color: #ff0000;
}
.legend {
	font-family: "Times New Roman", Times, serif;
	font-size : 10px;
	color: #330033;
}
input {	
	font-size: 11px;
}
.indent {
	margin: 5px 10px 10px 5px;
}
.byline {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #DAC198;
}
.byline a {
	color : #DAC198;
	text-decoration : none;
}
.floatright {
	float: right;
	display: block;
	clear: both;
	align: right;
}
.floatleft {
	float: left;
	display: block;
	clear: both;
	align: left;
}
