body {
	font-family: Helvetica, Arial, sans-serif;
	background: url(/img/bgs.gif);
	background-repeat: repeat-y;
}
#cal {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	padding: 0;
	border-collapse: collapse;
}
#cal td {
	vertical-align: top;
	padding: 3px;
	border: #888 1px solid;
}
#cal th {
	background-color: #cfc;
	padding: 3px;
	border: #888 1px solid;
}
#cal a {
	text-decoration: none;
}
#cal a:hover {
	text-decoration: underline;
}
#cal .today {
	background-color: #ff8;
}
#cal .hd {
	font-weight: bold;
	background-color: #ddd;
	padding-left: 3px;
}
#cal .so {
	font-weight: bold;
	background-color: #fbb;
	padding-left: 3px;
}
#cal ul {
	list-style-image: url(/img/li.gif);
	padding-left: 1.2em;
	margin: 0;
}
.puon {
	padding: 0 0 0 30px;
	font: 12px Arial,Helvetica,sans-serif;
}
.puon a {
	text-decoration: none;
	color: #000;
}
.puon a:hover {
	text-decoration: underline;
}
.puon h1 {
	display: inline;
	font: 30px bold Arial,Helvetica,sans-serif;
	float: left;
	line-height: 30px;
	margin: 0;
	padding: 0;
}
.puon img {
	display: inline;
	float: right;
	width: 205px;
	height: 39px;
	border: 0;
}
.puon hr {
	color: #6c6;
	height: 1px;
	background-color: #6c6;
	clear: both;
	border: solid 1px #6c6;
}
