.ContentBox1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	border: 1px dashed #CCCCCC;
	padding: 5px 10px;

}
.TitleBox {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;

}
.MonthBox {
	background-color: #FFFFFF;
	border: 1px dashed #CCCCCC;
	font-family: tahoma;
	font-size: 11px;
	padding: 5px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #C82F2A;
}
a:active {
	text-decoration: none;
	color: #166087;
}
.Footer {
	font-family: tahoma;
	font-size: 9px;
	color:#666666;
}