@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-size: 66.0%; /* sets the stage for using ems */
	font-family:'lucida grande', tahoma, sans-serif;
	background-color:#F6F6F6;
	overflow-x: hidden;
}
h1 {
	padding:0;
	margin:0;
	color:#2B4354;
	font-size:2.8em;
	line-height:25px;
	height:25px;
	font-weight:normal;
	margin:4px 0;
}
h2 {
	padding:0;
	margin:0;
	color:#666;
	font-size:1.8em;
	line-height:25px;
	height:25px;
	font-weight:normal;
	margin:7px 0;
}
h3 {
	padding:0;
	margin:0;
	margin-top:15px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	text-transform:uppercase;
	color:#666;
	font-size:1.4em;
}

#main_content p.small{
font-size:0.9em;
color:#666;
}
#main_content p {
	padding:5px 0;
	text-align:justify;
}

#bradcums {
	margin-left:12px;
	height:25px;
	line-height:25px;
	background:#F5F5F5;
	margin-bottom:10px;	
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	text-shadow: 1px 1px 1px #fff;
}
.bread_link a{text-decoration:none;}
.bread_last {color:#666;}
.bread_where {
	text-transform:uppercase;
	color:#333;
	font-weight:bold;

}
#bradcums ul {
	padding:0;
	margin:0 5px;

}
#bradcums li {
	padding:0;
	margin:0;
	display:inline;
	list-style:none;
	font-size:1.1em;
}
h5 {
	text-transform:uppercase;
	padding:0;
	margin:0;
	color:#fff;
}
th {
	text-transform:uppercase;
	color:#666;
	text-align:center;
}
td {text-align:center;}
.mtop25 {margin-top:25px;padding-bottom:5px;}
label {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 3px;
  clear: both;
}