body, html {
	margin: 0;
	padding: 0;
	background: #ffffff url('/img/fade-top.png') repeat-x top center;
}

a, a:visited {
	color: #bf0000;
	text-decoration: none;
}
a:hover {
	color: #6999cb;
	text-decoration: underline;
}

#frame_menu {
	width: 120px;
	padding-right: 10px;
	font-size: 10pt;
	vertical-align: top;
	text-align: left;
}
#frame_menu a {
	display: block;
	padding: 3px;
	font-weight: bold;
	border-width: 1px 0 1px 0;
	border-color: #fff;
	border-style: solid;
}
#frame_menu a:hover {
	border-color: #6999cb;
	text-decoration: none;
}
.frame_menu_sep {
	border-bottom: 1px dotted #ddd;
	height: 2px;
	margin: 4px 0 4px 0;
}

#frame_header {
	font-family: serif;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	padding: 0px;
	color: #b09e39;
	text-align: center;
}

#frame_footer {
	clear: both;
	font-size: 8pt;
	text-align: center;
	font-family: sans;
	margin: 15px;
	color: #6999cb;
}
#frame_sugar {
	font-size: 8pt;
	text-align: center;
}
#frame_sugar a {
	color: #c00;
}

#frame_main {
	font-size: 12pt;
	margin: 5px auto 10px auto;
	width: 950px;
}

#frame_content {
	vertical-align: top;
	text-align: left;
}

#frame_title {
	font-weight: bold;
	font-size: 14pt;
	font-family: sans;
	font-style: italic;
	color: #5989bb;
	border-bottom: #6999cb dotted 1px;
}
