body{
	background-color: #FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size:75%;
	line-height: 18px;
	background-image: url(../images/back_gradient.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.mainColumn{
	background-color: #F5F5F5;
}

ul {
	list-style-type: none;
	padding-left: 45px;
	margin: 0;
}

li {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .9em;
}

.mainText {
	padding-left: 45px;
	padding-right: 15px;
}

.mainIntro {
	padding-left: 45px;
	padding-right: 15px;
	font-size:128%;
	font-weight: lighter;
	color: #003399;
	margin-right: 8px;
}


.highlight {
	padding-left: 45px;
	padding-right: 15px;
	font-size:128%;
	font-weight: lighter;
	color: #003399;
}




.schedule {
	margin-left: 45px;
	font-size: 90%;
	padding-left: 0px;
	line-height: 12px;
}

.scheduleHeavy {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #809CC9;
}

.scheduleProvince {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #3763AA;
}

.rightColumn{
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 7px;
	background-color: #FFFFFF;
}
.copyright{
	font-size: x-small;
	color: #666666;
}

a {
	color: #003399;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #003399;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	color: #003399;
}

.smallText {
	font-size: 10px;
	line-height: 14px;
}


