A:link, A:visited, A:active 
	{ 
	color: blue;
	font-size: 12px;
	text-decoration: underline
	}
	
A.nav:link, A.nav:visited, A.nav:active 
	{ 
	color: #045485;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	}
	
A.navOn:link, A.navOn:visited, A.navOn:active 
	{ 
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	}
	
A.nav:hover
	{
	color: #ffc659;
	font-size: 12px;
	text-decoration: underline
	}
	
	
A.navleft:link, A.navleft:visited, A.navleft:active 
	{ 
	color: #ffc659;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	}
	
A.navleftOn:link, A.navleftOn:visited, A.navleftOn:active 
	{ 
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	}
	
A.navleft:hover
	{
	color: #ffffff;
	font-size: 12px;
	text-decoration: underline
	}
	
	
	
A.footer:link, A.footer:visited, A.footer:active 
	{ 
	color: white;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold
		
	}

A.webhot:link, A.webhot:visited, A.webhot:active
	{ 
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	}
	
BODY
	{
		font-family: verdana;
		color: black;
		font-size: 12px;
		margin: 15px;
		background: url('images/background.gif');
	}
	
TD, P 
	{ 	
		color: #045485;
		font-family: verdana;
		font-size: 12px;
	}
	
.header
	{ 	
		color: #FB6104;
		font-family: verdana;
		font-size: 16px;
		font-weight: bold;
	}
	
.headerSmall
	{ 	
		color: #FB6104;
		font-family: verdana;
		font-size: 12px;
		font-weight: bold;
	}
	
.main
	{ 	
		color: #045485;
		font-family: verdana;
		font-size: 18px;
		font-weight: bold;
	}

.leftCol
	{ 	
		color: #ffffff;
		font-family: verdana;
		font-size: 11px;
		
	}
	
.rightCol
	{ 	
		color: #ffffff;
		font-family: verdana;
		font-size: 11px;
		font-weight: bold;
		
	}
	
.tiny
	{ 	
		color: #0063A0;
		font-family: verdana;
		font-size: 11px;
		font-weight: bold;
		
	}
	
.border
	{ 	
		border: 5px solid white;
	}
	

