h1 {
	color:		#0000CC; 
	font-weight:	900;
	font-family:	trebuchet ms, arial, helvetica;
}

h2 {
	color:		#CC6666;
	font-family:	trebuchet ms, arial, helvetica;
	font-weight:	bolder;
}

h3,h4 {
	color:		#008080;
	font-family:	trebuchet ms, arial, helvetica;

}

b, strong {
	color:		#008080;
}

body {
	font-family:	trebuchet ms, arial, helvetica;
}

a:link { 
	color:		#6666FF;
}

a:active { 
	color:		#FF3300;
}

a:hover { 
	color:		#ff0000;
}

a:visited { 
	color:		#3366CC;
}

table.nav td, table.nav th  {
	border-style:		outset 2px gray;
	background-color:	#c0c0c0;
	border:			thin outset;
	padding:		0;
	vertical-align:		middle;
	text-align:		center;
	font-family:		arial, helvetica;
}

td.head,th.head	{
	background-color: 	#c0c0c0;
	font-weight:		bolder;
	font-size:		large;
	color:			#cc6666;
}
td.item,th.item {
	color:			#800000;
	font-weight:		bold;

}


p.nexttrain {
	color:			#800000;
	font-weight:		bold;
	text-align:		center;
	background-color: 	#c0c0c0; 
}

/* Define link properties for menu */

.nav a:hover { 
	color:			red;
	text-decoration:	none;
}	

.nav a:link { 
	color:			#800000;
	text-decoration:	none;
}
.nav a:active {
	color:			yellow;
	text-decoration:	none;
}
.nav a:visited { 
	color:			#000080; 

	text-decoration:	none;	
}


div.pagemenu {
	float: left;
	width:150px;
	z-index:100;
}

ul	{
	list-style-image: url("graphics/dot1.gif")
}
