/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #333366 url(/images/back_ground.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	color: #393939;
}
.table_borders{
	border-left : 2px solid Black;
	border-right : 2px solid Black;
	border-bottom : 2px solid Black;
}

.schedule-top{
color: Silver; 
font-size: 12px;
height : 25px;
}
.schedule-td{
color: #000; 
font-size: 12px;
}
.schedule-white{
background-color : #ffffff;
}
.schedule-silver{
background-color : #d7d7d7;
}
.twelve{
font-size: 12px;
}
.ten{
font-size: 10px;
}

.border_bottom{
border-bottom : 3px solid Gray;
padding-bottom : 5px;
}