A:link, A:visited, A:active 
	{ 
	color: blue;
	text-decoration: underline
	}
	
A.nav:link, A.nav:visited, A.nav:active 
	{ 
	color: #663300;
	font-weight: bold;
	text-decoration: none;
	}
	
A.nav:hover

	{
	text-decoration: underline;
	color: #663300;
	}
	
A.navOn:link, A.navOn:visited, A.navOn:active 
	{ 
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}
	
A.navTop:link, A.navTop:visited, A.navTop:active 
	{ 
	color: #000066;
	font-weight: bold;
	text-decoration: none;
	}
	
A.navTop:hover

	{
	text-decoration: underline;
	color: #000066;
	}
	
A.navTopOn:link, A.navTopOn:visited, A.navTopOn:active 
	{ 
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}
	
A.footer:link, A.footer:visited, A.footer:active 
	{ 
	color: #663300;
	font-size: 11px;
	text-decoration: none;
	}
	
A.webhot:link, A.webhot:visited, A.webhot:active 
	{ 
	color: #000066;
	text-decoration: none;
	}
	

html,BODY
	{
		font-family: arial;
		color: #000000;
		font-size: 12px;
		border:none;
		background-color: #E5D289;
		margin: 0px;
		align: center;
	}
	
TD, P 
	{ 	
		color: #282897;
		font-family: arial;
		font-size: 12px;
	}

.h1
	{ 	
		color: #660001;
		font-family: arial;
		font-size: 22px;
		font-weight: bold;
	}
	
.h2
	{ 	
		color: #660001;
		font-family: arial;
		font-size: 18px;
		font-weight: bold;
	}
	
.h3
	{ 	
		color: #282897;
		font-family: arial;
		font-size: 16px;
		font-weight: bold;
	}
	
.h4
	{ 	
		color: #660001;
		font-family: arial;
		font-size: 16px;
		font-weight: bold;
	}
	
.small
	{ 	
		color: #888888;
		font-family: arial;
		font-size: 8px;
		line-height: 9px;
		margin: 10px;
		
	}
	
	
.style13
	{ 	
		font-weight: bold;
	}
	
.topCorner
	{
		background: url('images/inner_right.gif');
		color: white;
		font-size: 16px;
		font-weight: bold;
		padding: 15px;
	}
	
.border
	{ 	
		border: 7px solid white;
	}
	
.footer
	{ 	
		color: #663300;
		font-family: arial;
		line-height: 20px;
		font-size: 11px;
	}
	
.webhot
	{ 	
		color: #000066;
		font-family: arial;
		line-height: 20px;
		font-size: 11px;
	}
