table.blue
		{ 	font-family: "Franklin Gothic Book", Verdana; 
			color: #FFFFFF; 	
		}

table.white
		{ 	font-family: "Franklin Gothic Book", Verdana; 
			color: #000000; 	
		}

body 		{ 	text-decoration: none;
  			color: black;
  			font-family: "Franklin Gothic Book", Verdana;
  			font-size: 14px;
  			font-weight: medium; 
			background-color: #FFFFFF;
		}

	
h1 		{	font-family: "Franklin Gothic Book", Verdana; 
			font-size: 14px; 
			font-style: normal; 
			font-weight: bold;
		}


h2 		{	font-family: "Franklin Gothic Book", Verdana; 
			font-size: 16px; 
			font-style: normal; 
		}


h3 		{	font-family: "Franklin Gothic Book", Verdana; 
			font-size: 20px; 
			font-style: normal; 
		}
	

h4 		{	font-family: "Franklin Gothic Book", Verdana; 
			font-size: 24px; 
			font-style: bold; 
		}


h5 		{	font-family: "Franklin Gothic Book", Verdana; 
			font-size: 28px; 
			font-style: bold; 
		}


p 		{	font-family: "Franklin Gothic Book", Verdana; 
			font-size: 14px; 
			font-style: normal; 
		}


table		{	font-family: "Franklin Gothic Book", Verdana; 
			font-size: 14px; 
			font-style: normal; 
			color: #000000;
		}


li		{	font-family: "Franklin Gothic Book", Verdana; 
			font-size: 14px; 
			font-style: normal; 
			color: #000000;
			white-space: pre;
			padding-left: .6em;
		}


li.white	{	font-family: "Franklin Gothic Book", Verdana; 
			color: #FFFFFF;
			white-space: pre;
			padding-left: .6em;
			list-style-type: disc
		}

li.whitenum	{	font-family: "Franklin Gothic Book", Verdana; 
			color: #FFFFFF;
			white-space: pre;
			padding-left: .6em;
		}


ol.loweralpha	{	list-style-type: lower-alpha;
		}


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;
		}
