body { background: #FFFFFF; }

img {
	border-width: 0px;
}

table {
	font-family: helvetica, arial, sans-serif;
	font-size: small;
	color: #828E96;
}

a {
	color: #828E96;
	text-decoration: underline;
}

a:hover { text-decoration: none; }

.main {
	border: 1px solid #898989;
	width: 80%;
}

.banner {
	background: #E5E5E5;
	border-bottom: 1px solid #B7B7B7;
}

.top_menu_pref {
	height: 20px;
	background: #F4F4F4;
}

.menu_item {
	text-decoration: none;
	color: #828E96;
}

.menu_item:hover { text-decoration: underline; }

.bot_menu_pref {
	height: 20px;
	background: #F4F4F4;
	border-top: 1px solid #B7B7B7;
}

.menu_spacer { width: 15px; }

.left_menu {
	width: 125px;
	background: #F4F4F4;
	padding: 8px;
	border-right: 1px solid #B7B7B7;
}

.right_menu {
	padding: 8px;
	width: 474px;
	background: #FFFFFF;
}

.entry_header {
	padding-left: 15px;
	font-weight: bold;
}

.entry_date {
	font-style: oblique;
	text-align: right;
	padding-right: 30px;
}

.entry_spacer { height: 10px; }

/*.document_text { color: #5E666B; padding: 4px  }*/

.document_text { color: #000000; padding: 4px  }


