@charset"iso-8859-1";

/*--------- style sheet  delete current brousa Document stayle  */
 *{
  margin:0;
  padding:0;
  font-family:sans-serif;
  }
  
 body{ 
  color:#000;
  background-color:#fff;
  }

 p.clear {
  clear: both;
  }
  
h1, h2, h3, h4, h5, h6 {
  font: bold 100% sans-serif;
  font-style: normal ; 
  }

p, address  {
  font-size: 100%;
  font-weight: normal;
  font-style: normal ; 
  }
  
 .title h3 {
  margin-top: 10px;
  font-family : sans-serif;
  font-size:150%;
  font-weight: bold;
  }
   
 h4.title {
  margin-top: 5px;
  font : bold 14px sans-serif;
  position : left;
  }
 
 h5.title  {
  margin-top: 2px;
  font : bold 13px sans-serif;
  position : left;
  } 
  
  h5.top {
  margin-top: 2px;
  font : bold 13px sans-serif;
  text-align : right;
  }
  
 h6.title  {
  margin-top: 2px;
  font : bold 11px sans-serif;
  position : left;
  }
   
 img{
  border:none;
  }
 
 hr {
  display:none;
  }

table {
 position : relative;
 margin-bottom: 1.5em;
 border-collapse: collapse;
 }
 
.num td {
  padding-right : 2px ;
  font : normal 100% sans-serif;
  text-align : right;
  } 
  
.cent td {
  font : normal 100% sans-serif;
  text-align : center;
  } 
  
  .disc {
  list-style-type: disc;
  margine: 10px 0px 10px 40px;
  padding: 0px 0px 0px 20px;
  color : #000;
  font-family :sans-serif ; 
   }
   	 
.cir {
  list-style-type: circle;
  margin : 0px 0px 10px 40px;
  padding: 0px 20px;
  font-family: sans-serif;  
  font-weight:normal;
     }    
	 
.dec {
  list-style-type: decimal;
  margine: 10px 0px 10px 40px;
  padding: 0px 0px 0px 30px;
  color : #000;
  font-family :sans-serif ; 
   }
   	 
.profit {
 font-size: 1.5em;
 text-transform: capitalize; 
 }
  
 p.spacebar {
  clear : both ;
  width: 500px;
  height: 20px;
   }	 
 
 p em {
   font-size:100%;
   font-weight:bold;
   }
   
 a {
   font-family:sans-serif ; 
   font-size:100%;
   margin: 0px;
   padding:  0px;

   font-weight:nomal;
   }

.text a {
   font-family:sans-serif ; 
   font-size:100%;
   margin: 0px;
   padding:  0px;
   width: 245px;
   font-weight: normal;
   }
     
a:link {  color: #000000; text-decoration:underline}
a:visited {  color: #333333; text-decoration:underline}
a:hover {  color: #CCCCCC; text-decoration: underline}
a:active {  color: #333333; text-decoration: underline}


   
