@charset "utf-8";
/* CSS Document */

h1,h2,h3,h4,h5,h6
{
	color: #06C;
}

body {
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

body {
	background-color: #c8e0a1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Raleway, Arial, Helvetica, sans-serif;
	color: #F60;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F60;
}
a:hover {
	text-decoration: underline;
	color: #F60;
}
a:active {
	text-decoration: none;
	color: #333;
}

.bg_footer {
	background-image: url(images/bg_copyright2.gif);
	background-repeat: repeat-x;
}


.enews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #F60;
}

.navstyle {
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}

.navstyle a{
	;
	text-decoration: none;
	color: #6699FF;
}
.navstyle a:hover{
	;
	text-decoration: underline;
	color: #6699FF;
}

.bgpix_aboutus {
	background-image: url(images/bgpix_aboutus.jpg);
	background-repeat: no-repeat;
	background-position:center bottom;
}

.bg_content {
	background-image: url(images/bg_content.gif);
	background-repeat: repeat-x;
	background-position:bottom;
}

.bg_header {
	background-image: url(images/bg_header.gif);
	background-repeat: repeat-x;
	background-position:top;
}

.panelbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-align: left;
	border: solid #CCC 1px;
	background-color: #c8e0a1;
	padding: 0px 2px 0px 2px;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-align: left;
	border: solid #CCC 1px;
	background-color: #c8e0a1;
	padding: 0px 5px 0px 5px;
}