body {
	margin: 0;
	padding: 0;
}

BODY, TD, .NormalText {
	font-family: Georgia, "Times New Roman", serif; 
	font-size: 18px;
	color: #ffffff;
}

A, A:visited, A:link {
	color: white;
	text-decoration: underline;
}

A:hover {
	text-decoration: none;
}

UL,OL {
	margin-top: 0px;
	margin-bottom: 0px;
}

table {
	border-collapse: collapse;
	margin: 0;
}

/*--- Custom Styles ---*/

.PageTitle {
	font-size: 36px;
	font-weight: bold;
}

.LargeText {
	font-size: 21px;
}

.SmallText {
	font-size: 16px;
}

/*--- Table Styles ---*/

table.tblCalendar td {
	padding: 5px;
	font-size: 14px;
}

table.tblCalendar, table.tblCalendar td {
	border-collapse: collapse;
	border: 1px solid #ffffff;
}