/*  Demo CSS style */
 
   Body {
    background-color: #000000;
    font-family: 	Arial, Tahoma, Verdana, helvetica, sans-serif;
    font-weight: 	normal;
    font-style: 	normal;
    font-size: 	12px;
    color:   		#000000;
    text-align: 	left;
    }

   H1, H2, H3, H4, H5 {
    font-family:	Arial, Tahoma, Verdana, helvetica, sans-serif;
    font-style: 	normal;
    font-weight:	Bold;
 text-decoration: 	none; 
    color:   		#ffffff;
    }

  H1 {
    font-size: 		14pt;
	font-style: 	bold;
    margin-bottom: 	0pt;
    margin-top: 	0pt;
    }

  H2 {
    font-size: 		13pt;
	font-style: 	bold;
    margin-bottom: 	0pt;
    margin-top: 	0pt;
    }
	

  H3 {
    font-size: 		10pt;
	margin-bottom: 	5pt;
    margin-top: 	0pt;
 text-decoration: 	none; 
    }

	
  H4 {
    font-size: 		10pt;
	font-style: 	normal;
    font-weight:	bold;
    margin-bottom: 	6pt;
    margin-top: 	0pt;
    }
	
  H5 {
    font-size: 		11pt;
	font-style: 	normal;
    font-weight:	bold;
    margin-bottom: 	3pt;
    margin-top: 	3pt;
    }
	
  H6 {
    font-size: 		8pt;
	font-style: 	normal;
    font-weight:	bold;
    margin-bottom: 	4pt;
    margin-top: 	0pt;
    }
	

   A {
    font-family:	Arial, Tahoma, Verdana, helvetica, sans-serif;
    text-decoration: underline;     
    font-weight:	normal;
    color: 			#DC9028;
    }
	
  A.bold {
    font-family:	Arial, Tahoma, Verdana, helvetica, sans-serif;
    text-decoration: underline;     
    font-weight: 	Bold;	
    color: 			#D08929;
    }	
	
	A:hover   {
    text-decoration: 	none; 
	color: 			#D08929;
   	}
	
	A.bold:hover   {
    text-decoration: 	none; 
	color: 			#D08929;
   	}
	
   	B, STRONG {
    font-weight: 	Bold;
	color: 			#ffffff;	
    }
	
	I, ITALIC {
    font-style: 	Italic;
    }
	
	thumb_text {
    font-style: 	normal;
	font-size: 		11px;
	color: 			#ffffff;
	leftmargin: 	3pt;	
    }
	
	small {
    font-style: 	normal;
	font-size: 		10px;
	color: 			#ffffff;
    }
		
	big {
    font-weight: 	bold;
	font-size: 		14px;
	color: 			#ffffff;
    }



  LI {
    list-style:  	Disc;
    }

  Pre {
    font-family:	Times New Roman, serif;
    font-size: 		8pt;
    margin-left: 	10pt;
    }
	 
   Table {
     vertical-align: 	top;
	 font-family: 	Arial, Tahoma, Verdana, helvetica, sans-serif;
	 color: 			#ffffff;
     }
		 	 
   Th, Td {
     font-family: 	Arial, Tahoma, Verdana, helvetica, sans-serif;
     font-style: 	Normal;
     font-size: 	12px;
     color: 		#ffffff;

     }

   Th {
     font-weight: 	bold;
     text-align: 	left; 
     vertical-align: 	BOTTOM;
     }

  Td {
  	font-family: 	Arial, Tahoma, Verdana, helvetica, sans-serif;
    font-weight: 	normal;
    vertical-align:   top;
	color: 			#ffffff;
    }

  Td.la {
  	font-family: 	Arial, Tahoma, Verdana, helvetica, sans-serif;
    font-weight: 	normal;
    vertical-align:   middle;
	color: 			#ffffff;
    }

  Td.footer {
  	font-family: 	Arial, Tahoma, Verdana, helvetica, sans-serif;
    font-weight: 	normal;
    vertical-align:   bottom;
	color: 			#ffffff;
    }

div
{
 text-decoration: 	none; 
}