@charset "UTF-8";
/* CSS Document */
body { background:#fff url(images/f_body.jpg) repeat 0 0; }
#content { background:#fff url(images/f_cnt1.jpg) repeat-y 0 0; }
#footer { background:#fff url(images/f_ftr1.jpg) repeat-y 0 0; }
h1, h2, h3, h4, h5 { color:#696; }
.bib, .bib_a, .bib_b, .bib_c, .bib_attr { background-color:#bfb; color:#141; }
#calendar table {
	border-collapse:collapse;
}
#calendar th {
	font-size:1.2em;
	background-color:#9b9;
	color:#fff;
	font-weight:bold;
	border:#696 solid 1px;
}
#calendar td {
	vertical-align:top;
	padding:.2em;
	font-size:1.2em;
}
#calendar td strong {
	color:#696;
}
#calendar td em {
	color:#700;
	font-weight:bold;
}
#calendar .td_date {
	text-align:center;
	color:#696;
	border:#696 solid 1px;
}
#calendar .td_item {
	color:#333;
	border-bottom:#696 dotted 1px;
}
#messenger h2 {
	border-bottom: 1px dotted #696;
}
#messenger p {
	margin-left:3em;
	text-indent:-3em;
}
#messenger td p {
	margin:0;
	text-indent:0;
}
#messenger a {
	color:#696;
	text-decoration:underline;
}
#messenger a:hover {
	color:#fff;
	background-color:#696;
	text-decoration:none;
}