/* CSS Document */
body
{
    padding: 0;
    margin: 0;
    background: #E3E4E5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-align: center;
    margin: auto;
}
.page
{
    margin: 5px auto;
    width: 900px;
    background-color: #ffffff;
    text-align: left;
}
.mainMenu{
	width: 100%;
	clear: both;
	float: left;
	background-image: url(images/menuGrad.gif);
}
.mainMenu a, .mainMenu a:link, .mainMenu a:visited
{	
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    padding: 10px 20px 10px 20px;
    color: #000000;
    font-weight: bolder;
	border-right: solid 1px #EDEDED;
    font-size: 12px;
	float: left;	
}
.mainMenu a:hover, .mainMenu a:active
{
    display: block;
    text-align: center;
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    padding: 10px 20px 10px 20px;
    color: #000000;
    font-weight: bolder;
	border-right: solid 1px #EDEDED;
    font-size: 12px;
	float: left;	
}
.break
{
	height: 5px;
}
.clr
{
	clear: both;
}
.color1
{
	color: #f36622;
}
.color2
{
	color: #6c9d30;
}
.color3
{
	color: #999999;
}
.color4
{
	color: #ff0000;
}
.color5
{
	color: #ffffff;
}
.font1
{
	font-size: 11px;
}
.font2
{
	letter-spacing: 0.2em;
}
.font3
{
	font-size: 16px;
}
.font4
{
	font-size: 18px;
}
a:link, a:visited, a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f36622;
	text-decoration: underline;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}
.headerGrad
{
	width: 734px; 
	height: 26px; 
	background-image: url(images/headerGard.gif);
}
.sampleFaresHeader
{
	width: 230px; 
	padding: 5px; 
	margin-bottom: 5px; 
	text-align: center; 
	background-image: url(images/gradGray1.gif); 
	border: 1px solid #cccccc;
}
.style48 {font-size: 10px}
.sampleFares
{
	width: 230px; 
	padding: 5px; 
	margin-bottom: 5px; 
	text-align: left; 
	background-image: url(images/gradGray2.gif); 
	background-repeat: repeat-x; 
	border: 1px solid #cccccc;
}
