
td, tr, p, div {

  font-family      : Verdana, Arial, Helvetica, sans-serif;

  font-size        : 11px;

  color:#333333;

}



ul {

  margin           : 0px 0px 0px 0px;

}



hr {

  background       : #CCCCCC;

  height           : 1px;

  width            : 100%;

}


a

{
  font-size        : 11px;

  color:#000000;

  text-decoration  : none;

  font-family      : Verdana, Arial, Helvetica, sans-serif;
}
a:visited {

  font-size        : 11px;

  color:#000000;

  text-decoration  : none;

  font-family      : Verdana, Arial, Helvetica, sans-serif;

}



a:hover {

  color:#999999;

  text-decoration  : none;

}


body, html {
margin:0px;
padding:0px;
height:100%;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:11px;
background-color:#000000;

}

html, div, span, h1, h2, h3, p, ul, li, img {


}

.clearfix:after {
content: ".";              /* the period is placed on the page as the last thing before the div closes */
display: block;          /* inline elements don't respond to the clear property */ 
height: 0;                  /* ensure the period is not visible */
clear: both;               /* make the container clear the period */
visibility: hidden;	     /* further ensures the period is not visible */
}
.clearfix {display:inline;}   /* a fix for IE Mac */
/* fix for Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

input, select, option, textarea{

  font-family      : Verdana, Arial, Helvetica, sans-serif;

  font-style       : normal;

  font-size        : 10px;

  font-weight      : bold;

  background-color : #F0F0F0;

  color            : #000000;

  border           : 1px solid #CCCCCC;

}




