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

body {
	background-color: #fffeed;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
	
.body {
	font-size: 13px;
	margin: 0px;
    margin-bottom: 15px;
}

.titles {
	font-size: 14px;
	font-weight: bold;
}

.style1 {
    font-size: 9px
}


.copyright {
	color: #948c4b;
	font-size: 9px;
}


a:link {
	color: #0f662d;
	text-decoration: none;}

a:hover {
	color: #615a26;
	text-decoration: none;}

a:visited {
	color: #0f662d;
	text-decoration: none;}


a.footer {
	font-size: 11px;
	color: #615a26;
	text-decoration: none;}


a:hover.footer {
	font-size: 11px;
	color: #0f662d;
	text-decoration: none;}

