/* CSS Document */
* {	padding: 0;	margin: 0; }
html { overflow-y:scroll; overflow-x:hidden; }
html, body { height: 100%; }
.clearfix:after { content: "."; display: block;  clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; } 
html[xmlns] .clearfix { display: block; } 
* html .clearfix { height: 1%; }
* html #container { height: 100%; }
body > { clear:both; }

.last {	margin-right:0 !important; }

.floatLeft { float:left; }

.floatRight { float:right; }

.clearBoth { clear:both; width:100%; }

.centerText { text-align:center; }

.absoluteBottom{ position:absolute; bottom:0; }

/* Colunas */
.oneCol
{
	width:225px;
}

.twoCol
{
	width:475px;
}

.threeCol
{
	width:725px;
}

.fourCol
{
	width:975px;
}
/* Margens */

.m0  { margin:0 !important;} 
.mB0 { margin-bottom:0 !important;}
.mT0 { margin-top:0 !important;}
.mL0 { margin-left:0 !important;}
.mR0 { margin-right:0 !important;}

.m5  { margin:5px !important;} 
.mB5 { margin-bottom:5px !important;}
.mT5 { margin-top:5px !important;}
.mL5 { margin-left:5px !important;}
.mR5 { margin-right:5px !important;}

.m10  { margin:10px !important;}
.mB10 { margin-bottom:10px !important;}
.mT10 { margin-top:10px !important;}
.mL10 { margin-left:10px !important;}
.mR10 { margin-right:10px !important;}

.m20  { margin:20px !important;}
.mB20 { margin-bottom:20px !important;}
.mT20 { margin-top:20px !important;}
.mL20 { margin-left:20px !important;}
.mR20 { margin-right:20px !important;}

.m25  { margin:25px !important;}
.mB25 { margin-bottom:25px !important;}
.mT25 { margin-top:25px !important;}
.mL25 { margin-left:25px !important;}
.mR25 { margin-right:25px !important;}

.m30  { margin:30px !important;}
.mB30 { margin-bottom:30px !important;}
.mT30 { margin-top:30px !important;}
.mL30 { margin-left:30px !important;}
.mR30 { margin-right:30px !important;}

.m40  { margin:40px !important;}
.mB40 { margin-bottom:40px !important;}
.mT40 { margin-top:40px !important;}
.mL40 { margin-left:40px !important;}
.mR40 { margin-right:40px !important;}

.m50  { margin:50px !important;}
.mB50 { margin-bottom:50px !important;}
.mT50 { margin-top:50px !important;}
.mL50 { margin-left:50px !important;}
.mR50 { margin-right:50px !important;}
