/* -- Written By Huffman Associates Of Ohio May 2006 
     WWW.HuffmanAssociatesOfOhio.com  
     Old Font Monotype Corsiva; */
	 
{ } 

/* Order is critical; last matching status rules */
  a.nolines:link    	{color: #FFFFCC; text-decoration: none;      font-family: Shruti; font-weight: bold; font-style: normal; font-size: 15px} 
  a.nolines:visited 	{color: #FFFFCC; text-decoration: none;      font-family: Shruti; font-weight: bold; font-style: normal; font-size: 15px} 
  a.nolines:active  	{color: #FFFFCC; text-decoration: none;      font-family: Shruti; font-weight: bold; font-style: normal; font-size: 15px} 
  a.nolines:hover   	{color: #FFFFAA; text-decoration: underline; font-family: Shruti; font-weight: bold; font-style: normal; font-size: 15px}  
      
  a.lines:link    	{color: #FFFFCC; text-decoration: underline; font-family: Shruti; font-weight: bold; font-style: normal; font-size: 15px}  
  a.lines:visited 	{color: #FFFFCC; text-decoration: underline; font-family: Shruti; font-weight: bold; font-style: normal; font-size: 15px}  
  a.lines:active  	{color: #FFFFCC; text-decoration: underline; font-family: Shruti; font-weight: bold; font-style: normal; font-size: 15px}  
  a.lines:hover   	{color: #FFFFAA; text-decoration: underline; font-family: Shruti; font-weight: bold; font-style: normal; font-size: 15px}   
  
  a.headlines:link    	{text-align: justify; color: Black; 		text-decoration: none;      font-family: Impact; font-weight: normal; font-style: normal;	font-size: 24px} 	
  a.headlines:visited 	{text-align: justify; color: Black; 		text-decoration: none;      font-family: Impact; font-weight: normal; font-style: normal; 	font-size: 24px} 
  a.headlines:active  	{text-align: justify; color: Black;  	 	text-decoration: none;      font-family: Impact; font-weight: normal; font-style: normal;   font-size: 24px} 
  a.headlines:hover   	{text-align: justify; color: Blue; 			text-decoration: underline; font-family: Impact; font-weight: normal; font-style: normal; 	font-size: 24px}  
  
  
  p:first-letter {font-size: 	150%;
					float:		left;
				 }
	
	.pmenu  	{font-size: 15px; 	font-family: Shruti;        text-align: center; color: #FFFFCC}
	.footer 	{font-size: 12px;	font-family: Courier New;   text-align: center; color: black}
	.notes  	{font-size: 12px; 	font-family: Courier New;   text-align: left;   color: black}
	.bodyc  	{font-size: 15px; 	font-family: Shruti; 		text-align: center; color: black}   
	.bodyl  	{font-size: 15px; 								text-align: left;   color: black} 
	.titlel 	{font-size: 25px; 	font-family: Shruti; 		text-align: left;   color: white; 	font-weight: bold} 
	.titlec 	{font-size: 25px; 	font-family: Shruti; 		text-align: center; color: white; 	font-weight: bold} 	
	.bodyr  	{font-size: 15px; 	font-family: Shruti; 		text-align: right;  color: black} 
	.tablecell1 {font-size: 15px; 	font-weight: normal;		text-align: left; 	color: black;	border-color: #FFFFCC; 	vertical-align: top}
	.celltitle 	{font-size: 20px; 	font-weight: bold;			text-align: center; color: black;	border-color: #FFFFCC; 	vertical-align: top}
    .tables 	{font-size: 15px; 	font-family: Shruti; 							color: black} 
	.bgold  	{background-color: 	#DDFFFF}
	.bg   		{background-color: 	#B09C78}
			
	img.imb1 {border-width: 1px; 	            /*	Image Border Size 						*/
	    border-color:    black;                	/*	Border Color							*/
		border-style:    solid;               	/*   	Solid Line Border					*/
		padding:         0px; 	                /*       Padding Around Image               */
		}
		
	.padded {border-width:	1px;				/*	Image Border Size						*/
        border-color:	   	black;				/*	Image Border Color						*/  
		padding:			6px; 				/*  Padding Around Image                    */   
		}	
	
	.transparent {border-width:	0px;			/*	Image Border Size						*/
        border-color:	   	black;				/*	Image Border Color						*/  
		padding:			0px; 				/*  Padding Around Image                    */   
		}		
		
	#dhtmltooltip{
		position: absolute;
		left: -300px;
		width: 150px;
		border: 1px solid black;
		padding: 2px;
		background-color: lightyellow;
		visibility: hidden;
		z-index: 100;
		/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
		filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
		}

	#dhtmlpointer{
		position: absolute;
		left: -300px;
		z-index: 101;
		visibility: hidden;
		}
	
{ }