/******************************************************************************/
/* Main body, html features  **************************************************/
HTML, BODY {
    margin:0;
    padding:0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 9pt;
    background: url(../images/background.png) repeat-x;
	  background-color: #636363;
}

/* IMG, TD {font-size: 9pt;behavior: url(css/iepngfix.htc);} */
TD {font-size: 9pt;}
IMG A , A IMG {border:0}

a, a:link, a:visited { display:inline; font-size: 8pt; color: #000; text-decoration:none }
a:hover { display:inline; color: #000; font-size: 8pt; text-decoration:none }





/******************************************************************************/
/* Fixing a clear float problem in IE7 ****************************************/
 .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 */
/***************************************/

