/* CSS Document */
   BODY {
           background-color: #EEEEEE;
		   margin-top: 0px;
   }

   P       {
           font-family: Georgia, "Times New Roman", Times, serif;
           color: #000000 ;
           font-size: 11pt ;
           }
		   
	ul {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 11pt;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		color: #000000;
	}		   
		   
   td      {
           font-family: Georgia, "Times New Roman", Times, serif;
           color: #000000;
           font-size: 15pt ;
		   
   }
   
   	.optional  {
			   font-family: Georgia, "Times New Roman", Times, serif;
			   color: #000000;
			   font-size: 9pt;
			   }
   
   .title {
      		display: none;
			
	}
	
	.menu {
			display: none;
	}
			
	.scroll {
			border: none;	
			background-color: #FCFCDA;	
			padding: 5px;
			font: Georgia, "Times New Roman", Times, serif;
	}
	
	.heading {
	         font: Georgia, "Times New Roman", Times, serif;
			 font-size: 14pt;
	}
	
	.thumbnail {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		color: #000000;
	}	
	
   
  	A 			{ font-family: Georgia, "Times New Roman", Times, serif; color: #515C4A; }
	A:link		{ color: #515C4A; text-decoration: underline; }
	A:visited	{ color: #666666; text-decoration: underline; }
	A:active	{ color: #666666; text-decoration: underline; }
	A:hover		{ color: #99945D; text-decoration: none; }

	 
	.noPrint {
			display: none;
	}




