body {
	background: #e7e7e7;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size: 12px;
	color: #333333;
}
h1, h2, h3 {
	margin: 0px;
	line-height: 120%;
}
h1 {
	font-size: 28px;
	color: #6b0302;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h1 a, h2 a, h3 a {
color: #6b0302;
}

/*Menu Styles */
#dropmenudiv{
	position:absolute;
	border:1px solid #B4B4B4;
	border-bottom-width: 0;
	line-height:15px;
	z-index:1000;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 12px;
	border-bottom: 1px solid #B4B4B4;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}
#dropmenudiv a:hover{ /*hover background color*/
	background-color: #8B8A8A;
}

.timetables td {
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
}
.timetables {
border-right: 1px solid #fff;
border-top: 1px solid #fff;
background: #e8e8e8;
}