/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #5D662D;
}
.bg_left {
	background-image: url(bg_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.bg_right {
	background-image: url(bg_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}



.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1D1A0A;
	line-height: 18px;
}

.body_text a{

	color: #7C2416;
}

.body_text a:hover{

	background-color: #A18B83;
	color:#FFFFFF;
}


.body_text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B5915;
	
}

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D7EC6A;
	line-height: normal;
}

.footer_text a{
	color: #D7EC6A;
}
.footer_text a:hover{
	background-color: #E8EFC1;
	color: #4B5915;
}
.news_item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
}

.news_item_on {
cursor:pointer;
	background-color: #CCCC99;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #868E98;
}
.green_border {
	border: 1px solid #4B5915;
}

.headline_blue {
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
color: #4B5915;
font-weight: bold;
}
.section_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.news_date {
	color: #424343;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.blue_small {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7C2416;
}


	
	.blue_small a{
	color: #7C2416;
	text-decoration:none;
	}
	.blue_small a:hover{
	
	text-decoration:underline;
	}
	
	.field_bg {
	background-image: url(field_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #BFBFBF;	
	padding-left: 7px;
	font-size: 16px; 
	color: #666666;
}

.field_bg_on {
	background-color:#FBEDC8;
	border: 1px solid #BFBFBF;	
	padding-left: 7px;
	font-size: 16px; 
	color: #485D92;
}
.cover {
visibility:hidden;
display:none;
}


.text_table{
	background-color: #FFFFE6;
	border: 1px solid #E4E4AA;
}

