body
{
	margin: 0;
	padding: 0;
	font: 75% verdana, times, "times new roman", serif;
	text-align: center;
	color: #000;
	background-color: #ffffff;
}

a
{ 
	color: #85dbb1;
	font: 110% verdana, times, "times new roman", serif;
	text-decoration:none;
	padding: 0 3px;
}

a:hover
{
	color: #000000;

}

a.t
{ 
	color: #e34177;
	font: 110% verdana, times, "times new roman", serif;
	text-decoration:none;
	padding: 0 3px;
}

a.t:hover
{
	color: #fff;
	background-color: #34b678;
}

a.ank
{ 
	color: #e34177;
	font: 115% verdana, times, "times new roman", serif;
	text-decoration:none;
	padding: 0 3px;
}

a.ank:hover
{
	color: #34b678;
	
}


h1.k
{
	color: #e34177;
	font: 175% lucida sans, times, "times new roman", serif;
	font-weight: normal;
	text-align:center;
	padding:10px;
	margin: 30px 10px 2px 0;
}


h1
{
	color: #444444;
	font: 120% verdana, times, "times new roman", serif;
	font-weight: normal;
	text-align:center;
	padding:10px;
	margin: 30px 10px 2px 0;
}


h2
{
	color: #000000;
	font: 140% verdana, times, "times new roman", serif;
	font-weight: normal;
	margin: 30px 0 2px 0;
}

.h3c
{
	color: #117646;
	font: 135% verdana, times, "times new roman", serif;
	font-weight: normal;
	margin: 20px 0 30px 0;
	text-align:center;
}


h3
{
	color: #117646;
	font: 135% verdana, times, "times new roman", serif;
	font-weight: normal;
	margin: 30px 0 2px 0;
	text-align:left;
	
}

.n

{
	color: #117646;
	font: 135% verdana, times, "times new roman", serif;
	font-weight: normal;
	margin: 30px 0 2px 0;
	text-align:left;
	
}


h4
{
	color: #000000;
	font: 110% verdana, times, "times new roman", serif;
	font-weight: bold;
	margin: 30px 0 2px 0;
	text-align:left;	
}

#container
{
	margin: 1em auto;
	width: 700px;
	text-align: left;
	background-color: #fff;
	border: 1px none #fff;	
}

#header
{
	height:100px;
	width: 99.7%;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	border: 1px solid #3f8865;
	background-color: #34b678;
}

#contents { margin: 0 20px 40px 20px; }

#contents li 
{ 
	padding:1px; 
	line-height: 110%;
}

#contents li.a 
{ 
	padding:1px; 
	line-height: 120%;
	margin-left:1px;
	list-style:
	none;
	
}


#contentstart { margin:20px; }

#contentstart p.startue 
{ 	
	text-align:center; 
	color: #000000;
}

#contentstart p.starts 
{ 	
	text-align:center; 
	color: #000000;
	font: 80% verdana, times, "times new roman", serif;
	letter-spacing:1px;
}

#footer
{
	clear: both;
	color: #272900;
	font-size: 90%;
}

#menu 
{
	margin: 0; padding: 1px 0;
	list-style-type: none;
	height: 26px;
}

#menu li 
{
	float: left;
	margin: 0; padding: 0;
	width: 25%;
}

#menu a 
{
	position: relative;
	display: block;
	margin: 1px;
	height: 24px;
	font-size: 11px;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: gray;
	color: white;
}

#menu a span 
{
	display: block;
	position: absolute; top: 5px; left: 8px;
	width: 8px; height: 8px;
	background: white;
}

#menu a.sel 
{
	background: #e34177;
	color: black;
}

#menu a:hover
{
	background: #117646;
	color: #fff;
}


