﻿.FormTable 
{
	width:80%;
	
}
.FormQuestion 
{
	background-color: #0099cc;
	color: #ffffff;
	font-weight:bold;
	width: 150px;
	padding: 3px;
    font-family:Arial;
	font-size: 11px;
	vertical-align:top;
}
h1 
{
	font-family: Arial;
	font-size: 18px;
	color: #70140A;
	line-height: normal;
}

h2 
{
	font-family: Arial;
	font-size: 16px;
	color: #70140A;
}
h3 
{
	font-family: Arial;
	font-size: 14px;
	color: #70140A;
}

h4 
{
	font-family: Arial;
	font-size: 12px;
	color: #70140A;
}

p, div, span, #body, li, td
{
	font-family: font-family:Arial;
 	font-size:13px;
	color:#512B25;
}
a:link 
{
	font-family: font-family:Arial;
 	font-size:13px;
	color:#CC2229;
	text-decoration: none;
	font-weight: bold;
}
a:visited 
{
	font-family: font-family:Arial;
 	font-size:13px;
	color:#CC2229;
	text-decoration: none;
	font-weight: bold;
}
a:hover 
{
	font-family: font-family:Arial;
 	font-size:13px;
	color:#CC2229;
	text-decoration: underline;
	font-weight: bold;
}
.ImageTitle
{
	font-family: Arial;
 	font-size:11px;
	color:#000000;
}
.BusTimeTable
{
	background-image:url('/images/design/BusTimeTable_back.jpg');
	background-position:top;
	background-repeat:no-repeat;
	height:186px;
	vertical-align:top;
	text-align:center;
	font-family: Arial;
 	font-size:14px;
	color:#512b25;

}
.BlackText 
{
	font-weight: bold; 
	color: #000000;
}