/* main body display */
body {
	color: #000000;
	/*background-color: #999999;*/
	background-color: #CCCC99;
	font-size: 10pt;
	font-family: Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: none;
	}
p {
	font-size: 10pt;
	margin: 10px 0px;
	}
table {
	font-size: 10pt;
	border: none;
	}
img {
	border: none;
	}

/* links */
a {
	color: #000000;
	text-decoration: none;
	}
a:active,
a:hover,
a:focus {
	color: #666666;
	text-decoration: none;
	}

/* page structure */
.box {
	margin: 20px auto;
	padding: 10px 20px;
	background-color: #FFFFFF;
	max-width: 800px;
	border: #666666 1px solid;
	/*box-shadow: 3px 3px 4px #666666;
	-moz-box-shadow: 3px 3px 4px #666666;
	-webkit-box-shadow: 3px 3px 4px #666666;*/
	box-shadow: 3px 3px 4px #999966;
	-moz-box-shadow: 3px 3px 4px #999966;
	-webkit-box-shadow: 3px 3px 4px #999966;
	}
.content {
	}
div.header {
	font-weight: normal;
	}
div.header p {
	margin: 0px;
	font-size: 14pt;
	font-weight: normal;
	}
div.footer {
	clear: both;
	color: #666666;
	text-align: right;
	}
div.footer p {
	margin: 0px;
	color: #666666;
	font-size: 8pt;
	text-align: right;
	}
div.footer span.footer {
	margin-left: 10px;
	margin-right: 10px;
	}
div.footer img {
	vertical-align: middle;
	}
div.footer a {
	color: #666666;
	}
div.header p.nav {
	border-top: #666666 1px solid;
	margin-top: 5px;
	padding-top: 5px;
	color: #333333;
	font-size: 10pt;
	}
p.nav a {
	color: #333333;
	}
p.nav a:active,
p.nav a:hover,
p.nav a:focus {
	color: #666666;
	}
p.nav span.page-nav {
	}
p.nav span.current-page-nav {
	color: #000000;
	font-weight: bold;
	}

/* misc. */
p.section-heading {
	font-size: 14pt;
	}
p.section-subheading {
	margin-top: 30px;
	font-size: 11pt;
	font-weight: bold;
	}
p.indented-list {
	margin: 0px;
	margin-left: 25px;
	}
p.error {
	text-align: center;
	font-weight: bold;
	color: #990000;
	}
span.more-link {
	font-size: 8pt;
	white-space: nowrap;
	}
span.copyright {
	white-space: nowrap;
	}

