/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-image: url(images/tile.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.MainBody {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.MainMenu {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #dd0000;
	padding-right: 20px;
}

a.MainMenu:hover {
	color: #000000;		
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #DD0000;
	padding-left: 20px;
	padding-bottom: 10px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 10px;
}


h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #DD0000;
}


h4 {
	font-size: 16px;
	font-weight: bold;
	color: #DD0000;
	padding-left: 20px;
	padding-bottom: 10px;
}

.schedule {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}

a.gallery {
	color: red;
	font-weight: bold;
	border: red;
	border-bottom-width: thick;
}