body {
	margin: 0;
    margin-top: 16px;
    margin-bottom: 16px;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 70%;
	color: #304A6B;
	background-color: #fff;
	}
    
a {
	text-decoration: none;
	color: FB8C20;
	}
a:link {color: 0090DD;
	}
a:visited {color: 0090DD;
	}
a:active {color: 0090DD;
	}
a:hover {color: FB8C20;
	text-decoration: underline;
	}

.menu {
	text-decoration: none;
	color: 304A6B;
	}
A.menu:link {color: 304A6B;
	}
a.menu:visited {color: 304A6B;
	}
a.menu:hover {color: 304A6B;
	}
a.menu:visited:hover {color: FB8C20;
	text-decoration: underline;
	}

.highlight {color: FB8C20;
    }
    
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.3em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p, span, font {
	font-size: 1.0em;
	line-height: 1.3em;
	margin: 1.2em 0em 1.2em 0em;
	}
table {
	font-size: 1.0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}

    
.input {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #304A6B; text-decoration: none;}
A.input:link {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration: none; color: #304A6B;}
A.input:visited {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration: none; color: #304A6B;}
A.input:hover {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration: none; color: #FB8C20;}
A.input:visited:hover {font-family : Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration: none; color: #FB8C20;}
   