body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 85%;
	background-color: #fff;
	}	
table#calendar {
	font-size: 80%; 
	border: 1px solid #cccccc; 
	border-collapse: collapse;
	width: 90%;
	}
table#calendar td, table#calendar th {
	vertical-align: top; 
	padding: 2px 6px; 
	border: 1px solid cccccc;
	}
table#calendar th {
	background-color: #369;
	}
table#brief {
	font-size: 90%; 
	border: 1px solid cccccc; 
	border-collapse: collapse;
	width: 60%;
	}
table#brief td, table#brief th {
	vertical-align: top; 
	padding: 6px; 
	border: 1px solid cccccc;
	line-height: 140%;
	}
table#brief th {
	background-color: #369;
	}
a:hover {
	color: #C36;
	}
a.link {
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	color: #06C;
	}
a.link:visited {
	color: #06C;
	}
a.link:hover {
	text-decoration: underline;
	color: #C36;
	}
input.bbutton {
	background-color: #369;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: white;
 }
input.rbutton {
	background-color: #C39;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: white;
 }
select {
 font-size: 90%;
	font-family: Verdana, Arial, sans-serif;
	}
textarea	{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 90%;
 }
input	{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 90%;
 }
.time {
	color: #800;
	font-weight: bold;
	}
.notcurmonth {
	background-color: #eee;
	}
.curmonth {
	background-color: #fff;
	}
.atable {
	font-size: 90%;
	}
#login {
	text-align: center;
	width: 300px;
	border: 1px solid #cccccc;
	background-color: #eff3ff;
	margin: 0 auto;
	}