A:link, A:visited, A:active 

	{ 

	color: blue;
	text-decoration: underline

	}
	
	

A.nav:link, A.nav:visited, A.nav:active 

	{ 

	color: white;
	font-family: arial;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold

	}



A.nav:hover

	{

	text-decoration: underline;

	}
	
A.nav2:link, A.nav2:visited, A.nav2:active 

	{ 

	color: white;
	font-family: arial;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold

	}

	

A.leftnav:link, A.leftnav:visited, A.leftnav:active 

	{ 

	color: black;
	font-family: arial;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal

	}

A.leftnav:hover

	{

	text-decoration: underline;

	}
	
A.leftnav2:link, A.leftnav2:visited, A.leftnav2:active 

	{ 

	color: black;
	font-family: arial;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold

	}


A.footer:link, A.footer:visited, A.footer:active 

	{ 

	color: white;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;

	}

	

BODY

	{

		font-family: arial;
		color: black;
		font-size: 12px;
		margin-top: 0px;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
		background: white;

	}

	

TD, P 

	{ 	

		color: black;
		font-family: arial;
		font-size: 12px

	}

	

.header 

	{ 	

		color: #333333;
		font-family: arial;
		font-size: 14px;
		font-weight: bold

	}
	
	
.header2 

	{ 	

		color: #333333;
		font-family: arial;
		font-size: 16px;
		font-weight: bold

	}	
	
.header3

	{ 	

		color: #FE031E;
		font-family: arial;
		font-size: 16px;
		font-weight: bold

	}	

.navdivider

	{ 	

		color: white;
		font-family: arial;
		font-size: 13px;
		font-weight: bold

	}
	
.footer

	{ 	

		color: white;
		font-family: arial;
		font-size: 11px;

	}

	