/*User Selectable Styles*/

.Heading1,H1     {
	font-size: 1.8em;
	color: #3F3F3F;
	margin-bottom: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

.YellowHeading1     {
	font-size: 1.8em;
	margin-bottom: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.4em !important;
	color: #FFD500 !important;
}


.Heading3,H2 {
	font-weight: bold;
	font-size: 1.1em;
}

.Heading2,H3 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
}

.Heading4,H4 {
	font-size: 1.4em;
	margin-bottom: 0.55em;
	height: 25px;
	line-height: 25px;
	color: #3F3F3F;
	padding-right: 10px;
	padding-left: 10px;
}
.Heading5,H5 {
	font-weight: bold;
	font-size: 1.1em;
}

.YellowBox
{
	background-image: url(../../../images/grad-h4.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #BDBDBD;
	color: #3F3F3F;
	font-size: 1.4em;
	height: 25px;
	line-height: 25px;
	margin-bottom: 0.55em;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
}

.Normal {
}