body, html {
	margin:0;
	padding:0;
	width:100%;
}

body, td {
	font-family: tahoma, arial;
	font-size: 9pt;
	line-height: 1.5;
}

body {
	background-color:#ffffff;
}

.title {
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
}

.leftNav {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #1f60a9;
}

.calendarText {
	border:solid 1px #e5f4ba;
	width:82px;
	height:82px;
}

.calendarDatebox {
	border:solid 1px yellow;
	background-color: #e5f4ba;
	width:82px;
	height:82px;
}

a {
	color: #1f60a9;
}