a 		{ color: blue; font-weight: bold; text-decoration: none }
a:active 	{ color: red; font-weight: bold }
a:hover 	{ color: black; font-weight: bold }
address 	{ color: #c0c0c0; 
			text-align: right; 
			margin-top: 30; 
			border-top: 2; 
			border-top-style: : solid }
body 		{ color: #000000; 
      font-size: 11pt; 
			font-family: Arial, Helvetica; 
			background: #ffffff no-repeat; }

form input 	{ font-size: 8pt; 
			font-family: Verdana, Arial, Helvetica }
form select 	{ font-size: 8pt; 
			font-family: Verdana, Arial, Helvetica }
h1 		{ color: #000066; 	
			font-weight: bold; 
			font-size: 14pt; 
			font-family: Verdana; 
			text-align: left; 
			margin-top: 10; 
			margin-bottom: 5; 
			border-top: 1; 
			border-bottom-width: thin;
			border-bottom: solid; 
			 }
h2 		{ color: black;
        		font-weight: bold;
        		font-size: 11pt;
        		font-family: Verdana;
        		text-align: left;
        		margin-top: 10;
        		margin-bottom: 5;
        		border-top: 1;
        		border-bottom: 4;
        		border-bottom-style: : double;
        		border-top-style: : solid }
h3 		{ color: black;
        		font-weight: bold;
        		font-size: 10pt;
        		font-family: Verdana;
        		text-align: left;
        		margin-top: 10;
        		margin-bottom: 5;
        		border-top: 1;
        		border-bottom: 4;
        		border-bottom-style: : double;
        		border-top-style: : solid }
p 		{ margin-top: 0; 
			margin-bottom: 5; 
			margin-left: 10 }
table 		{ font-size: 11pt; 
			font-family: Verdana; 
			margin-top: 0; 
			margin-right: 10; 
			margin-left: 3; 
			}

