.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.footerLink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.footerLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.footerLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B82534;
	text-decoration: none;
}
.footerLink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #999999;
	font-weight: lighter;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #999999;
	font-weight: lighter;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #999999;
	font-weight: lighter;
	letter-spacing: -0.05em;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666666;
	letter-spacing: -0.05em;
	font-weight: bold;
}
.heading1 {
	color: #B82534;
	font-weight: bold;
}
li {
	color: #6F7D9D;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.76em;
	background: url(../images/bkGndMain.gif);
	border-style: none;
	padding: 0px;
	margin: 0px;
}
a {
	color: #B82534;
	text-decoration: none;
}
.sbhp{
display:none;
}
.defaultTable {
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
}
.conentTable{
	border-left: 1px solid #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.dropShad1_right {
	background: url(/includes/images/dropShadow_right.gif) repeat-y left top;
}
.conentTable2 {
	background: url(/includes/images/bgGradiant_bot.gif) repeat-x left bottom;
	border: 1px solid #CCCCCC;
	padding: 20px;
	margin: 5px;
}
.imageBoarderLeftRight {
	padding: 4px;
	border-top: 1px none #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px none #333333;
	border-left: 1px solid #333333;
}
.smallText1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.smallText2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.td-underline {
	border-bottom: 1px solid #999999;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.RowUnderline > td{
	border-bottom:1px solid #666666;
}
.RowUnderlineHeading > td{
	border-bottom:1px solid #666666;
	border-top:1px solid #666666;
}

ul.UL-formValErrors{
	margin-left:20px;
}
ul.UL-formValErrors li {
	color:#FF0000;
	list-style-type: disc;
	list-style-image: none;
	list-style-position: outside;	
}
/*----------------------------------------------CSS buttons Style----------------------------------------------*/
	a.cssButton {
	background: transparent url('/images/buttons/btn_cssBgEnd.gif') no-repeat scroll top right;
	color: #FFF;
	display: inline-block;
	font: normal 12px arial, sans-serif; /* sliding doors padding */
	text-decoration: none;
	padding-right: 11px;
	margin-bottom: 2px;
	}

	a.cssButton span {
	background: transparent url('/images/buttons/btn_cssBg.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 15px;
	}

	a.cssButton:hover {
	color: #FFF;
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
	}

	a.cssButton:hover span {
    background-position: bottom left;
	}
	
	a.cssButton:active {
	color: #FFF;
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
	margin-bottom: 2px;
	}

	a.cssButton:active span {
	background-position: bottom left; /* push text down 1px */
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 15px;
	}
