/*-------------------------------------HTML---------------------------------*/

h1 {
	color:#000000;
	font-family:arial;
	font-size:25px;
        margin-bottom:0px;
}

h2 {
	margin:0px;
	background:url(../../images/arcs/h2LeftArc.gif);
	background-position:left;
	background-repeat:no-repeat;
}

h2 div {
	background:url(../../images/arcs/h2RightArc.gif);
	background-position:right;
	background-repeat:no-repeat;
}

h3 {
	margin:0px;
	font-weight:normal;
}

h4 {
	margin:0px;
	font-weight:normal;
}

/*-------------------------------------CLASS---------------------------------*/

.ErrorMsgContainer {
	margin-top:10px;
	margin-bottom:10px;
	margin-right:5px;
	padding:6px;
	width:95%;
	background-color:#FFFBB2;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#C25454;
	font-family:arial;
	font-size:11px;
	color:red;
	clear:both;
}
.titleText {
	text-align:left;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	font-family:arial;
	}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



.specialOfferTopLeftArc {
	background:url(../../images/arcs/specialOfferTopLeftArc.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.specialOfferTopRightArc {
	background:url(../../images/arcs/specialOfferTopRightArc.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

.specialOfferBottomLeftArc {
	background:url(../../images/arcs/specialOfferBottomLeftArc.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

.specialOfferBottomRightArc {
	background:url(../../images/arcs/specialOfferBottomRightArc.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.h2HeaderText {
	background:#B7FE7A;
	padding: 8px 0px 9px 0px;
	color:#000000;
	font-family:arial;
	font-size:13px;
	width:99%;
}

/*-------------------------------------ID---------------------------------*/

#mainPageContainer {
	margin:6px 20px 0px 20px;
}

#h2HeaderContainer{
	clear:both;
	padding: 10px 0px 10px 7px;
}



