	body, p, img
		{ 
		color: #000051;
		margin-left: 5%;	
		margin-right: 5%;
		font-family: Verdana, Arial, sans-serif;
		font-size: 10pt;
		}

 	p
		{
		text-align: left;
		}
		

	p.quote
		{
		margin-left: 6%;	
		margin-right: 6%;
		font-style: italic;
		font-size: 9pt;
		}


	
	p.img_right
		{
		text-align: right;
		}	

	p.img_center
		{
		text-align: center;
		/*border-style: solid; border-color: #666666; border-width: 4px;*/
		}	
		
	
	p.boxed
		{
		border-style: solid; border-color: #999999; border-width: 1px;
		padding: 5	px;
		}	
		

	blockquote
		{
		color: red;
	    	text-align: center;
    		font-family: Verdana, Arial, sans-serif;
    		font-size: 9pt;
    		font-style: italic;
    		}	


	h1, h2, h3
		{
		color: #444444;
		background: white;
		margin-left: 5%; 
		margin-right: 5%;
		font-family: Tahoma, "Arial Narrow", Verdana, arial, sans-serif;
		font-style: normal;
		font-weight: normal;
		}

	h1 
		{
		font-size: 140%;
		}

 	h2 
		{
		font-size: 130%;
		} 
	h3 
		{ 
		font-size: 120%;
		font-weight: bold; 
		}

	ul 
		{
		margin-left: 8%; 
		margin-right: 5%;
		list-style: circle outside
		}

 
	p.linemenu
		{
		color: black;
		background: #cccccc;
		margin-left: 5%; 
		margin-right: 5%;
		clear: left;
		text-align: center;
		font-family: Verdana, Arial, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		border-style: solid; border-color: #999999; border-width: 1px;
		}	



	:link { color: blue }
	:visited { color: gray }
	:hover { color: #000051 }

	A.linemenu:link    { color: black ; background: #cccccc ; text-decoration: none;  }
	A.linemenu:visited { color: gray ; background: #cccccc ; text-decoration: none;  }
	A.linemenu:hover   { color: black ; background: #99bb99 ; text-decoration: none; }
	A.disabled   { color: black ; background: #99bb99 ; text-decoration: none; }     
   
 