body   {
	width: 800px;		
	font-family: "Arial Narrow";
	font-size: 11pt;
	margin: 0 auto;	
	/*position: absolute;*/
}

a {text-decoration:none;    }
a:hover {
	color: #996600;
	font-weight: bold;
	}
	
#calendar td {
	padding-left: 4px;
	width: 33%;
	vertical-align: top;
	border-right-style:solid;
	border-right-width: 1px;
		
}

.largeGreenTxt {
	font-family: "Comic Sans MS";
	font-size: large;
	color: 008000;
}
.GreenText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #008000;
}
.smallGreenTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	color: Green;
}
.largeRedTxt {
	font-family: "Comic Sans MS";
	font-size: large;
	color: red;
}
.RedText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #CC0000;
}
.smallRedTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	color: #CC0000;
}

.smallTxt {
	font-family: "Comic Sans MS";
	font-size: 9pt;
}
.largeTxt {
	font-family: "Comic Sans MS";
	font-size: 16pt;
}
.boldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 900;
}
.calendarTxt  {
	font-family: Trebuchet MS;
}
.footerTxt   {
	font-family: Arial;
	font-size: 9pt;
	}
#HomeWrapper li {
	line-height: 1.1em;
}
