/* 
	Grey Suits you Sir. Please host the images on your own server.
	written by Stuart Colville http://www.muffinresearch.co.uk
*/
div#bus table,div#bus td {
	border: 1px solid #CCC;
	border-collapse: collapse;
	font: small/ 1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica,
		sans-serif;
}

div#bus table {
	border: none;
	border: 1px solid #CCC;
}

div#bus .head {
	background: #FFF url(images/th_bck.gif) repeat-x;
	color: #666;
	padding: 5px 10px;
	border-left: 1px solid #CCC;
}

div#bus tbody th {
	background: #FFF url(images/th_bck.gif) repeat-x;
	color: #666;
	padding: 10px 10px;
	border-left: 1px solid #CCC;
}

div#bus tbody th {
	background: #fafafb;
	border-top: 1px solid #CCC;
	text-align: left;
	font-weight: normal;
}

div#bus tbody tr td {
	padding: 10px 10px;
	color: #666;
}

div#bus tbody tr:hover {
	background: #FFF url(images/tr_bck.gif) repeat;
}

div#bus tbody tr:hover td {
	color: #454545;
}

div#bus tfoot td,tfoot th {
	border-left: none;
	border-top: 1px solid #CCC;
	padding: 4px;
	background: #FFF url(images/foot_bck.gif) repeat;
	color: #666;
}

div#bus caption {
	text-align: left;
	font-size: 120%;
	padding: 10px 0;
	color: #666;
}

div#bus table a:link {
	color: #006699;
}

div#bus table a:visited {
	color: #666;
}

div#bus table a:hover {
	color: #006699;
	text-decoration: underline;
	font-weight: bold;
}

div#bus table a:active {
	color: #003366;
}

.style7 {
	color: #006699;
}