/* CSS Document */

body {
	background-color: #5aa166;
	background-image:  url(images/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
ul {
	line-height: 18px;
}
a:link{
	color: #50955B;
	text-decoration: underline;
}
a:visited{
	color: #50955B;
	text-decoration: underline;
}
a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color:#006600;
}
.smallTextWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.smallTextBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.whiteText{
	color: #FFFFFF;
}
.darkBackground {
	background-color: #006600;
}
.largeHeading {
	font-size: 14px;
}
.largeHeading2 {
	font-size: 18px;
	color:#FFFFFF;
	font-weight:bolder;
}
a.link01:link{
	color: #063C18;
	text-decoration: none;
}
a.link01:visited{
	color: #063C18;
	text-decoration: none;
}
a.link01:hover{
	color: #006600;
	text-decoration: underline;
	background-color: #ACDF93;
}
a.link02:link{
	color: #FFFFFF;
	text-decoration: none;
}
a.link02:visited{
	color: #FFFFFF;
	text-decoration: none;
}
a.link02:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color:#006600;
}
.table01 {
	padding-left: 15px; 
	padding-top: 5px; 
	padding-bottom: 5px;
}
.table02 {
	padding-left:32px;
}
.monthYear { background-color: #5A9B65; font-size: 18px; color:#FFFFFF;	font-weight:bolder; }
.dayOfWeek { background-color: #ACDF93; font-weight: bold }
.calendarText { background-color: #FFFFFF }
.heading1 {
	font-size: 18pt;
	color: #003300;
	font-weight: bold;
}
.heading2 {
	font-size: 12pt;
	color: #006633;
	font-weight: bold;
}
a.heading2:link {
	font-size: 12pt;
	color: #006633;
	font-weight: bold;
	text-decoration: none;
}
a.heading2:visited {
	font-size: 12pt;
	color: #006633;
	font-weight: bold;
	text-decoration: none;
}
a.heading2:hover {
	font-size: 12pt;
	color: #006633;
	font-weight: bold;
	text-decoration: underline;
}
.darkGreenText {
	color: #003300;
}

