body {
	cursor: default; 
	margin: 0; 
	padding: 0; 
	background-color: white; 
	background-image: url(images/bg5.gif)
	}

caption {
	background: #7daf83; 
	color: white; 
	margin: 0px auto;
	padding: 10px 5px; 
	text-align: right; 
	font: 1.5em Garamond, Georgia, serif;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	font-weight: bold;
	}

p {
	margin: 0;
	}

a:link {color: #339966; text-decoration: none}
a:visited {color: #339966; text-decoration: none}
a:hover {color: #339966; text-decoration: underline}
a:active {color: #339966; text-decoration: none}

table {
	border-bottom: 3px solid #7daf83; 
	border-right: 1px solid gray; 
	margin: 0 auto;
	width: 770px;
	}

td {
	border-left: 1px solid gray; 
	border-top: 1px solid gray; 
	font-family: Verdana, sans-serif;
	padding: 0 2px; 
	vertical-align: top; 
	width: 110px;
	}

tr.day {
	background: #ffffff; 
	color: #336666; 
	font-size: .6em; 
	height: 90px;
	}

tr.number {
	background: #eee; 
	color: #336666; 
	font-size: .7em; 
	height: 15px; 
	text-align: right; 
	vertical-align: middle;
	}

.week {
	background: #bdd2d2; 
	color: #336666; 
	font-size: .7em; 
	height: 15px; 
	text-align: center; 
	vertical-align: middle;
	}

.events {
	list-style-type: none;
	margin: 2px 2px 5px 2px;
	padding: 0;
	}

.events li {
	margin-bottom: 3px;
	}

.events li strong {
	margin-right: 5px;
	}

.cal_foot {
	text-align: center;
	background: white url(images/bg5.gif);
	font-variant: small-caps;  
	}

.cal_foot a {
	font-weight: bold; 
	color: #336666;
	}