@charset "utf-8";
/*Tools
**********************************/
.posRel			{ position:relative;}
.posAbs			{ position:absolute;}
.fL				{ float:left; }
.fR				{ float:right; }
.clear			{ clear:both; }
.clearL			{ clear:left; }
.clearR			{ clear:right; }
.clearFix		{ zoom:1; }
.clearFix:after	{ clear:both; display:block; visibility:hidden; height:0; line-height:0; content:""; }
.pngFix 		{ behavior: url("/eng/css/iepngfix.htc")}

/*Box Model
**********************************/
.w10			{ width:10px !important; }

.h10			{ height:10px !important;}

.mT5			{ margin-top:5px !important; }
.mR5			{ margin-right:5px !important; }
.mB5			{ margin-bottom:5px !important; }
.mL5			{ margin-left:5px !important; }

.pT5			{ padding-top:1px !important; }
.pR5			{ padding-right:5px !important; }
.pB5			{ padding-bottom:50px !important; }
.pL5			{ padding-left:5px !important; }

/*General
**********************************/
body			{ font-family: Helvetica, Arial,sans-serif; line-height:1.5; color:#fff;}
p				{ font-size:12px;}
a				{ text-decoration:none; color:#fff; }
a:hover,a.under	{ text-decoration:underline; color:#666; }
.upcase			{text-transform:uppercase; }

/*Fonts
**********************************/
.bold			{ font-weight:bold;}
.normal			{ font-weight:normal;}
.f11			{ font-size:11px; }
.f12			{ font-size:12px; }
.f13			{ font-size:13px; }

.ln14			{ line-height:14px;}	

/*Color
**********************************/
.twhite			{ color:#fff !important;}

/*bgColor
**********************************/
.bgGrey			{ background-color:#262626;}
.bgBlack		{ background-color:black !important;}
.bgRed			{ background-color:#F00;}


/*Misc
**********************************/
.br				{ border:1px #F00 solid;}
.block			{ display:block; }
.hide			{ display:none; }
hr				{ height:0px; overflow:hidden; display:block; line-height:0px; margin:0px; padding:0px; font-size:0%; padding-bottom:15px; border:0px solid #FFF; border-top:1px solid  #FFF}