
/* Used Colors:
	#1A446C - blue grey
	#689DC1 - light blue
	#D4E6F4 - very light blue
	#EEE4B9 - light tan
	#6F6F6F - grey 
	#636363 - darker grey 
	#810606 - red burgundy
	#A6632C - brown
*/


img { border: none; }
a {
	color : #636363;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
}
a:hover {
	color : #A6632C;
}
.menu01 {
	color : #636363;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 45px;
	margin-right : 0px;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.menu01 a {
	color : #636363;
	text-decoration: none;
}
.menu01 a:hover {
	color : #810606;
}
