body {
margin:0; 
font-family:Arial, Helvetica, sans-serif; 
font-size:9px;
}

#slider {
width:200px;
}

.menuheader {
width:180px; 
border:2px solid #9ac1c9; 
padding:8px; font-size:10px; 
font-weight:bold; 
margin-top:5px; 
cursor:pointer; 
background: url(/menu/images/button.jpg);
}

.menuheader:hover {
background: url(/menu/images/button.jpg) 0 -31px;
}

.content {
overflow:hidden;
}

.text {
width:176px; 
border:2px solid #9ac1c9; 
border-top:none; 
padding:10px;
}

.scheduleTitle {
	font-family:Arial, Verdana, Tahoma; 
	font-size: 10px;
	font-weight: bold;
}

.scheduleContent {
	font-family:Arial, Verdana, Tahoma; 
	font-size: 10px;
}

 a.nav:link { 
 font-size: 10px;
 text-decoration: none; 
 color: #8B3A3A;
} 
 
 a.nav:visited {
font-size: 10px;
text-decoration: none; 
color: #999999;
} 

 a.nav:hover {
font-size: 10px; 
text-decoration: underline; 
color: #8B3A3A;
} 
 a.nav:active {
font-size: 10px; 
text-decoration: none; 
color: #FF0000;
} 
 