/* CSS Document */

body {
	background-color: #E1E1E1;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #272C6C;
}
.style1 {font-size: 12px}
.style2 {color: #333333}
.style3 {
	color: #999999;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}
A:link {
	text-decoration: none;
	font-size: 14px;
	color: #272C6C;
}
A:visited {text-decoration: none;
	font-size: 14px;
	color: #272C6C;
}
.PageFooter {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.fade {
	margin: 0px;
	padding: 0px;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF', startColorstr='#D0DCE8', gradientType='0'); 

	/* webkit based browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#D0DCE8), to(#FFFFFF));
	height: 80px; /* gradient uses the full height of the element */
	padding: 0px; /* distance from border edge to text */
}
.CatTitle {
	font-size: 24px;
	color: #000000;
}
.BusName {
	font-size: 22px;
	text-transform:uppercase;
	color: #000000;
}
.ValuedAt {
	color: #FFCC33;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.CatLink {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
