body {
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	background-color:#6C6C6C;
	text-align:center;
	color:#555;
	line-height:18px;
}

body.BareWindow {
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	background-color:#ffffff;
	text-align:center;
	color:#555;
	line-height:18px;
	background-image:none;
}

sup { line-height:9px; font-size:9px; padding-left:3px; }

small { font-size:10px; }

a, a:link, a:visited { color:#55F; text-decoration:none; }
a:hover { text-decoration:underline; }

h1 {
	font-family:trebuchet,helvetica,sans-serif;
	font-size:22px; 
	font-weight:normal;
	color:#77916C; 
	margin:0px 0px 20px 0px;
}

h3 {
	font-size:13px;
	font-weight:bold;
	color:#555;
}

/* Page area layout */
div.PageArea {
	margin:0 auto;
	width:770px;
	text-align:left;
	background-color:white;
	border:1px white solid;
}

/* Page content area layout */
div.ContentArea { 
	padding:10px 10px 20px 10px; 
	background-color:white; 
	min-height:400px;
}

/* Footer content area layout */
div.FooterArea {
	margin:0 auto;
	width:770px;
	text-align:center;
	padding-top:10px;
	color:#DDDDDD;
	font-size:11px;
	font-family:arial,helvetica,sans-serif;
}

/* Footer content are links */
a.FooterArea, a:link.FooterArea, a:visited.FooterArea, a:active.FooterArea { color:#DDDDDD; }
a:hover.FooterArea { text-decoration:underline; }

span.highlight { background-color:yellow; color:black; }
