@charset "utf-8";
/* CSS Document */

.titleOrange, .titleBlack, .titleGrey, .titleLightGrey {
	position: relative;
	width: 100%;
	height: 30px;
	background-repeat: repeat-x;
}

.titleOrange {
	background-image: url(../images/title-orange-bg.gif);
}

.titleBlack {
	background-image: url(../images/title-black-bg.gif);
}

.titleGrey {
	background-image: url(../images/title-grey-bg.gif);
}

.titleLightGrey {
	background-image: url(../images/title-lgrey-bg.gif);
}

.titleOrangeStart, .titleBlackStart, .titleGreyStart, .titleLightGreyStart {
	position: absolute;
	left: 0px;
	width: 14px;
	height: 30px;
	background-repeat: no-repeat;
}

.titleOrangeStart {
	background-image: url(../images/title-orange-l.gif);
}

.titleBlackStart {
	background-image: url(../images/title-black-l.gif);
}

.titleGreyStart {
	background-image: url(../images/title-grey-l.gif);
}

.titleLightGreyStart {
	background-image: url(../images/title-lgrey-l.gif);
}

.titleOrange h1, .titleBlack h1, .titleGrey h1, .titleLightGrey h1 {
	position: absolute;
	width: 100%;
	height: 30px;
	text-align: left;
	padding-left: 24px;
	padding-top: 4px;
	margin: 0px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: large;
}

.titleOrangeEnd, .titleBlackEnd, .titleGreyEnd, .titleLightGreyEnd {
	position: absolute;
	right: -1px;
	width: 14px;
	height: 30px;
	background-repeat: no-repeat;
}

.titleOrangeEnd {
	background-image: url(../images/title-orange-r.gif);
}

.titleBlackEnd {
	background-image: url(../images/title-black-r.gif);
}

.titleGreyEnd {
	background-image: url(../images/title-grey-r.gif);
}

.titleLightGreyEnd {
	background-image: url(../images/title-lgrey-r.gif);
}