body {
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	background-color : #FFFFFF;
	text-align : center;
}

table {
    border-collapse: collapse;
}

th, td {
    padding: 0;
}

a{
	color : #0000FF;
	text-decoration : none;
}

a img{
	border : none;
}

.MainTable{
	height : 100%;
	width : 1000px;
	margin-left : auto;
	margin-right : auto;
}

.Banner{
	vertical-align : top;
	height : 160px;
}

.ButtonsRow{
	vertical-align : middle;
	text-align : center;
	height : 40px;
}

.ButtonTable{
	height : 25px;
	margin-left : auto;
	margin-right : auto;
}

.Button{
	width : 103px;
	text-align : center;
	background-image : url('../Images/button_bkg.jpg');
	color : #e57917;
	font-size : smaller;
	font-weight : bolder;
}

.Button a{
	text-decoration : none;
	color : #e57917;
}

.Button a:hover{
	text-decoration : underline;
	color : #fff402;
}

.MainContent{
	text-align : left;
	vertical-align : top;
	padding : 0px 0px 5px 0px;
}

.MainContentTable{
	width : 100%;
	height : 100%;
}

.MCText{
	text-align : left;
	vertical-align : top;
	width : 100%;
	height : 100%;
	font-size : smaller;
	border-bottom-color : #a22729;
	border-bottom-width : 2px;
	border-bottom-style : solid;
	border-top-color : #b05d2b;
	border-top-style : solid;
	border-top-width : 2px;
	padding : 10px 10px 10px 10px;
}

.ScheduleTable{
	width : 100%;
	margin-left : auto;
	margin-right : auto;
	border-collapse : collapse;
	margin : 0;
	padding : 0;
}

.ScheduleTable TD{
	border : 1px;
	border-style : solid;
	border-color : #000000;
}

.ScheduleTable DIV{
	margin : 3px;
}