
			body, td {
				font-family: Arial, sans-serif;
				font-size: 9pt;
				margin-top: 0px;
			}
			
			.bus_name {
				font-size: 18pt;
				font-weight: bold;
				color: #3333cc;
			}
			
			.bus_tag {
				font-size: 8pt;
			}
			
			.bus_address {
				font-size: 9pt;
			}
			
			.main_menu {
				font-size: 10pt;
				font-weight: bold;
				color: #333333;
			}
			
			.main_menu a {
				color: #000099;
			}
			
			.top_menu {
				font-size: 8pt;
				text-transform: capitalize;	
				word-spacing: 25px;
			}
			
			.top_menu a {
				color: #000099;
			}
			
			.top_menu a:hover {
				text-decoration: underline;
				color: #000099;
			}
			
			.bottom_menu {
				font-size: 8pt;
				text-transform: capitalize;
			}
			
			a:active, a
			{
				text-decoration: none;
				color: #000099;
			}
			
			a:hover
			{
				text-decoration: underline;
				color: #000099;
			}
			
			a:visited
			{
				text-decoration: none;
			}
			
			.sub
			{
				list-style-image: none;
				list-style-type: none;
				padding-left: 20px;
				padding-top: 0px;
				padding-bottom: 0px;
				margin-left: 0px;
				margin-top: 0px;
				margin-bottom: 0px;
				font-weight: normal;
				text-indent: -10px;
				font-size: 8pt;
				background-color: white;
			}
			
			.small 
			{
				font-size: 8pt;
			}
			
			#leftcol a {
				color: #000099;
				font-weight: bold;
				size: 9pt;
				text-decoration: none;
			}
			
			#leftcol a:hover {
				color: #ffffff;
				text-decoration: none;
			}