
.main 
		{ 	font-family: "Franklin Gothic Book", Verdana; 
			font-size: 16px; 
			font-style: normal; 
			color: #FFFFFF; 	
		}


body 		{ 	text-decoration: none;
  			color: black;
  			font-family: "Franklin Gothic Book", Verdana;
  			font-size: 16px;
  			font-weight: medium; 
			background-color: #FFFFFF;
		}

	
h1 		{	font-family: "Franklin Gothic Book", Verdana; 
			font-size: 14px; 
			font-style: normal; 
			color: #000000;
			font-weight: bold;
		}


h2 		{	font-family: "Franklin Gothic Book", Verdana; 
			font-size: 20px; 
			font-style: normal; 
			color: #000000;
		}


h3 		{	font-family: "Franklin Gothic Book", Verdana; 
			font-size: 24px; 
			font-style: normal; 
			color: #000000;
		}
	

h4 		{	font-family: "Franklin Gothic Book", Verdana; 
			font-size: 32px; 
			font-style: normal; 
			color: #000000;
		}


p 		{	font-family: "Franklin Gothic Book", Verdana; 
			font-size: 16px; 
			font-style: normal; 
			color: #000000;
		}


table		{	font-family: "Franklin Gothic Book", Verdana; 
			font-size: 16px; 
			font-style: normal; 
			color: #000000;
		}


li		{	font-family: "Franklin Gothic Book", Verdana; 
			font-size: 16px; 
			font-style: normal; 
			color: #000000;
			white-space: pre;
			padding-left: .6em;
		}


A:link 		{	text-decoration: none;
			color: red;
		}


A:visited 	{	text-decoration: none;
			color: red;
		}


A:active 	{	text-decoration: bold;
			color: red;
		}


A:hover 	{	text-decoration: underline; 
			color: red;
		}