@import url("template.css");
/* CSS Document */

H1 {
	color: #7DAA2B;
	font-size: 9pt;
	font-weight: bold;
	font-family: Arial;
	text-align: left;
	width: 350px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

H3 {
	color: #7DAA2B;
}

H5 {
	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_up.gif);
	background-repeat: no-repeat;
	background-position: 390px;
	height: 24px;
}

.down {
	background-image: url(../img/green_down.gif);
	background-repeat: no-repeat;
	background-position: 35px -1px;;
	height: 23px;
}

.left {
	background-image: url(../img/green_left.gif);
	background-repeat: no-repeat;
	background-position: 8px 15px;;
	width: 28px;
}

.right {
	background-image: url(../img/green_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 250px;;
	height: 20px;
}