﻿@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #d0d5c4;
}
h2 {
	color: #717f52;
	font-weight:bold;
	font-size: 16px;
	line-height: 20px;
}
h3 {
	color: #717f52;
	font-weight:normal;
	font-size: 16px;
	line-height: 20px;
}
strong {
	color: #33460c;
}
p {
	font-size: 13px;
	line-height: 20px;
}
ul {
	font-size: 13px;
	line-height: normal;
}
li {
	font-size: 13px;
	line-height: 20px;
	margin-left:-20px;
	margin-bottom:13px;
}
a:link {
	color: #5b77ad;
	text-decoration: none;
}
a:hover {
	color: #33460c;
	text-decoration: none;
}
a:visited {
	color: #5b77ad;
	text-decoration: none;
}
.small {
	font-size: 11px;
	color: #717F52;
	line-height: 14px;
}
.breadcrumb p{
	color: #A0AB89;
	font-size: 10px;
	line-height: 14px;
}
.breadcrumb a:link {
	color: #A0AB89;
	text-decoration: underline;
}
.breadcrumb a:hover {
	color: #5b77ad;
	text-decoration: underline;
}
.breadcrumb a:visited {
	color: #A0AB89;
	text-decoration: underline;
}
.jumpmenu p {
	margin-top:0px;
	margin-bottom:0px;
}
.jumpmenu ul {
	margin-top:0px;
	margin-bottom:0px;
	
}
.jumpmenu li {
	margin-top:0px;
	margin-bottom:0px;
}
.footer p{
	color: #717f52;
	font-size: 11px;
	line-height: 20px;
}
.footer a:link {
	color: #717f52;
	text-decoration: underline;
}
.footer a:hover {
	color: #5b77ad;
	text-decoration: underline;
}
.footer a:visited {
	color: #717f52;
	text-decoration: underline;
}