body {
	margin: 0px;
	padding: 0px;
	background-color: #fff6d5;
}

a, a:visited {
	color: #437389;
	font-family: sans-serif;
	font-size: 11px;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

font.def {
	color: #000;
	font-family: sans-serif;
	font-size: 75%;
}

font.today, .times {
	color: #000;
	font-weight: bold;
	font-family: sans-serif;
}

font.today {
	text-transform: uppercase;
	font-size: 12px;
}

.times {
	color: #c89f00;
	font-size: 11px;
	margin-top: 9px;
}

.paging a, .paging a:visited
{
	color: blue;
}

.r1, .r2, .r3
{
	padding: 8px 3px 10px 8px;
	border-left: 1px solid #d7bd5c;
	border-top: 1px solid #d7bd5c;
	vertical-align: top;
}

.r1
{
	background: #ffeda6;
	width: 45px;
	font-size: 12px;
	font-weight: bold;
	font-family: sans-serif;
	text-align: right;
}

.r2
{
	font-family: sans-serif;
	font-size: 13px;
}

.r3 a, .r4 a
{
	font-size: 10px;
}

.r3
{
	padding-right: 10px;
	text-align: center;
	width: 60px;
}

.r3 img, .r4 img
{
	margin-bottom: 2px;
}

.month
{
	border-bottom: 1px solid #d7bd5c;
	text-align:center;
	height: 23px;
	background: #ffd945;
	font-family: sans-serif;
	font-size: 13px;
}

.days td
{
	padding-left: 4px;
	text-align: center;
	width: 17px;
	font-size: 12px;
	line-height: 18px;
	font-family: sans-serif;
}

.on
{
	background: url(../img/day_on.gif) no-repeat;
	background-position: center center;	
}

.on a, on a:visited
{
	text-decoration: none;
	color: #000;
}

.on a:hover
{
	text-decoration: underline;
	color: #000;
}

.d
{
	width: 22px;
	height: 18px;
	font-size: 12px;
	font-family: sans-serif;
/*	float: left;*/
}