/***COLORS***/
.cRed   { color: #FF0000; }
.cWhite { color: #FFFFFF; }
.cGreen { color: #62B04B; }
.cBlack { color: #000000; }



.cGray1 { color: #333333; }
.cGray2 { color: #6B6A6A; }
.cGray3 { color: #717171; }
.cGray4 { color: #797979; }
.cGray5 { color: #303030; }
.cGray6 { color: #667A82; }



.cBlue1 { color: #1A698A; }
.cBlue2 { color: #21577D; }


.cBrown1 { color: #A49779; }
.cBrown2 { color: #806244; }
.cBrown3 { color: #82666F; }


/***BACKGROUNDS***/
.bgWhite { background-color: #FFFFFF; }
.bgBlack { background-color: #000000; }


.bgGray1 { background-color: #F2F2F2; }


.bgBlue1 { background-color: #1973B2; }
.bgBlue2 { background-color: #21577C; }
.bgBlue3 { background-color: #1C84CD; }

.bgBeige1 { background-color: #F9F6EF; }
.bgBeige2 { background-color: #E7DFD8; }


/***BORDERS***/
.bRed  { border: 1px solid #FF0000; }
.bBlue { border: 1px solid #E4F0F5; }


.bBrown2px { border: 2px solid #E7DFD8; }

.bT0 { border-top: 0px;}
.bL0 { border-left: 0px;}
.bB0 { border-bottom: 0px;}
.bR0 { border-right: 0px;}

/***TEXT MUTANT***/
.tArial { font-family: Arial; }
.tImpact { font-family: Impact; }
.tGeneva { font-family: Geneva; }
.tHelvetica { font-family: Helvetica; }
.tGeorgia { font-family: georgia; }
.tTimes { font-family: Times New Roman; }
.tUp { text-transform: uppercase; }
.tNormal { text-transform: none; font-weight: normal; text-decoration: none; }
.tBold { font-weight: bold; }
.tNoBold { font-weight: normal; }
.tUnd { text-decoration: underline; }
.tUndNo { text-decoration: none; }
.tStrike { text-decoration: line-through; }
.tJustify { text-align: justify; }
.tItalic { font-style: italic; }

.t8 { font-size: 8px; }
.t9 { font-size: 9px; }
.t10 { font-size: 10px; }
.t11 { font-size: 11px; }
.t12 { font-size: 12px; }
.t13 { font-size: 13px; }
.t14 { font-size: 14px; }
.t15 { font-size: 15px; }
.t16 { font-size: 16px; }
.t17 { font-size: 17px; }
.t18 { font-size: 18px; }
.t19 { font-size: 19px; }
.t20 { font-size: 20px; }
.t24 { font-size: 24px; }
.t26 { font-size: 26px; }
.t30 { font-size: 30px; }


/***ALIGN & VALIGN***/
.vTop { vertical-align: top; }
.vMiddle { vertical-align: middle; }
.vBottom { vertical-align: bottom; }
.aLeft { text-align: left; }
.aCenter { text-align: center; }
.aRight { text-align: right; }
.aJustify { text-align: justify; }


/***WIDTH & HEIGHT***/
.wh100 { width: 100%; height: 100%; }
.w100 { width: 100%; }
.h100 { height: 100%; }
.w50 { width: 50%; }
.w33 { width: 33%; }

.w50px { width: 50px; }
.w75px { width: 75px; }
.w100px { width: 120px; }
.w150px { width: 150px; }
.w200px { width: 230px; }
.w230px { width: 230px; }
.w250px { width: 250px; }
.w300px { width: 300px; }

.h40px { height: 40px; }
.h50px { height: 50px; }
.h60px { height: 60px; }
.h75px { height: 75px; }
.h80px { height: 80px; }
.h100px { height: 100px; }
.h150px { height: 150px; }
.h200px { height: 200px; }


/***CURSOR***/
.cP { cursor: pointer; }


/*** LINKS COLORED ***/
.lBlack  { color:#5d5d5d; text-decoration:none;}
.lBlack:hover { color:#000000; text-decoration:none;}
.lBlack_ { color:#5d5d5d; text-decoration:underline; }
.lBlack_:hover { color:#000000;text-decoration:none; }

.lGreenRed  { color:#4D8D2E; text-decoration:none; }
.lGreenRed:hover { color:#CF1A17; text-decoration:none;}
.lRedGreen  { color:#CF1A17; text-decoration:none; }
.lRedGreen:hover { color:#4D8D2E; text-decoration:none;}

.lNoUnd { text-decoration:none; }
.lNoUnd:hover { text-decoration:underline; }


/*** PADDING & MARGIN ***/
.mT0 { margin-top: 0; }
.mL0 { margin-left: 0; }
.mB0 { margin-bottom: 0; }
.mR0 { margin-right: 0; }

.m2 { margin: 2px; }
.m5 { margin: 5px; }
.m10 { margin: 10px; }
.m15 { margin: 15px; }
.m20 { margin: 20px; }
.m30 { margin: 30px; }

.mBottom2 { margin-bottom: 2px; }
.mBottom5 { margin-bottom: 5px; }
.mBottom10 { margin-bottom: 10px; }
.mBottom15 { margin-bottom: 15px; }
.mBottom20 { margin-bottom: 20px; }
.mBottom30 { margin-bottom: 30px; }
.mBottom40 { margin-bottom: 40px; }
.mBottom50 { margin-bottom: 50px; }
.mLeft2 { margin-left: 2px; }
.mLeft5 { margin-left: 5px; }
.mLeft10 { margin-left: 10px; }
.mLeft15 { margin-left: 15px; }
.mLeft20 { margin-left: 20px; }
.mLeft25 { margin-left: 25px; }
.mLeft30 { margin-left: 30px; }
.mLeft40 { margin-left: 40px; }
.mLeft50 { margin-left: 50px; }
.mLeft60 { margin-left: 60px; }
.mLeft70 { margin-left: 70px; }
.mTop2 { margin-top: 2px; }
.mTop5 { margin-top: 5px; }
.mTop10 { margin-top: 10px; }
.mTop15 { margin-top: 15px; }
.mTop20 { margin-top: 20px; }
.mTop30 { margin-top: 30px; }
.mTop40 { margin-top: 40px; }
.mTop50 { margin-top: 50px; }
.mTop60 { margin-top: 60px; }
.mTop70 { margin-top: 70px; }
.mRight2 { margin-right: 2px; }
.mRight5 { margin-right: 5px; }
.mRight10 { margin-right: 10px; }
.mRight15 { margin-right: 15px; }
.mRight20 { margin-right: 20px; }
.mRight30 { margin-right: 30px; }
.mRight40 { margin-right: 40px; }
.mRight50 { margin-right: 50px; }


.pT0 { padding-top: 0; }
.pL0 { padding-left: 0; }
.pB0 { padding-bottom: 0; }
.pR0 { padding-right: 0; }

.p0 { padding: 0; }
.p2 { padding: 2px; }
.p3 { padding: 3px; }
.p5 { padding: 5px; }
.p10 { padding: 10px; }
.p20 { padding: 20px; }

.pLeft5 { padding-left: 5px; }
.pLeft10 { padding-left: 10px; }
.pLeft15 { padding-left: 15px; }
.pLeft20 { padding-left: 20px; }
.pLeft30 { padding-left: 30px; }
.pRight5 { padding-right: 5px; }
.pRight10 { padding-right: 10px; }
.pRight15 { padding-right: 15px; }
.pRight20 { padding-right: 20px; }
.pRight30 { padding-right: 30px; }
.pTop5 { padding-top: 5px; }
.pTop10 { padding-top: 10px; }
.pTop15 { padding-top: 15px; }
.pTop20 { padding-top: 20px; }
.pTop0 { padding-top: 30px; }
.pTop5 { padding-top: 5px; }


/***FLOAT***/
.ftLeft { float: left; }
.ftRight { float: right; }


/***OVER***/
.dBlock { display: block; }
.dNo { display: none; }