body { color: black; background-color: white; height: 100%; min-height: 100%; padding: 0px; margin: 0px; font-family:Georgia,Trebuchet,Lucida Grande,Helvetica,Geneva,sans-serif; font-size:12pt; }
blockquote { font-family:Georgia,Trebuchet,Helvetica,Geneva,sans-serif; font-size:12pt; font-style: italic; background-color: #eeeeee; padding: 8pt; }

a[href]
{
	text-decoration: none;
}

a[href]:hover
{
	text-decoration: underline;
}

.callout
{
    float: right;
    background-color: #888899;
    color: white;
    width: 16em;
    padding: 8pt;
    margin: 4pt;
    text-align: center;
    font-style: italic;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

pre
{
	overflow: auto;
	padding: 8pt;
	font-family:monaco,courier,andale mono,courier new,monospace;
	font-size: 9pt;
	color: black;
	background-color: #eeeeee;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}


.note
{
	margin-top: 8pt;
	margin-bottom: 8pt;
	padding: 8pt;
	font-size: 10pt;
	background-color: #eeeeee;
	overflow: visible;
	min-height: 64px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.caution
{
	margin-top: 8pt;
	margin-bottom: 8pt;
	padding: 8pt;
	font-size: 10pt;
	background-color: #eeeeee;
	overflow: visible;
	min-height: 64px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.further
{
	margin-top: 8pt;
	margin-bottom: 8pt;
	padding: 8pt;
	font-size: 10pt;
	background-color: #eeeeee;
	overflow: visible;
	min-height: 64px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.navigation
{
	padding: 4pt;
	padding-right: 1em;
	min-width: 15em;
	z-index: auto;
	font-family:Georgia,Trebuchet,Helvetica,Geneva,sans-serif;
}


.navigation .inner
{
	padding-top: 0.25em;
	padding-left: 1em;
	padding-right: 1em;
	z-index: auto;
	font-family:Georgia,Trebuchet,Helvetica,Geneva,sans-serif;
	background-color: #eeeeee;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}


.contents
{
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 1em;
	z-index: auto;
}

.page
{
	padding-top: 1em;
	background-color: white;
	color: black;
}

.title
{
	padding-right: 2em;
	padding-left: 2em;
	font-family:Georgia,Trebuchet,Helvetica,Geneva,sans-serif;
}

.title .inner
{
	z-index: auto;
	text-align: left;
	font-style: normal;
	word-break: keep-all;
	font-variant: small-caps;
	font-weight: normal;
	font-size: 18pt;
}

.navigation .title .inner
{
	z-index: auto;
	text-align: left;
	font-style: normal;
	word-break: keep-all;
	font-variant: small-caps;
	font-weight: normal;
	font-size: 18pt;
	background-color: transparent;
	border-width: 0px;
}


.copyright
{
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 4pt;
	padding-top: 2em;
	text-align: center;
	z-index: auto;
	font-size: smaller;
}

.copyright .inner
{
	padding-right: 8pt;
	padding-top: 8pt;
	padding-left: 8pt;
	padding-bottom: 8pt;
	display: block;
	background-color: #eeeeee;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.page
{
	border-spacing: 0px 0px;
	z-index: auto;
}

.masthead
{
	margin-bottom: 1em;
	margin-top: 1em;
	text-align: center;
}

.footnotes
{
	padding-bottom: 1em;
	padding-top: 8pt;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	font-size: smaller;
}

.pagetitle
{
	color: white;
	font-weight: bold;
	font-size: 32pt;
	text-shadow: 2px 2px 3px #222299;
	font-family:Futura,Trebuchet,Helvetica,Geneva,sans-serif;
}

.box
{
	background-color: #eeeeee;
	border: 1px solid white;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
