/* CSS Document */
body {
	background-color: #CCCC99;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #5B3700;
	
}
ul#minitabs{list-style: none;margin: 0;padding: 7px 0;
  border-bottom: 1px solid #CCC;font-weight: bold;
  text-align: center;white-space: nowrap}
ul#minitabs li{display: inline;margin: 0 2px}
ul#minitabs a{
	text-decoration: none;
	padding: 0 0 3px;
	border-bottom: 4px solid #b22222;
	color: #b22222;
	font-weight: bolder;
}

ul#minitabs a:hover{
	color: #999999;
	border: #999;
}
.style1 {font-weight: bold}
a.mainlink:link {
	font-weight: bolder;
	color: #5B3700;
}
