body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 62.5%;
	line-height: 140%;		
	color: #333333;
}

/* positioning */
.floatLeft {
	display: inline;
	float: left;
}
.floatRight {
	display: inline;
	float: right;
}

.alignRight {
	text-align:right;
}

.width100pc {
	width:100%;
}

.width99pc {
	width:99%;
}

.clearLeft {
	clear:left;
}

/* spacers */

.mBot2 {
	margin-bottom: 2px;
}
.mBot5 {
	margin-bottom: 5px;
}

.mBot6 {
	margin-bottom: 6px;
}

.mBot7 {
	margin-bottom: 7px;
}

.mBot10 {
	margin-bottom: 10px;
}

.mBot11 {
	margin-bottom: 11px;
}

.mBot15 {
	margin-bottom: 15px;
}

.mTop1 {
	margin-top: 1px;
}

.mTop4 {
	margin-top: 4px;
}

.mTop5 {
	margin-top: 5px;
}


.mTop6{
	margin-top:6px;
}

.mTop7 {
	margin-top: 7px;
}

.mTop8 {
	margin-top: 8px;
}


.mTop10{
	margin-top:10px;
}

.mTop12{
	margin-top:12px;
}

.mTop2{
	margin-top:2px;
}

.mTop3{
	margin-top:3px;
}

.mTop13 {
	margin-top: 13px;
}
.mTop15 {
	margin-top: 15px;
}
.mTop20 {
	margin-top: 15px;
}

.mTop22 {
	margin-top: 22px;
}

.mTop25 {
	margin-top: 25px ;
}
.mTop30 {
	margin-top: 30px;
}
.mRight10 {
	margin-right: 10px;
}
.mRight5 {
	margin-right: 5px;
}
.mLeft15 {
	margin-left: 15px;
}
.mLeft10 {
	margin-left: 10px;
}

.mLeft12 {
	margin-left: 12px;
}

.mLeft13 {
	margin-left: 13px;
}

.mLeft5 {
	margin-left: 5px;
}

.mLeft5 {
	margin-left: 5px;
}

.pTop10 {
	padding-top: 10px;
}
.pTop5 {
	padding-top: 5px;
}
.pTop2{
	padding-top: 2px;
}
.pTop15 {
	padding-top: 15px;
}
/* lists */
ul,li {
    margin: 0px;
    padding: 0px;
}

ul.noBullet li{
   margin: 0px;
   padding: 0px;
   list-style: none;
	list-style-type: none;
}



/* separators */
.pipe {
	font-size: 100%;
	font-weight: bold;
	color: #333333;	
	margin: 0px 9px 0px 10px;
}

.pipeWhite {
	font-size: 100%;
	font-weight: bold;
	color: #FFF;	
	margin: 0px 9px 0px 10px;
}

/* misc */
.clearAll{
	float:none;
	clear: both;
	line-height:0px;
	font-size:0px;
/*height:0px;*/
	margin-top:0px;
/*	margin-top : -2px;*/
	padding:0px;
}
html>body .clearAll{
	margin-top:-2px;
}

.clearFloat {
	clear:both;

}

.accessText {
	display: none;
}
img{
	border: none;
}

.teaserLine {
	border-top: 1px solid #EEDCEC;
	font-size: 0px;
}
.mLeft2 {
	margin-left: 2px;
}
.clearAll1{
	float:none;
	clear: both;
	line-height:0px;
	font-size:0px;
	height:0px;
	margin-top:0px;
	padding:0px;
}

/* Start: Added for CR 846 */
.mRight4 {
	MARGIN-RIGHT: 4px; 
}
.listUtilityBreadCrumb {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
UL.listUtilityBreadCrumb LI {
	FLOAT: left; WHITE-SPACE: nowrap; LIST-STYLE-TYPE: none
}
/* End: Added for CR 846 */