﻿
body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	font-size: 12px;
	background-color: #CCCCCC;
}
a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #CC9900;
	text-decoration: none;
}
.style1 {
	background-image: url('images/topback.jpg');
}
.style2 {
	border-style: solid;
	border-width: 0;
}
.texxt {
	border: 1px solid #000000;
	background-image: url('images/textback.gif');
	background-repeat: repeat-x;
	display: table;
	padding: 0px;
	width: 100%;
	background-color: #E3E3E3;
}
.texxt .connt {
	padding: 7px;
}
.menutop {
	background-image: url('images/menuverh.gif');
	background-repeat: repeat-x;
	background-color: #9DC647;
	line-height: normal;
	text-align: center;
	padding: 7px 0 7px 0;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	display: table;
}
.menucontent {
	font-weight: normal;
	background-image: url('images/menucont.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	display: table;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 5px;
	margin-bottom: 7px;
}
.menucontent ul
{
	padding: 0;
	list-style-type: square;
	margin-left: 20px;
	font-weight: bold;
}
.menucontent ul li
{
}

.menucontent a
{
	color: #800000;
	text-decoration: underline;
	display: inline;
	border-bottom-width: 0;
	font-weight: bold;
}
.menucontent a:hover
{
	color: #008000;
	text-decoration: blink;
}
.navigat a, .pagenav a:link, .pagenav a:active {
	padding: 2px 4px 2px 4px;
	margin: 10px 2px 10px 2px;
	text-decoration: none;
	border: 1px #808080 solid;
	color: #666666;
	background-color: #FFFFFF;
	line-height: 25px;
	text-align: center;
}
.navigat a:hover {
	border: 1px #000000 solid;
	color: #000000;
	background-color: #CCCC00;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	color: #666666;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	color: #333300;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	color: #996600;
}
