

body {
background-color: #ffffff;
margin: 0px;
}

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

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

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

a:active     { 
text-decoration: none; 
color: #a12823;
}

td {
font-family:Verdana,Arial,Helvetica;
font-size:12px;
color:#000000;
}

h1, h2, h3, h4, h5, h6 {
font-size:16px;
color:#b8cc51;
background-color: #ffffff;
padding-left: 10px;
margin-bottom:0px;
margin-top:0px;
}

.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 200px;
	line-height: 200px;
}




.navi {
 	background-color: #ffffff;
	line-height: 20px;
	padding-left: 3px;
	height: 20px;
	font-size: 8pt;
}

.navi a,
.navi a:visited,
.navi a:link {
	display: block;
	width: 130px;
	background-color: #b7cb51;
	float: left;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	margin: 5px 0px 0px 2px;
}

.navi a:hover,
.navi a:active {
	background-color: #9eb042;
}



.navi_home {
 	background-color: #ffffff;
	line-height: 20px;
	padding-left: 3px;
	height: 20px;
	font-size: 8pt;
}

.navi_home a,
.navi_home a:visited,
.navi_home a:link {
	display: block;
	width: 120px;
	background-color: #753712;
	float: left;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	margin: 5px 0px 0px 2px;
}

.navi_home a:hover,
.navi_home a:active {
	background-color: #a12823;
}


.content {
	margin: 20px 20px 20px 20px;
}


.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 100px;
	line-height: 100px;
}


.footer a,
.footer a:visited,
.footer a:link {
	color: #a12823; 
}

.footer a:hover,
.footer a:active {
	color: #000000; 
}
