@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
}
.green_links a {
	color: #93AF45;
}

h1{
	font-size: 16px;
	font-weight:normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h2{
	font-size: 14px;
	font-weight:normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h3{
	font-size: 14px;
	font-weight:normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.green_text{
	color: #93AF45;
}
.blue_text{
	color: #7AA3A5;
}

.pink_text{
	color: #ba1e46;
}
.red_text {
	color: #FF0000;
}

.text_11px{
	font-size:11px;
}

.site_title {
	font-size: 26px;
	color: #FFFFFF;
}

.right_column a{
	color: #ba1e46;
}

.current_right_column a {
	color: #7AA3A5;
}

.current_right_column a:hover {
	color:  #000000;
}
.latest_news_text a {
	color: #ba1e46;
}
.latest_news_text a:hover {
	color: #464646;
	text-decoration:none;
}
#navigation{
	font-size:13px;
}
#inner_footer {
	font-size: 11px;
	text-align: center;	
}
a{
	color: #464646;
}
a:hover{
	color: #8fb1b3;
}
.sitemap ul {
	list-style-type: none;
	line-height: 30px;
}
.green_links a:hover {
	color: #8fb1b3;
	text-decoration: none;
}

