body {
		margin: 0;
		background: #FFFFFF;
	}

p 	{ 
		font-size: 10px; 
		color: #000000; 
		font-family: Arial;
		line-height: 130%;
	}
	
p.grey 	{ 
		font-size: 10px; 
		color: #808080; 
		font-family: Arial 
	}
	
p.whatis 	{ 
		font-size: 14px; 
		color: #000000; 
		font-family: Georgia, serif; 
		line-height: 130%
	}
h1 	{ 
		font-size: 16px; 
		color: #000000; 
		font-family: Arial 
	}
		
h1.whatis 	{ 
		font-size: 16px; 
		color: #000000; 
		font-family: Arial; 
	}
	h2 	{ 
		font-size: 16px; 
		color: #808080; 
		font-family: Arial 
	}
	h3 	{ 
		font-size: 10px; 
		color: #FF0000; 
		font-family: Arial 
	}
	
h4	{
		font-size: 10px; 
		color: #FF0000; 
		font-family: Arial ;
		font-weight: bold;
	}
	A 	{ 
		color:#000000; 
		text-decoration:none; 
	}
	
A.grey 	{ 
		color:#808080; 
		text-decoration:none; 
	}
	A:Visited { 
		color:#000000 
	}

A:Visited.grey { 
		color:#808080 
	}
		A:Active { 
		color:#000000 
	}
	A:Hover { 
		color:#000000;
		text-decoration:underline; 
	}
	tr.gold { 
		font-size: 11px; 
		background-color: #FFD700; 
		font-family: Arial;
	}
	
tr.goldlist { 
		font-size: 10px; 
		background-color: #FFD700; 
		font-family: Arial;
	}
	
tr.list { 
		font-size: 10px; 
		color: #000000;
		background-color: #FFFFFF; 
		font-family: Arial;
	}
	
tr.greylist { 
		font-size: 10px; 
		color: #808080; 
		background-color: #FFFFFF;
		font-family: Arial;
	}

#navigation {		position:absolute;		left:450px;
		top: 50px;
		width: 300px;
		z-index:3;
		background: #FFFFFF;
	}
	
#list {		position:absolute;		left:30px;
		top: 350px;
		width: 150px;
		z-index:4;
		background: #FFFFFF;
	}
	
#information {		position:absolute;		left:230px;
		top: 350px;
		width: 570px;
		height: 100px;
		z-index:5;
		background: #FFFFFF;
	}
	
div.img {		border: 0px solid #ffffff;		height: 120px;		width: 110px;		float: right;		text-align: center;	}	
div.img img {		border: 0px;
		display: inline;	}
	
/*	Mini-timetable class	*/

table.schedule{
		width:100%;
		font-size: 10px; 
		color: #000000; 
		font-family: Arial;
/*		cellpadding:0;*/
/*		cellspacing:10;*/
		border-style:none;
		border-width:0px;
		margin-top:5px;
		margin-left:0px;
		
		}

table.schedule caption{
		text-align:left;
		font-weight:bold;
	}

table.schedule th{
	font-weight:bold;
	}

table.schedule td{
	margin: 0 0 0 0;
}
