/*  Demo CSS style */
 
   Body {
    background-color: #DCDCDC;
    font-family: 	Arial, Verdana,  Tahoma, 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, Verdana,  Tahoma, helvetica, sans-serif;
    font-style: 	normal;
    color:   		#000000;
    }

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

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

  H3 {
    font-size: 		11pt;
	margin-bottom: 	0pt;
    margin-top: 	0pt;
    }
	
  H4 {
    font-size: 		11pt;
	font-style: 	normal;
    font-weight:	bold;
    margin-bottom: 	6pt;
    margin-top: 	0pt;
    }
	
  H5 {
    font-style: 	normal;
	font-size: 		9px;
	color: 			#000000;
    }
	

   A {
    font-family:	Arial, Verdana,  Tahoma, helvetica, sans-serif;
    text-decoration: underline;     
    font-weight:	normal;
    color: 			#E9620E;
    }
	
  A.bold {
    font-family:	Arial, Verdana,  Tahoma, helvetica, sans-serif;
    text-decoration: underline;     
    font-weight: 	Bold;	
    color: 			#E9620E;
    }	
	
	A:hover   {
    text-decoration: 	none; 
	color: 			#E9620E;
   	}
	
	A.bold:hover   {
    text-decoration: 	none; 
	color: 			#E9620E;
   	}
	
  A.menu {
    font-family:	Arial, Verdana,  Tahoma, helvetica, sans-serif;
    text-decoration: none;     
    font-weight: 	Bold;	
	font-size:		10pt;
    color: 			#000000;
    }		

	A.menu:hover   {
    text-decoration: 	none; 
	color: 			#E9620E;
   	}
		
   	B, STRONG {
    font-weight: 	Bold;
	color: 			#000000;	
    }
	
	I, ITALIC {
    font-style: 	Italic;
    }
	
	thumb_text {
    font-style: 	normal;
	font-size: 		11px;
	color: 			#000000;
	leftmargin: 	3pt;	
    }
	
	small {
    font-style: 	normal;
	font-size: 		10px;
	color: 			#000000;
    }
		
	big {
    font-weight: 	bold;
	font-size: 		14px;
	color: 			#000000;
    }



  LI {
    list-style:  	Disc;
    }

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

     }

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

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

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

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