@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;
	background-color: #141D07;
}

p,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
}

a {
	color: #E6D702;
	text-decoration: underline;
}

a:hover {
	color: #FFFF66;
	text-decoration: underline;
}

a.hidden {
	text-decoration: none;
	color: #000000;
	cursor: default;
}

form {
	margin: 0;
	padding: 0;
}

ul {
	margin-left: 20px;
	margin-top: 0px;
	padding: 1px;
	list-style-type: square;
	line-height: 16px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 6px;
	padding-right: 18px;
	padding-bottom: 6px;
	text-transform: uppercase;
}

.bgy {
	background-repeat: repeat-y;
}

.bottom_addr {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 18px;
	background-image: url(images/adr-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	text-align: center;
}

.bottom_addr a {
	text-decoration: none;
}

.bottom_addr a:hover {
	text-decoration: underline;
}

.bgx {
	background-repeat: repeat-x;
}

.norepeat {
	background-repeat: no-repeat;
}

.c_name {
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	background-repeat: repeat;
	background-image: url(images/cn_bg.jpg);
	font-family: Tahoma, Arial;
	padding-left: 8px;
	vertical-align: middle;
}

.bottom-menu {
	color: #000000;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 18px;
	padding-left: 18px;
}

.bottom-menu a {
	color: #000000;
	text-decoration: none;
}

.bottom-menu a:hover {
	color: #000000;
	text-decoration: underline;
}

.menu {
	color: #000000;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	font-family: Tahoma, Arial;
	padding-left: 10px;
	padding-right: 10px;
}

.menu a {
	text-decoration: none;
	color: #000000;
	white-space: nowrap;
	text-align: center;
}

.menu a:hover {
	color: #000000;
	text-decoration: underline;
	text-align: center;
}

.sub {
	color: #e2aa0f;
	text-transform: none;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 5px;
}

.sub a {
	color: #e2aa0f;
	text-decoration: none;
}

.r-float {
	float: right;
	margin-top: 7px;
	margin-bottom: 4px;
	margin-left: 10px;
}

.r-side {
    background-color: #2b6e29;
    width: 14px;
}

.r-title {
	color: #000000;
	background-image: url(images/r-block-title.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 18px;
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
}

.r-title-l {
	background-image: url(images/r-block-title-l.gif);
	background-repeat: no-repeat;
	width:14px;
	height: 26px;
}

.r-title-c,.r-title-c a {
	color: #000000;
	background-image: url(images/r-block-title-c.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 18px;
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.r-title-r {
	background-image: url(images/r-block-title-r.gif);
	background-repeat: no-repeat;
	width:14px;
	height: 26px;
}

.r-cont {
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 18px;
	text-align: justify;
	vertical-align: top;
}

.sub a:hover {
	color: #e2aa0f;
	text-decoration: underline;
}

.body_txt {
	color: #FFFFFF;
	text-align: justify;
	vertical-align: top;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#logo {
	position: absolute;
	width: 200px;
	top: 07px;
	margin-left: 12px;
}

#logo td, #logo a {
	font-family: "trebuchet MS";
	font-size: 21px;
	color: #007a1a;
	padding: 25px 5px 5px 5px;
	text-decoration: none;
}

.pagination {
	clear: right;
	margin: 0 0 10px 5px;
	text-align: right;
}

.pagination a {
	margin: 0 5px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearboth {
	clear: both;
}