body
{
	font-family: Georgia, Times, serif;
	font-size: 12px;
	background: white;
}


#banner img
{
	display: none;
}

#menu
{
	display: none;
}

#footer
{
	display: none;
}

a:link, a:visited
{
	text-decoration: underline;
}

.image_f, .image_l
{
	margin: 20px 0;
}

.image_l p, .image_f p
{
	padding: 10px 0;
	border-top: 1px solid #960;
	border-bottom: 1px solid #960;
	font-size: x-small;
}

.figbox
{
	border-top: 1px solid #066;
	border-bottom: 1px solid #066;
	padding: 15px 0;
	margin: 10px 0;
}

.figbox ul, .figbox p { font-size: smaller; }

h1, h2, h3, h4 { color: #007B8E; }
h1 { font-size: 1.8em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1em; }

.yellowbox
{
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #066;
}

#ref
{
	font-size: smaller;
	font-style: italic;
	border-top: 1px solid #EEEDD0;
	margin-top: 30px;
}

.datatable
{
	background-color: #960;
	border: 0;
	font-size: x-small;
}

#content .datatable
{
	margin-bottom: 25px;
}

.datatable td, .datatable th
{
	background-color: #FFF;
	margin: 1px;
	padding: 3px;
}

dt
{
	font-weight: bold;
	margin-top: 0.6em;
}

.note { font-size: smaller; }

