/* =========================================== */
/*            GENERAL CONFIGURATION            */
/* =========================================== */

   body {
      padding:             0px;
      margin:              0px;
      border:              0px;
      background-color:    #000000;
      font-family:         Verdana, Lucida, Arial, Helvetica, sans-serif;
      line-height:         1.2em;
	  background-image:		url(http://www.studio7hub.com/images/assets/bkGrnd.png);
      background-position: top; 
      background-repeat:   repeat-x;
      color:               #666666;
      font-size:           10px; }



	  
	  
/* =========================================== */
/*             GLOBAL FONTS   		       */
/* =========================================== */

   .featurettl {
      font-size:   12px;
      padding-top: 7px;
	  text-align: left;
      font-family: verdana, tahoma, helvetica, sans-serif;
      font-weight: bold;
      color:       #ff0000; }
	  
   a.featurettl {
      color:       #ff0000; 
	  text-decoration : none;}
	  
   a.featurettl:hover {
      color:       #ff9900; 
	  text-decoration : none;}

   .featuretext {
      font-size:   11px;
	  padding-top: 7px;
      line-height: 13px;
	  text-align: left;
      font-family: verdana, tahoma, helvetica, sans-serif;
      font-weight: normal;
      color:       #999999; }
	  
   a.featuretext {
      font-family: verdana, tahoma, helvetica, sans-serif;
      font-size:   10px;
      color:       #999999; 
	  text-decoration : none;}
	  
   a.featuretext:hover {
      color:       #ff9900; 
	  text-decoration : none;}
	  
.featuretext2 {
      font-family: verdana, tahoma, helvetica, sans-serif;
	  padding-left: 35px;
      font-size:   10px;
	  text-align: left;
      color:       #999999; 
	  text-decoration : none;}

