

.taCenter{
    text-align: center;
}

.mTop0{
    margin-top: 0px;
}
.mTop10{
    margin-top: 10px;
}
.mTop15{
    margin-top: 15px;
}
.mTop20{
    margin-top: 20px;
}
.mTop40{
    margin-top: 40px;
}

.mTop50{
    margin-top: 50px;
}

.mBot0{
    margin-bottom: 0px;
}
.mBot10{
    margin-bottom: 10px;
}
.mBot15{
	margin-bottom: 15px;
}
.mBot30{
	margin-bottom: 30px;
}
.mBot40{
    margin-bottom: 40px;
}
.mBot50{
    margin-bottom: 50px;
}
.noMargin{
    margin: 0px;
}

.mLeft30{
    margin-left: 30px;
}

.mRight30{
    margin-right: 30px;
}


.pBot30{
    padding-bottom: 30px;
}
.pBot40{
    padding-bottom: 40px;
}


.dBlock{
   display: block; 
}
.dNone{
    display: none;
}

.mimicP{
	line-height: 1.5em;
  	margin-bottom: 1.5em;
  	margin-top: 1em;
}

.fSize21{
    font-size: 21px; line-height: 1;
}
.fSize60{
    font-size: 60px;
}





