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


body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  line-height: 115%;
  padding: 0;
  margin: 0;
}
p {
	font-size: small;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	padding: 4px;
	line-height: 1.5em;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.class_whitetext {
	color: #FFF;
}
.marg8px {
	margin: 8px;
}
.pad8px {
	padding: 8px;
}
.12pxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.schedule {
	border-collapse: collapse;
	margin: 5px;
}

table.schedule th, table.schedule td {
	padding: 4px;
	border: 1px solid #000066;
}

table.schedule th {
	font-size: x-small;
	text-align: left;
	background: #241374;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3;
	padding-right: 0x;
}

table.schedule td {
	font-size: small;
	background: #e2edff url(backgrounds/td.jpg) repeat-x top;
}

