h1 {
	font-size:2em;
	margin-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	letter-spacing:3px;
	color:#444444;
	text-transform: uppercase;
	}
	
h2 {
	font-size:1.2em;
	margin-bottom:0.2em;
	margin-top:2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	font-weight:lighter;
	color:#444444;
	text-transform: uppercase;
	}
	
h2 a:link {
	color:#444444;
	text-decoration:underline;
	}
	
h2 a:visited {
	color:#444444;
	text-decoration:underline;
	}
	
h2 a:active {
	color:#444444;
	text-decoration:underline;
	}
	
h2 a:hover {
	color:#444444;
	text-decoration:underline;
	}
	
h3 {
	margin-bottom:0em;
	margin-top:0em;
	font-size:1.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	font-weight:lighter;
	color:#444444;
	text-transform: uppercase;
	}
	
h4 {
	margin-bottom:0em;
	margin-top:0em;
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#444444;
	text-transform: uppercase;
	}

p {
    margin-top:0px;
	}

.text {
	color:#444444;
	}

.text a:link {
	text-decoration:underline;
	color:#444444;
	}

.text a:visited {
	color:#444444;
	text-decoration:underline;
	}

.text a:active {
	color:#444444;
	text-decoration:underline;
	}

.text a:hover {
	color:#444444;
	text-decoration:underline;
	}
	
	
.text_navi_top {
	color:#FFFFFF;
	font-size:11px;
	}

.text_navi_top a:link {
	text-decoration:none;
	color:#FFFFFF;
	}

.text_navi_top a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

.text_navi_top a:active {
	color:#FFFFFF;
	text-decoration:none;
	}

.text_navi_top a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
#menu {
	background: #c0d9c4;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height:28px;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	background-color:#c0d9c4;
}
#menu a {
	background-color:#c0d9c4;
	width:102px;
	color: #444444;
	display: block;
	float: left;
	margin: 0;
	padding: 4px;
	text-align:center;
	text-decoration: none;
	border-left:2px solid #FFFFFF;

}

#menu a:hover {
	background-color:#e6eee9;
	color: #444444;
	padding-bottom: 4px;
	border-left:2px solid #FFFFFF;
	}
	

