BODY,LI,TD,P  {
    font-family : Arial;
    font-size : 10pt;
    color : #000000;
}

A,A:visited {
	color : #0d5c87;
	text-decoration: underline;
}

A:hover {
	color : #a3332c;
}

A.FOODMENU,A.FOODMENU:visited {
  font-size : 12pt;
	font-weight : bold;
}


A.MENU,A.MENU:visited {
    font-size : 15px;
    color : #CCCCCC;
		text-decoration: none;
		font-weight : bold;
}

A.MENU:hover {
    color : #FFFFFF;
		text-decoration: underline;
}

INPUT,TEXTAREA {
        color : #000000;
}

H1  {
    font-size : 20pt;
    color : #a3332c;
		font-weight : bold;
}

H2  {
    font-size : 14pt;
    color : #000000;
}

H3  {
    font-size : 12pt;
    color : #000000;
		font-weight : bold;
}

.BIGSTART {
    font-size : 14pt;
	font-weight : bold;
}

.FOOTTEXT {
  font-size : 12px;
  color: #FFFFFF;
  font-weight : bold;
}


.SIGNUPFORM {
  font-size : 10px;
  color: #000000;
}

.MONTHYEAR {
  font-size : 14pt;
}

table.CALENDAR,table.CALENDAR td {
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
}

#dhtmltooltip {
	position: absolute;
	width: 300px;
	border: 1px solid black;
	padding: 2px;
	background-color: #f7efcc;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.EVENTTITLE {
  font-size : 12pt;
	color : #a3332c;
	font-weight : bold;
}