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: white;
	font-family: arial;
	font-size: 10px;
	text-decoration: none
	}

	
h5 { 	
	font-size: 14px;
	font-weight: bold;
	}
	
BODY
	{
		font-family: arial;
		color: #333333;
		font-size: 12px;
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		background: #8A9186;
	}
	
TD, P 
	{ 	
		color: #333333;
		font-family: arial;
		font-size: 12px
	}
	
.small 
	{ 	
		color: #333333;
		font-family: arial;
		font-size: 11px
	}
	
.blue 
	{ 	
		color: #996B13;
		font-family: arial;
		font-size: 12px
		font-weight: bold
	}	

.email 
	{ 	
		color: #000000;
		font-family: arial;
		font-size: 16px;
		font-weight: bold
	}

.footer 
	{ 	
		
		background-repeat: repeat-x;
		color: white;
		font-family: arial;
		font-size: 10px
	}
.condensed {
		font-stretch: extra-condensed ;
	}		