@charset "utf-8";
/* CSS Document */

.DarrowList li {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../globalcss/list-item-arrow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	list-style-type: none;
	padding-left: 15px;
	margin-left: 0px;
}
.SarrowList li {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../globalcss/list-item-arrow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	list-style-type: none;
	padding-left: 15px;
	margin-left: 0px;
}
.arrowList li {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../globalcss/list-item-arrow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 15px;
}
h5 {
	font-size: 15px;
	padding:0px;
	color: #0033CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #FFEB9B;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.description h2 {
	font-size: 15px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #333333;
	background-image: url(../globalcss/wood-bg.JPG);
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	height: 28px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #808040;
}