body {
	background-color: #FCFDF5;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	text-align: center;
}
div.main {
	position: relative;
	width: 550px;
	margin: 25px auto 25px auto;
}
div.mainthin {
	position: relative;
	width: 400px;
	margin: 25px auto 25px auto;
}
div.buttons {
	position:relative;
	width: 480px;
}
div.info {
	position: relative;
	padding-bottom: 25px;
}
div.buttons ul {
	display: inline;
	list-style: none;
}
div.buttons ul li {
	float: left;
	padding-left: 0.2em;
	padding-right: 0.2em;
}
table.diary th {
	font-size: x-small;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
	width: 25%;
}
table.diary th p {
	text-align: right;
	padding-right: 10px;
}
table.diary td {
	font-size: x-small;
	text-align: justify;
	padding-bottom: 20px;
	padding-right: 40px;
	vertical-align: top;
}
table.committee th {
	font-size: x-small;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
	width: 15%;
}
table.committee {
	width: 100%;
}
table.committee th p {
	text-align: left;
}
table.committee td {
	font-size: x-small;
	text-align: justify;
	padding-bottom: 20px;
	padding-right: 10px;
	vertical-align: top;
}
h1, h2 {
	font-size: small;
	font-weight: bold;
}
h3, h4, h5, h6 {
	font-size: x-small;
	font-weight: bold;
	text-align: justfy;
}
img {
	border: none;
}
p, ol, ul {
	font-size: x-small;
	text-align: justify;
}
.mini {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: xx-small;
	text-align: center;
}
a:link {
	color: #336600; 
	text-decoration: none
}
a:visited {
	color: #336600; 
	text-decoration: none
}
a:hover {
	color: #CCCC33; 
	text-decoration: underline
}
a:active {
	color: #CCCC33; 
	text-decoration: underline
}