@charset "utf-8";
/* CSS Document */

.style1 {color: #FFFFFF}
.style2 {	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.style4 {font-size: 14px}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-image: url(img/bg.png);
}
a:link {
	color:  #3A479A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3A479A;
}
a:hover {
	text-decoration: underline;
	color:  #CCD9F9;
}
a:active {
	text-decoration: none;
	color: #CCD9F9;
}

.scheduleheadertext {
	color: #FFFFFF;
	font-weight: bold;
}
.schedulebodytext {color: #3A479A}

.schedulebody { background-color: #CCD9F9}
.schedulehead { background-color: #3A479A}

.EventsBoxText {color: #FFFFFF}
.EventsBorder {border-color: #3A479A}
.EventsWindow {background-color: #3A479A}

.BoxHead {color:#FFF;
text-align:center;
	font-weight: bold;
	}