/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#DEDEBC;
	margin:0;
	padding:0;
}
.button {
	color: #ffffff;
	background-color:#666666;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	width:60px;
	margin-left:4px;
	height:22px;
}
a {
	font-weight: bold;
	color:#133660;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
	color:#FF9900;
}
#location {
	font-size: 14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#4E4E4E;
	height:30px;
	vertical-align:middle;
	background:#F7F7F7 url(images/location_bkgd.jpg) bottom left repeat-x;
	border-bottom:1px solid #666666;
}
#content_pane {
	background-color: #ffffff;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align:top;
	color: #666666;
	width:480px;
}
.subtitle {
	text-transform: uppercase;
	font-size: 12px;
	font-weight:bold;
	color:#666666;
	padding-bottom:2px;
	margin:0;
}
.toomuch {
	font-weight:bold;
	color:#C00000;
}
