body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.mini_cal_box {
	padding: 0px;
	margin: 1px;
	width: 147px;
	border: 1px Solid #005294;
}
.mini_header_month {
	background: #EAC8B5;
	font-weight: bold;
	font-size: 10px;
	color: #3D4926;
	text-align: center;
	width: 100%;
	padding: 2px;	
}
.mini_header_day {
	background: #BF8660;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	width: 17px;
	padding: 2px;
}
.mini_day_box {
	text-align: center;
	width: 17px;
	padding: 2px;
	font-size: 10px;
}
.mini_tday_inact {
	background: #BF8660;
	color: #FFFFFF;
}
.mini_tday_act a:link, .mini_tday_act a:visited, .mini_tday_act a:active, .mini_tday_act a:hover {
	background: #BF8660;
	color: #FFFFFF;
	text-decoration: underline;
}
.mini_mday_inact {
	color: #BF8660;
}
.mini_mday_act a:link, .mini_mday_act a:visited, .mini_mday_act a:active, .mini_mday_act a:hover {
	color: #BF8660;
	text-decoration: underline;
}
.mini_oday_inact {
	color: #DDDDDD;
}
.mini_oday_act a:link, .mini_oday_act a:visited, .mini_oday_act a:active, .mini_otday_act a:hover {
	color: #DDDDDD;
	text-decoration: underline;
}






.full_cal_box {
	padding: 0px;
	margin: 1px;
	width: 483px;
	border: 1px Solid #005294;
}
.full_header_month {
	background: #84ADCE;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	padding: 4px;	
}

.full_header_day {
	background: #005294;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	width: 69px;
	padding: 2px;
}


.full_day_box {
	text-align: left;
	width: 69px;
	height: 75px;
	padding: 2px;
	font-size: 14px;
	border-right: 1px Solid #DDDDDD;
	border-bottom: 1px Solid #DDDDDD;	
}


.full_tday_inact {
	width: 24px;
	background: #005294;
	color: #FFFFFF;
}

.full_tday_act a:link, .full_tday_act a:visited, .full_tday_act a:active, .full_tday_act a:hover {
	width: 20px;
	background: #005294;
	color: #FFFFFF;
	text-decoration: underline;
	margin-bottom: 2px;
}
.full_mday_inact {
	color: #005294;
}
.full_mday_act a:link, .full_mday_act a:visited, .full_mday_act a:active, .full_mday_act a:hover {
	color: #005294;
	text-decoration: underline;
	margin-bottom: 2px;
}
.full_oday_inact {
	color: #DDDDDD;
}
.full_oday_act a:link, .full_oday_act a:visited, .full_oday_act a:active, .full_otday_act a:hover {
	color: #DDDDDD;
	text-decoration: underline;
	padding-bottom: 4px;
}
.full_day_events {
	padding-top: 6px;
	font-size: 7pt;
	color: #005294;
	text-decoration: none;
}
.full_day_events a:link, .full_day_events a:visited, .full_day_events a:active, .full_day_events a:hover {
	padding-top: 6px;
	font-size: 7pt;
	color: #005294;
	text-decoration: underline;
}


.footer_nav {
}