BODY {
	background-color : #FAFCFE;
	color : black;
	font-family : font: 11px/1.4em arial, sans-serif;
	font-size: 10px;
	text-align: left;
	margin-top: 0;
	margin-left: 0;
}

TABLE.contents{
    border : none;
	
	padding: 0;
	text-align: left;
}

TABLE.month{
	padding: 3px;
	width: 100%;
	word-spacing: 1;
}

TR.month{
    border-color : black;
	border: 1px;
	padding: 3px;
	width: 100%;
	word-spacing: 1;
	background-color : #B6E1FA;
	
}

H3.smallheader{
	font-style :normal;
	font-weight : normal;
	font-size: 12px;
	text-align: center;
}

H3.mediumheader{
	font-style :normal;
	font-weight : normal;
	font-size: 18px;
	text-align: center;
}

H3.largeheader{
	background-color:#EBF6FC;
	font-weight : bold;
	font-size: 28px;
	text-align: center;
}

TD.smallheader {
	background-color:#B6E1FA;
	vertical-align : top;
	height : 28px;
	font-style :normal;
	font-weight : normal;
	font-size: 16px;
	text-align: center;
}

TD.monthheader {
	background-color:#B6E1FA;
	vertical-align : middle;
	height : 28px;
	font-weight : normal;;
	font-size: 26px;
	text-align: center;
	padding-bottom : 5px;
	/*border : 1px dotted Black;*/
}

TD.day {
	background-color:#EBF6FC;
	vertical-align : top;
	height : 28px;
	font-weight : normal;;
	font-size: 26px;
	text-align: center;
	width : 82px;
	height : 70px;
	border : 1px none;
}
TD.dayp {
	background-color:white;
	vertical-align : middle;
	height : 32px;
	font-weight : normal;;
	font-size: 20px;
	text-align: center;
}

TD.dayp_small {
	background-color:white;
	vertical-align : middle;
	height : 32px;
	font-weight : normal;;
	font-size: 20px;
	text-align: left;
}



TD.daypast {
	background-color: #BEE2FC;
	vertical-align : top;
	height : 28px;
	font-weight : normal;;
	font-size: 26px;
	text-align: center;
	width : 90px;
	height : 70px;
}

TD.emptywhite {
	background-color:#FFFFFF;
	vertical-align : top;
	width : 90px;
	height : 70px;
}

TD.dateblue {
	background-color:#EBF6FC;
	vertical-align : top;
	width : 90px;
	height : 70px;
}

a {
	text-decoration: underline;
	color: Blue;
}

a.footer {
	text-decoration: none;
	font-size : medium;
	color: Blue;
}

a.footersmall {
	text-decoration: none;
	font-size : x-small;
	font-weight : bold;
	color: Blue;
}

a.smallgrey {
	text-decoration: none;
	font-size : xx-small;
	font-weight : bold;
	color: Grey;
}

a:hover {
	color: #f4f4f4;
	background: #3399cc;
}

.footer {
	font-size : xx-small;
}


a.validate {
	text-decoration: underline;
	color: #aaaaaa;
}

a.validate:hover {
	text-decoration: none;
	color: #aaaaaa;
	background: none;
}


H2 {
	font-size: 14pt;
	color: #000000;
}

H3 {
	font-size: 13pt;
	color: #000000;
}

H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : navy;
	}

HR {
	color: navy;
	height: 1pt;
}
