@import url("/css/styles/top_bar.css");
@import url("/css/styles/gnrl.css");
@import url("/css/styles/btm_nav.css");

#middle {
	padding-top:10px;}
#table {
	width:100%;
	border:solid #550 2px;
	border-bottom:solid #550 1px;}
#table th {
	background:#550;
	font-family:tahoma,arial,verdana;
	font-size:14px;
	text-align:left;
	padding:0 5px 2px 5px;
	color:#CC9;}
#table tr {
	font-family:verdana,arial,tahoma;
	font-size:12px;
	color:#660;}
#table td {
	border-bottom:solid #550 1px;}
#table a {
	font-weight:bold;
	color:#660;}
#table a:hover {
	color:#440;}

#table tr.rqst {
	background:#FFC;
	color:#F00;}
#table tr.rqst a {
	font-weight:bold;
	color:#F00;}
