@import url("template.css");
/* CSS Document */


H3 {
	color: #7DAA2B;
}

#ContBody UL LI A {
	color: #000000;
	padding: 2px;
}

#ContBody UL LI A:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7DAA2B;
}

#Breadcrumbs A {
	background-image: url(../img/bullet_green.gif);
	color: #7EA21A;
}

#filter A {
	color: #7EA21A;
}

.Sel {
	font-weight: bold;
	color: #FFFFFF ! important;
	background-color: #7DAA2B;
}

.Sel2 {
	color: #7DAA2B ! important;
}

.Sel2 A {
	color: #7DAA2B ! important;
}


.up {
	background-image: url(../img/green_up2.gif);
	background-repeat: no-repeat;
	background-position: 50px 7px;
	height: 24px;
}

.down {
	background-image: url(../img/green_down2.gif);
	background-repeat: no-repeat;
	background-position: 460px 0px;;
	height: 23px;
}

.left {
	background-image: url(../img/green_left2.gif);
	background-repeat: no-repeat;
	background-position: 19px 380px;;
	width: 28px;
}

.right {
	background-image: url(../img/green_right2.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;;
	height: 20px;
}