/* CSS Document */
body {
	background-color: #def4ce;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 22px;
}
a:link {
	color: #4880d5;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #4880d5;
}
a:hover {
	text-decoration: none;
	color: #022859;
}
a:active {
	text-decoration: underline;
	color: #4880d5;
}
p {
	margin-top:10px;
	margin-bottom:10px;
	line-height: 22px;
}
.leftmenu {
	color: #FFFFFF;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-left: 7px;
	font-weight: bold;
}
.leftmenu a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.leftmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.leftmenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.leftmenu a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.leftmenutit {
	font-size: 14px;
	font-weight: bold;
	color: #222222;
	padding-left: 7px;
	padding-right: 5px;
	background-color: #FFFFFF;
	background-image: url(images/side-tit-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #386b1a;
}
.leftmenubg {
	background-image: url(images/sidemenu-bg.jpg);
	background-repeat: repeat-x;
	background-color: #4b8a26;
	background-position: left top;
}
.content {
	line-height: 22px;
	text-align: justify;
	background-color: #ffffff;
}
.content h1 {
	font-size: 24px;
	color: #000000;
	line-height: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.content h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
	color: #333333;
	display: block;
	margin: 0px;
	padding: 0px;
}
.btmenu {
	color: #FFF;
	line-height: normal;
	padding: 7px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #3a6321;
}
.btmenu a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.btmenu a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.btmenu a:hover {
	color: #EDF5FA;
	text-decoration: none;
	font-weight: bold;
}
.btmenu a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.blue1 {
	color: #324B74;
}
