body {
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	background-color:white;
	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:20px;
	line-height:22px;
	font-weight:normal;
	color:#0E4176;
	margin:0px 0px 10px 0px;
}

h2 {
	font-family:trebuchet,helvetica,sans-serif;
	font-size:16px;
	line-height:18px;
	font-weight:normal;
	margin:0px 0px 0px 0px;
}

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

p.bullet {
	background-repeat:no-repeat;
	padding:0px 0px 0px 40px;
	background-position:top left;
}

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

/* Nav column */
td.NavigationColumn {
	width:180px;
	vertical-align:top;
	background-color:white;
	border-right:4px white solid;
}

img.LogoImage {
	border-bottom:4px white solid;
}

/* Page content area layout */
div.ContentArea {
	padding:0px;
	background-color:white;
	min-height:400px;
	vertical-align:top;
}

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

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

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