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

a:link       { 
color: #4b5c0b;
	font-weight: bold;
	text-decoration: underline;
}

a:visited    { 
color: #4b5c0b;
	font-weight: bold;
	text-decoration: underline;
}

a:hover      { 
color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a:active     { 
color: #4b5c0b;
	font-weight: bold;
	text-decoration: underline;
}

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


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


h1, h2, h3, h4, h5, h6 {
 	background-image:url(../images/h1.gif);
 	background-repeat: no-repeat;
 	height: 26px;
	width: 550px;
 	line-height: 26px;
	font-size:14px;
	color:#ffffff;
	padding-left: 10px;
	margin-bottom:0px;
	margin-top:10px;
}


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


.navi {
	width: 220px;
}

.navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.navi ul li {
	display:inline;
}

.navi ul li a,
.navi ul li a:link,
.navi ul li a:visited,
.navi ul li a:active {
	background-image: url(../images/navi.gif);
	background-repeat: no-repeat;
	height: 28px;
	line-height: 28px;
	display: block;
	padding: 0px 0px 0px 15px;
	color: #4b5c0b;
	font-weight: bold;
	text-decoration: underline;
}


.navi ul li a:hover {
 	color: #9bb202;
	background-image: url(../images/navi-h.gif);
	background-repeat: no-repeat;
}


.navi ul ul li a,
.navi ul ul li a:link,
.navi ul ul li a:visited,
.navi ul ul li a:active {
	background-image: url(../images/navi.gif);
	background-repeat: no-repeat;
	height: 28px;
	line-height: 28px;
	display: block;
	padding: 0px 0px 0px 30px;
	color: #9bb202;
	font-weight: normal;
	text-decoration: none;
}


.navi ul ul li a:hover {
	color: #4b5c0b;
}

	
	
.footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 40px;
	line-height: 40px;
	width: 980px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	


