a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: small;
	background-color: #CCCCCC;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
	font-size: small;
	font-style: normal;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
	font-weight: bold;
}


a.bottom:link {
	color: #FFFFFF;
	text-decoration: none;
	border-color: #FFFFFF;
	border-bottom-width: thin;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a.bottom:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #999999;
}
a.bottom:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-color: #FFFFFF;
	border-bottom-width: thin;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}


a.header:link {
	color: #666666;
	text-decoration: none;
	border-color: #333333;
	border-bottom-width: thin;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	text-transform: none;
	font-style: oblique;
}
a.header:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #99CCFF;
	font-style: oblique;
}
a.header:visited {
	color: #666666;
	text-decoration: none;
	border-color: #FFFFFF;
	border-bottom-width: thin;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
}
body {
	background-attachment: fixed;
	background-color: #999999;
	background-image: url(graphics/background1.jpg);
	background-repeat: repeat-x;
}
.sm_fonts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.normal_font {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 5px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.table1 {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: none;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
a.news:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: small;
	color: #CC0000;
}
a.news:link {

	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}
a.news:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000066;
	font-weight: bold;
}

#menucont
{
	width: 800px;
	height: 75px;
	background: #000066;
	border-bottom: 1px solid #A6DD00;
}

#menucont ul
{
	margin: 0;
	padding: 19px 0 0 22px;
	list-style-type: none;
}

#menucont ul li
{
	display: inline;
}

#menucont ul li a
{
	float: left;
	padding: 10px 15px;
	margin: 0 10px 0 0;
	background: #000088;
	color: #E7FF9B;
	border: 2px solid #8FBF00;
	text-decoration: none;
}

#menucont ul li a.active
{
	color: #FFF;
	text-decoration: none;
	border: 2px solid #7EA800;
	background: #000088;
}

#menucont ul li a:hover
{
	background: #83AE00;
	color: #FFF;
	text-decoration: none;
	border: 2px solid #A6DD00;
}
