
.buttonlook { 
	color: #342D7E;
	font-family: "Lucida Sans Unicode";
	font-size: 14;
	text-decoration: none;
}

.buttonlookthis { 
	color: white;
	background-color: #336666;	
	font-family: "Lucida Sans Unicode";
	font-size: 14;
	text-decoration: none;
}

.butt_brown { /* this page brown tone */
	color: white;
	background-color: #996633;	
	font-family: "Lucida Sans Unicode";
	font-size: 14;
	text-decoration: none;
}

.buttonlook:hover {
	color: #336666;
	background-color: #B0E2FF;
	font-family: "Lucida Sans Unicode";
	font-size: 14;
	text-decoration: none;
}

.buttbot { 
	border: 1px black solid;
	color: white;
	background-color: #336666;	
	font-family: "Lucida Sans Unicode";
	font-size: 12;
	text-decoration: none;
}

.buttbot:hover {
	color: black;
	background-color: white;	
	font-family: "Lucida Sans Unicode";
	font-size: 12;
	text-decoration: none;
}


/* a		{ text-decoration: none; }
a:hover	{ color: #8B6508; } */
a:visited	{ text-decoration: none; }

.textcol {
	text-align: left;
	font-family: Arial;
	font-size: 3px;
	color: #000000;
	margin-left: 50px;
	margin-right: 40px;
}

.imagefloatright { float: right; }

.imagefloatleft { float: left; }

.headerbanner { width: 100%; }

.footer { text-align: center; font-size: 9px; }

