body {
	margin: 0px;
	background-color: #333333;
	background-image: url(images/background2.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bottombar {
	background-image: url(../images/bottom_back.gif);
}
#menubar {
	font-size: 10px;
	color: #353535;
	line-height: 22px;
	font-weight: bold;
	padding-left: 10px;
}
#menubar a {
	color: #353535;
	text-decoration: none;
	height: 22px;
}
#menubar a:hover {
	color: #CC0000;
}
a {
	color: #000000;
}
#frame {
	background-image: url(images/frame_back.gif);
	background-repeat: repeat-x;
	height: 64px;
	padding: 14px 0px 0px 20px;
	font-size: 10px;
}
#content {
	padding: 5px 20px 20px 20px;
	font-size: 11px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CC0000;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #555555;
	margin-bottom: 10px;
}
.formInput {
	width: 275px;
	height: 14px;
	font-size: 11px;
}
.formTitle {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.listrow1 {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
}
.listrow2 {
	background-color: #EEEEEE;
	padding-top: 2px;
	padding-bottom: 2px;
}
#alphabet {
	padding: 10px;
	background-color: #E5E5E5;
	border: 1px solid #BBBBBB;
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 35px;
	text-align: center;
}
#alphabet a {
	color: #cc0000;
}
h4 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #000000;
	color: #cc0000;
}
p {
	line-height: 15px;
}
.button { 
	border:1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#666;
	border-bottom-color:#666;
	background: #EEE url('images/btn-back.gif') 0 0 repeat-x;
	padding: 3px 10px;
	font-weight: bold;
	text-decoration: none;
}
.active { color: #CC0000; }

.data-list{margin:10px 0;padding:0;border-collapse:collapse;width: 100%;}
.data-list th { text-align: left;background-color: #CCC; border-bottom: 1px solid #999; }
.data-list th,.data-list td {line-height: 16px; padding: 2px 0; }
.data-list td { border-bottom: 1px solid #CCC; border-collapse:collapse;}
.data-list .name { width: 30%; }
.data-list .loc { width: 20%; }
.data-list .other { width: 15%; }
.odd td { background-color:#f1f1f1;}
.active { color: #CC0000; }
