/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-color: #8A005E;
	background-position: 45px top;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
}
.BGstick {
	background-image: url(images/header_lower.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/shadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 880px;
}
#footer {
	font-size: 11px;
}
#footer #credits a {
	text-decoration: none;
	color: #000000;
}

#homeSchedule {	font-size: 12px;
}
#schedule td {
	font-size: 12px;
}
.purpleText {
	color: #71004F;
}
.tiny-text {
	font-size: 10px;
}

a {
	color: #000000;
}

a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
a:visited {
	color: #000000;
}

iframe{
border:0;
overflow:hidden;
}