/* CSS Document */

.header_green_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #156534;
}
.header_green_text a:link {
	color: #156534;
	text-decoration: none;
}
.header_green_text a:visited {
	color: #156534;
	text-decoration: none;
}
.header_green_text a:active {
	color: #000000;
	background-color:#156534;
	text-decoration: none;
}
.header_green_text a:hover {
	color: #000000;
	background-color:#156534;
	text-decoration: none;
}
.text_normal {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333333;
}
.text_normal a:link {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
.text_normal a:visited {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
.text_normal a:active {
	color: #ffffff;
	background-color:#003366;
	text-decoration: none;
}
.text_normal a:hover {
	color: #ffffff;
	background-color:#003366;
	text-decoration: none;
}
.text_normal_side {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333333;
}
.text_normal_side a:link {
	color: #6B6454;
	text-decoration: none;
}
.text_normal_side a:visited {
	color: #6B6454;
	text-decoration: none;
}
.text_normal_side a:active {
	color: #000000;
	background-color:#6B6454;
	text-decoration: none;
}
.text_normal_side a:hover {
	color: #000000;
	background-color:#6B6454;
	text-decoration: none;
}

.text_header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 16px;
	line-height: 19px;
	color: #156534;
}
#itemloader {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	margin:0;
	display:none;
	/*background-color:#333333;*/
	background-image:url(media/images/trans_80.png);
	background-repeat: repeat;
	z-index: 100;
}
.itemloader_content {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #FFFFFF;
}

.footer a:link {
	color: #166534;
	text-decoration: none;
}
.footer a:visited {
	color: #166534;
	text-decoration: none;
}
.footer a:active {
	color: #FFFFFF;
	background-color:#166534;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	background-color:#166534;
	text-decoration: none;
}