body {
	font-family:Georgia;
	color:#000000;
	background-color:#FFFFFF;
	font-size:12px;
}

table.main {
	border:0px;
	cellspacing:0px;
	cellpadding:0px;
	bgcolor:#FFFFFF;
	width:800px;
}


.button_bar {
	background: #5574b9;
	height: 114px;
	width: 100%;
}
.button {
	float: left;
	background: #5574b9;
	height: 94px;
	width: 94px;
	line-height: 94px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	padding: 10px;
}
.button:hover {
	background: #254285;
}
a:link {
	font:Georgia;
	color:#000000;
	text-decoration:none;
}

a:visited {
	font:Georgia;
	color:#000000;
	text-decoration:none;
}

a:hover {
	font:Georgia;
	color:#000000;
	text-decoration:underline;
}

blockquote {
	margin:15px;
}

td.content {
	vertical-align:top;
	text-align:left;
}

td.news_date {
	width:150px;
	height:45px;
	vertical-align:top;
}

td.news_content {
	height:45px;
	vertical-align:top;
}

.menu {
	background: #5574b9;
	color: #fff;
	line-height: 2em;
	display: none;
	position: absolute;
	padding: 10px;
	border: 1px solid #fff;
}
.menu a {
	display: block;
	color: #fff;
	padding: 2px;
}
.footer {
	background: #5574b9;
	padding: 10px;
	color: #fff;
	font-weight: bold;
}
