.ConBottom {
	background-image: url(images/ConBottom.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.ConTopLeftCorner {
	background-image: url(images/ConLeft.gif);
	background-repeat: repeat-y;
	background-color: #4f4f4f;
}
.ConTop {
	background-image: url(images/ConTop.gif);
	background-repeat: repeat-x;
	background-color: #4f4f4f;
}
.ConRightTopCorner {
	background-image: url(images/ConRight.gif);
	background-repeat: repeat-y;
	background-color: #4f4f4f;
}
.ConRight {
	background-image: url(images/ConRight.gif);
	background-repeat: repeat-y;
}
.ConRightBottCorner {
	background-image: url(images/ConRightBottCorner.gif);
	background-repeat: no-repeat;
}
.ConLeftBottCorner {
	background-image: url(images/ConLeftBottCorner.gif);
	background-repeat: no-repeat;
}
.ConLeft {
	background-image: url(images/ConLeft.gif);
	background-repeat: repeat-y;
}
.ConBG {
	background-color: #4f4f4f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 10px;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: #fbd111;
	border-bottom: 1px;
	padding-bottom: 5px;	
}
.BottmLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-color: #000000;
	padding-top: 5px;
}


