@charset "UTF-8";

@media all {

*{margin:0;padding:0}
option{padding-left:0.4em}
* html body *{overflow:visible}
* html iframe,* html frame{overflow:auto}
* html frameset{overflow:hidden}
html{height:100% !important;margin-bottom:1px}
body{height:100.2% !important;font-size:100.01%;}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:block}
.floatbox{overflow:hidden}
.skip,.hideMe,.print{position:absolute;top:-1000em;left:-1000em;height:1px;width:1px}
.skip:focus,.skip:active{position:static;top:0;left:0;height:auto;width:auto}

.clear 	{clear:both;}
.floatLeft        {float: left; display:inline;} 
.floatRight       {float: right; display:inline;}
.clearLeft        {clear:left;}
.displayInline    {display:inline;}
.displayNone      {display:none;}
.displayBlock     {display:block; }
.positionRelative {position:relative;}
.positionAbsolute {position:absolute;}
.textAlignCenter  {text-align:center;}
.textAlignLeft    {text-align:left;}
.textAlignRight   {text-align:right;}
.nowrap           {white-space:nowrap;}
.italic           {font-style:italic}
.strong           {font-weight:bold;}
.border           {border:1px solid #c00;}

}