A:link, A:visited, A:active 
	{ 
	color: blue;
	font-family: arial;
	text-decoration: underline
	}

A:hover
	{
	text-decoration: underline
	}
	
A.footer:link, A.footer:visited, A.footer:active 
	{ 
	color: #eeeeee;
	font-family: arial;
	font-size: 10px;
	text-decoration: underline
	}

	
BODY
	{
		font-family: arial;
		color: black;
		font-size: 12px;
		background: #666666
	}
	
.body2
	{
		font-family: arial;
		color: black;
		font-size: 12px;
		background: white;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	
TD, P 
	{ 	
		color: black;
		font-family: arial;
		font-size: 12px
	}
	
.header
	{
		font-family: arial;
		font-size: 20px;
		font-weight: bold;
		color: #000066;
	}
	
.header2
	{
		font-family: arial;
		font-size: 16px;
		font-weight: bold;
		color: #000066;
	}
	
.footer
	{
		font-family: arial;
		font-size: 10px;
		font-weight: normal;
		color: #ffffff;
	}