

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

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

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

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

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

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

h1, h2, h3, h4, h5, h6 {
	font-size:14px;
	color:#ffffff;
	background-color: #b3c1ca;
	padding-left: 10px;
	margin-bottom:0px;
	margin-top:5px;
	height: 20px;
	line-height: 20px;
}

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


#header2 {
	height: 25px;
	padding-top: 5px; 
	background-color: #6e8492;
}

#header2 a {
	color: #ffffff;
	margin-right: 5px;
}

#header2 a:active,
#header2 a:visited,
#header2 a:hover {
	font-weight: bold;
}


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




.navi {
	width: 160px;
}

.navi ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	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 {
	padding: 0px 0px 0px 15px;
	margin: 5px 0px 0px 0px;
	display: block;
	color: #6e8492;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
}


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








.footer {
 	background-image: url(../images/footer.gif);
 	background-repeat: no-repeat;
	width: 1000px;
	height: 50px;
	line-height: 50px;
	margin: 0px 0px 30px 0px;
}




