/* ----------------------------------------------------------------------------
=GLOBAL SETTINGS
----------------------------------------------------------------------------- */
*{  margin:0;  padding:0; font-weight: normal; font-style: normal; } 
body { background: #FFF url('images/body_bg.gif') repeat-x; }
a, a:visited { text-decoration:none; }
html { height: 100.01%; }
ol, ul { list-style: none; }
fieldset,img { border:0; } 
table { border-collapse:collapse; border-spacing:0; } 
caption,th { text-align:left; } 
a:active, a:focus { outline: 0; } 

/* ----------------------------------------------------------------------------
=GLOBAL CLASSES
----------------------------------------------------------------------------- */
.ImgLeft { float: left; display: block; margin: 3px 15px 5px 0;  }
.ImgRight { float: right; display: block; margin: 0 0 5px 10px; border: 1px solid #000; }
.TextRight { text-align: right; }
.Hidden { position: absolute; left: -9999px; top: -9999px; height: 1px; width: 1px; overflow: hidden; }
SPAN.DisplayNone { display: none; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.Clear { clear: both; }
