
body, p, td, div, li
{
	font: 10pt 'Verdana';
}

p
{
	margin: 6pt 0;
}

h1
{
	margin-top: 12pt;
	color: sienna;
	font-size: 12pt;
	font-weight: bold;
}

h2
{
	margin-top: 18pt;
	margin-bottom: 6pt;
	color: sienna;
	font-size: 10pt;
	text-transform: uppercase;
}

h3
{
	font-size: 10pt;
	text-transform: uppercase;
}

.mnubtn
{
	background-color: #d0d0d0;
	border: 1px solid #404040;
	width: 80pt;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	padding: 2pt;
}

a
{
	text-decoration: none;
	color: brown;
}

a:hover
{
	color: #800000;
	text-decoration: underline;
}

a.ml,a:hover.ml
{
	color: white;
	text-decoration: none;
}


div.blip
{
	border: 1px solid #D2D2AB;
	background-color: #EEEEBE;
	margin-bottom: 10pt;
}

div.blipTitle
{
	background-color: #900000;
	text-transform: uppercase;
	color: white;
	padding: 1pt 4pt;
	font-weight: bold;
}

div.blipBody
{
	padding: 4pt;
}

div.thumb
{
	display: inline;
	width: 200px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
}

table.list th
{
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	border-bottom: 4px solid silver;
}

table.list td
{
	border-bottom: 1px solid silver;
}

div.pagefoot
{
	text-align: left;
	font-size: 7pt; 
	color: gray;
	border-top: 1px solid gray;
	margin-top: 60pt;
}

div.pagearea
{
	text-align: left;
	background-color: white;
}

/*
div.menubar
{
	border-top: 1px solid #d0a996;
	border-bottom: 1px solid #d0a996;
	background-color: sienna;
	color: silver; padding: 2pt 0;
}
*/

div.bodyarea
{
	text-align: left;
	padding: 12pt;
}

.menubar a
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.menubar a:hover
{
	color: yellow;
}

div.menubar
{
	background-color: #900000;
	padding-top: 3pt;
	padding-bottom: 3pt;
	color: silver;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

div.SideBoxArea
{
	float: right;
	width: 230px; 
}

div.SideBox
{
	margin-left: 10pt;
	margin-bottom: 10pt;
	border: 1px solid #900000;
	border-top: 3px solid #900000;
	border-bottom: 3px solid #900000;
	padding: 5pt;
	background-color: palegoldenrod;
}
