body {
	background-color: #CAFDFF;
}

.tdLogo {
	background-color: #23ACF5;
	border-bottom: 2px solid #0044AA;
}

body, input, textarea, div, h1, h2, h3, table, tr, td, .tdLogo, a, a.menu {
	font-family: georgia, arial, helvetica;
}

body, input, textarea, table, tr, td, tdLogo {
	font-size: small;
}

h1 {
	font-size: large;
	font-weight: bold;
}

h2 {
	color: #0044AA;
	font-size: medium;
	font-weight: bold;
}

h3 {
	font-size: small;
	font-weight: bold;
	font-style: italic;
}

a:link {
	color: #2E3192;
	text-decoration: underline;
}

a:visited {  
	color: #2E3192;
	text-decoration: underline;
}

a:hover {
	color: #FF5028;
	text-decoration: underline;
}

a.menu:link {
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}

a.menu:visited {  
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}

a.menu:hover {
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}

td.menulinkcell {
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
   background-color: #00CCCC;
   border-bottom: 2px solid #00A99D;
   border-right: 2px solid #00A99D;
   margin-width: 1px;
}

td.menulinkcell a {
   display: block;
}

td.menulinkcell a.menu:hover {
   color: #000000;
   background-color: #00F0E6;
   font-weight: bold;
   text-decoration: none;
}

.coach {
	background-color: #FFCCFF;
}

.car {
	background-color: #FFFF99;
}

.pubtrans {
	background-color: #66FFCC;
}

.weekend {
	background-color: #99CCFF;
}