

BODY, TH, TD, OL, UL, LI {

	color: #000000;
	font-family: verdana,arial,verdana;
	font-size: 12px;

}


UL { line-height: 16pt; list-style: square; }

.buttons a {
	font-family: arial, monaco;
	font-size: 12px;
	color: #ffffff;
	background-color: transparent;
	padding: 6px;
	font-weight: bold;
	display: block;
	border-left: 1px solid #571502;
	border-top: 1px solid #571502;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	text-align: left;
	text-decoration: none;
}

.buttons a:hover {
	
	color: #f4ba8b;
	background-color: transparent;
	padding: 6px;
	text-decoration: none;
	border-left: 1px solid #370e01;
	border-top: 1px solid #370e01;
	border-right: 1px solid #f4ba8b;
	border-bottom: 1px solid #f4ba8b;
	
}

.buttons_active a {
	font-family: arial, monaco;
	font-size: 12px;
	color: #ffffff;
	background-color: transparent;
	padding: 6px;
	font-weight: bold;
	display: block;
	border-left: 1px solid #370e01;
	border-top: 1px solid #370e01;
	border-right: 1px solid #f4ba8b;
	border-bottom: 1px solid #f4ba8b;
	text-align: left;
	text-decoration: none;
}

.buttons_active a:hover {
	
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	border-left: 1px solid #410808;
	border-top: 1px solid #410808;
	
}


.textbutton a {

	font-family: arial, monaco;
	font-size: 12px;
	color: #ffffff;
	background-color: #a55745;
	padding: 4px;
	font-weight: bold;
	display: block;
	border: 1px solid #000000;
	text-align: left;
	text-decoration: none;
	
}

.textbutton a:hover {
	
	color: #ffffff;
	background-color: #612715;
	border: 1px solid #000000;
}


A {   color: #832001; text-decoration: underline; }
A:hover {  color: #000000; text-decoration: underline; }

A.header {  font-size: 10px; color: #ffffff; text-decoration: none; }
A.header:hover { font-size: 10px; color: #a55745; text-decoration: none; }

A.footer {  font-size: 10px; color: #ffffff; text-decoration: none; }
A.footer:hover { font-size: 10px; color: #ae7e6f; text-decoration: underline; }

A.white { font-weight: bold; color: #ffffff;  }
A.white:hover { font-weight: bold; color: #b78442; }

A.white_small { font-size: 11px; color: #ffffff;  }
A.white_small:hover { font-size: 11px; color: #b78442; }

A.small_white { font-size: 11px; color: #ffffff;  }
A.small_white:visited { font-size: 11px; color: #ffffff;  }
A.small_white:hover { font-size: 11px; color: #b78442; }

A.large { font-size: 130%; font-weight: bold; color: #832001; text-decoration: underline; }
A.large:hover { font-size: 130%; font-weight: bold; color: #000000; text-decoration: underline; }

.active { font-size: 12px; font-weight: bold; text-decoration: none;  color: #000000; }

// blue
//.title { font-weight: bold; color: #15465f; font-size: 130%;  }

.title { font-weight: bold; color: #410808; font-size: 140%;  }


.subtitle { font-weight: bold; color: #410808; font-size: 115%;  }

.blue { color: #135632; }

.white { color: #ffffff; }

.rust { color: #832001; }

.tagline { font-style: italic; font-size: 130%; color: #017785; }

.small { font-size: 11px; color: #666666; }
.small_white { font-size: 11px; color: #ffffff; }
.small_blue { font-size: 11px; color: #135632; }

.tiny { font-size: 9px; }
.tiny_white { font-size: 9px; color: #ffffff; }
.tiny_blue { font-size: 9px; color: #135632; }
.tiny_brown { font-size: 9px; color: #612715; }

.alert { font-weight: bold; color: red; }



