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

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

H3 {
	color: #FF6600;
}

H5 {
	color: #FF6600;
}

#ContBody UL LI A {
	color: #000000;
	padding: 2px;
}

#ContBody UL LI A:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF6600;
}

#Breadcrumbs A {
	background-image: url(../img/bullet_orange.gif);
	color: #FF6600;
}

#filter A {
	color: #FF6600;
}

.Sel {
	font-weight: bold;
	color: #FFFFFF ! important;
	background-color: #FF6600;
}

.Sel2 {
	color: #FF6600 ! important;
}

.Sel2 A {
	color: #FF6600 ! important;
}

.up {
	background-image: url(../img/orange_up.gif);
	background-repeat: no-repeat;
	background-position: 400px 15px;
	height: 24px;
}

.down {
	background-image: url(../img/orange_down.gif);
	background-repeat: no-repeat;
	background-position: 16px 0px;
	height: 23px;
}

.left {
	background-image: url(../img/orange_left.gif);
	background-repeat: no-repeat;
	background-position: -7px 60px;;
	width: 28px;
}

.right {
	width: 20px;
}