body {
	color: #0000FF;
	background-color: #66CCCC;
	margin: 0px;
	text-align: center;
}
.copytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
.TitleBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #0000FF;
}
.textBlack {
	color: #000000;
}

.Blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #0000FF;
}
.Green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #006600;
}
.BlueBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #0000FF;
}
.GreenBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #006600;
}
.Red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #660000;
}
.Whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}
.whiteTextReg {
	font-weight: bold;
	color: #FFFFFF;
}

.whiteLargeText {
	font-size: x-large;
	font-weight: bold;
	color: #FFFFFF;
}

.WhiteCenterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
.textSmall {
	font-size: xx-small;
}
.smallText {font-size: small}
.smallBold {font-size: small; font-weight: bold; }
#nextMonth {
	text-align: right;
}
#nextMonth a {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
#nextMonth a:hover {
	color: #CCCCCC;
}
#previousMonth {
	text-align: left;
}
#previousMonth a {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
#previousMonth a:hover {
	color: #CCCCCC;
}
