/* -- Written By Huffman Associates Of Ohio January 2007 
      WWW.HuffmanAssociatesOfOhio.com   */

/* Order is critical; last matching status rules */
  a.nolines:link    	{color: white; text-decoration: none;      font-family: Shruti; font-weight: normal; font-style: normal; font-size: 18px} 
  a.nolines:visited 	{color: white; text-decoration: none;      font-family: Shruti; font-weight: normal; font-style: normal; font-size: 18px} 
  a.nolines:active  	{color: white; text-decoration: none;      font-family: Shruti; font-weight: normal; font-style: normal; font-size: 18px} 
  a.nolines:hover   	{color: white; text-decoration: underline; font-family: Shruti; font-weight: normal; font-style: normal; font-size: 18px} 
  
  a.noline2:link    	{color: white; text-decoration: none;      font-family: Shruti; font-weight: bold; font-style: normal; font-size: 12px} 
  a.noline2:visited 	{color: white; text-decoration: none;      font-family: Shruti; font-weight: bold; font-style: normal; font-size: 12px} 
  a.noline2:active  	{color: white; text-decoration: none;      font-family: Shruti; font-weight: bold; font-style: normal; font-size: 12px} 
  a.noline2:hover   	{color: white; text-decoration: underline; font-family: Shruti; font-weight: bold; font-style: normal; font-size: 12px} 
      
  a.lines:link    		{color: white; text-decoration: underline; font-family: Shruti; font-weight: normal; font-style: normal; font-size: 18px}  
  a.lines:visited 		{color: white; text-decoration: underline; font-family: Shruti; font-weight: normal; font-style: normal; font-size: 18px}  
  a.lines:active  		{color: white; text-decoration: underline; font-family: Shruti; font-weight: normal; font-style: normal; font-size: 18px}  
  a.lines:hover   		{color: white; text-decoration: underline; font-family: Shruti; font-weight: normal; font-style: normal; font-size: 18px}   
  
  a.smallprint:link    	{color: white; text-decoration: none;      font-family: Shruti; font-weight: normal; font-style: normal; font-size: 12px} 
  a.smallprint:visited 	{color: white; text-decoration: none;      font-family: Shruti; font-weight: normal; font-style: normal; font-size: 12px} 
  a.smallprint:active  	{color: white; text-decoration: none;      font-family: Shruti; font-weight: normal; font-style: normal; font-size: 12px} 
  a.smallprint:hover   	{color: white; text-decoration: underline; font-family: Shruti; font-weight: normal; font-style: normal; font-size: 12px} 
  
  
  .page   	{background-image: url(Graphics/HLSBackground.gif); border:none; font-size:0px; margin:0; color:white}   
  .footer 	{font-size: 12px;	font-family: Courier New;   text-align: center; color: white; border:none}
  .header 	{font-size: 12px;	font-family: Courier New;   text-align: center; color: white; border:none; vertical-align:top} 
   
  .banner 	{border: solid; border-width: thin; border-color: #000000}
  .button 	{border: none;  display:inline} 
  .active 	{border: solid; border-width: 2px; border-color: #CC6666}
  
  .contactdata {font-size: 20px; 	font-weight: normal;		text-align: left; 	color: white;	border-color: white; 	vertical-align: top}
  .title       {font-size: 18px; 	font-weight: bold;		    text-align: center; color: white;	vertical-align: top;	text-decoration: none}
  .text    	   {font-size: 20px; 	font-weight: normal;	    text-align: left;   color: white;	vertical-align: top; 	font-family: Shruti}
  .textm   	   {font-size: 20px; 	font-weight: normal;	    text-align: left;   color: white;	vertical-align: middle; font-family: Shruti}
  .chapters    {font-size: 20px; 	font-weight: normal;	    color: white}
  
  	#dhtmltooltip{
		position: absolute;
		left: -300px;
		width: 275px;
		border: 1px solid black;
		font-size: 10px;
		font-family: Courier; 
		color: black;		
		padding: 2px;
		background-color: #99CCFF;
		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=white,direction=135);
		}

	#dhtmlpointer{
		position: absolute;
		left: -300px;
		z-index: 101;
		visibility: hidden;
		}
		
		
