/* =========================================== */
/*            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(../../images/global/backgroundB2.jpg);
      background-position: top; 
      background-repeat:   repeat-x;
      color:               #666666;
      font-size:           10px; }


/* =========================================== */
/*            SUPPORT SUB-NAVIGATION            */
/* =========================================== */
#sec1 {
	background-image: url(../../images/global/nav_section1.gif);
}
#sec2 {
	background-image: url(../../images/global/nav_section2.gif);
}
#sec3 {
	background-image: url(../../images/global/nav_section3.gif);
}
#sec4 {
	background-image: url(../../images/global/nav_section4.gif);
}
#sec5 {
	background-image: url(../../images/global/nav_section5.gif);
}
#sec6 {
	background-image: url(../../images/global/nav_section6.gif);
}
	  
	  
/* =========================================== */
/*             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 {
      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;}