H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #B72B00;
	text-align: center;
}
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #B72B00;
	text-align: center;
}
body,p,div,span,ol,ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #B72B00;
	background-color: #FFEEDD;
}

.calendarNumbers
{
	font-size: 10px;
	color: #000000;
}
.calendarMonths
{
	font-size: 12px;
	color: #000000;
	text-align: center;
}

/* standard links */
a:link
{
	font-family: arial,'century gothic',sans-serif;
    color: #099509;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

a:visited
{
	font-family: arial,'century gothic',sans-serif;
    color: #099509;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    font-family: arial,'century gothic',sans-serif;
    color: #099509;
    font-size: 12px;
    text-decoration: underline;
    font-weight: bold;
}

.current
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/* styles for the navigation links */

a.nav:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B72B00;
	text-decoration: none;
	font-weight: bold;
}

a.nav:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
    color: #B72B00;
	text-decoration: none;
    font-weight: bold;
}

a.nav:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
    color: #B72B00;
	text-decoration: underline;
    /* background: #CCCCCC; */
    font-weight: bold;
}
