body {
	background-image: url(images_site/bg_body.gif);
	/*background-color: /*#B5B5C9 #9999CC ;*/
  	font-family: /*Verdana, Geneva, Arial, helvetica, sans-serif*/"Trebuchet MS",Georgia, Times, "Times New Roman", sans-serif ;
	margin: 20px 10% 10% 10%;
}
/*#9999CC*/

h1, h2 {
	color: #663300;
}

h3, h4, h5, h6 {
	color: #996633;
}

#navi {
	margin: 0;
	padding: 6px 0 20px 10px;
	border-bottom: 2px solid #6666CC;
	/*background-color: #ccc*/
	background-image: url(images_site/bg_navi.gif);
}

#navi li {
	background-color: #B5B5C9;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navi a {
	float: left;
	line-height: 14px;
	font-size: 11px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #006666;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
}

#navi a:hover {
	border-bottom: 4px solid #6666CC;
	padding-bottom: 2px;
	color: #01514F;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
}

#navi a.active, #navi a:active {
	border-bottom: 4px solid #5858A3;
	border-left: 2px solid #5858A3;
	border-right: 2px solid #5858A3;
	background-color: #5858A3;
	padding-bottom: 2px;
	color: #cccccc;
}

p, td {
	text-align: justify;
	font: 12px Georgia, Verdana, Arial, serif;
	line-height: 1.3em;
	text-indent: 1em ;
	/*font-family: Verdana, Geneva, Arial, helvetica, sans-serif;*/ 
}

a:active, a:hover, a:focus {
  color: #006666;
  text-decoration: underline;
  cursor: pointer;
}

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

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

.banner {
	border-bottom: 2px solid #6666CC;
}

.main {
	background-image: url(images_site/bg_main.gif);/*background-color: #B5B5C9 /*#9999CC*/ ;
	border: 2px solid #6666CC;
	width: 800px;
}
.content {
	margin: 11px 66px 11px 66px;
}

.content ul, .content ol {
font: 12px Georgia, Verdana, Arial, serif;
text-align:justify;
line-height: 1.3em;
}

.footer {
	text-align: center;
	font-size: small;
}