BODY {
}
P {
 font-size : 12px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #000000;
 text-align : left;
 padding-left : 10;
 padding-right : 10;
}

P.center {
 font-size : 12px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #000000;
 text-align : center;
 line-height : 16px;
}
P.checkThis {
 font-size : 12px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #000000;
 text-align : left;
 padding-left : 10;
 padding-right : 10;
}
P.large {
 font-size : 15px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : normal,italic;
 color : #000000;
 text-align : left;
 padding-left : 10;
 padding-right : 10;
 line-height : 24px;
}
P.centerMedium {
 font-size : 14px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal;
 font-style : normal,bold,italic;
 color : #000000;
 text-align : center;

}
P.sub {
 font-size : 11px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #000000;
 text-align : left;
 padding-left : 10;
 padding-right : 10;
}
P.right {
 font-size : 12px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #000000;
 text-align : right;
 padding-right : 25;
}

H3 {
	font-size : 12pt;
	font-family : arial, helvetica, Sans-Serif;
	font-weight : bold;
	font-style : normal;
	color : #000000;
	text-align : center;
}
H4 {
	font-size : 12pt;
	font-family : arial, helvetica, Sans-Serif;
	font-weight : bold;
	font-style : normal;
	color : #FFCC99;
	text-align : center;
	line-height: normal;
	background-color: #990000;
	position: static;
	height: auto;
	width: auto;
}
H3.left {
 font-size : 12pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : normal;
 color : #000000;
 text-align : left;
 padding-left : 10;
 padding-right : 10;
}
H4.left {
 font-size : 11pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : normal;
 color : #000000;
 text-align : left;
 padding-left : 10;
 padding-right : 10;
}
UL {
 font-size : 11px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #000000;
 text-align : left;
}
A {
 color: #D7002C;
 text-decoration : none;
}

A:link {
 color: #D7002C;
 text-decoration :  none;
}
A:hover {
 color : #666666;
 text-decoration : underline;
}




table.calendar {
 border-collapse: collapse;
 border: 2px solid black;
 width: 525px;
}

td.caldayhead {
 border: 1px solid black;
 width: 75px;
 height: 20px;
 vertical-align: top;
 border-bottom: 2px solid black;
}

td.calday {
 border: 1px solid black;
 width: 75px;
 height: 75px;
 vertical-align: top;
}

p.caldaynum {
 text-align: left;
 padding: 2px;
}

div.caltitle {
 font-size: 18px;
 font-weight: bold;
 padding: 5px;
}