/* CSS Document */
h1{
	color:rgb(0,45,98);
	font-size: 1.2em;
}
h2{
	color:rgb(0,45,98);
	font-size: 1.1em;
}
.transfort-table th{
	color: White;
	font-weight: bold;
	background-color: rgb(0,45,98);
	padding: 3px;
	font-size: .9em;
}
.transfort-table  tr td{
	border: solid 1px #999;
	padding: 3px;
}
.transfort-table {
	border: solid 1px #999;
}
.transfort-table .alt{
	background-color: rgb(225,225,225);
}
#transfort-header{
background-image: url(/transfort/transfort-images/logo-bg.gif);
background-repeat: repeat-x;
padding:0;
margin:0;
height: 50px;
}
#route-ad{
	float: right;
	width: 300px;
	margin: 0px 0 0 0;
}
#wrapper{
	
}
.normal{
	font-size: .8em;
	font-weight: normal;
}



