body {
	background: #FFFFFF;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
}
.calendar {
	height: 150px;
	width: 215px;
	position: relative;
	display: block;
	padding: 25px 30px 0px 0px;
	text-align: right;
	overflow: hidden;
	background: #FFFFFF;
}
.calendar .header {
	position: relative;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #ff063b;
	padding: 0px;
	height: auto;
	width: 245px;
	text-align: center;
	line-height: normal;
	margin-bottom: 20px;
}
.calendar .arrownextpos {
	position: absolute;
	right: 30px;
	top: 25px;
}
.calendar .arrownextpos a:hover.arrownext {
	background: url(../images/arrownext.gif) no-repeat 0px -14px;
}
.calendar .arrowprevpos {
	position: absolute;
	left: 30px;
	top: 25px;
}
.calendar .arrowprevpos a:hover.arrowprev {
	background: url(../images/arrowprev.gif) no-repeat 0px -14px;
}
.calendar table {
	float: right;
}
.calendar td {
	width: 28px;
	font-size: 10px;
	font-weight: bold;
	color: #24343B;
	text-align: right;
	line-height: 15px;
}
.calendar td.tint {
	color: #A7AEB1;
}
.calendar a:link,
.calendar a:visited {
	color: #E2001A;
	text-decoration: none;
}
.calendar a:hover {
	color: #99CC33;
	text-decoration: underline;
}
