#content a {
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
	color: #0047b3;
	}
#content a:link {
	color: #0047b3;
	}
#content a:visited {
	color: #0047b3;
	}
#content a:active {
	color: #0047b3;
	}
#content a:hover {
	color: #ff6600;
	text-decoration: none;
	}
#content h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.5em;
	line-height: 20px;
	color: #0047b3;
	text-transform: uppercase;
	}
#content h2 {
	font-size: 1.3em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
#content h3 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
#content h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
#content h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
#content h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
#content img {
	/*border: 4px solid #aaa;*/
	/*margin: 10px;*/
	}
#content ol, #content ul, #content li {/*
	list-style: none;*/
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
#content p {
	font-size: 0.9em;
	margin: 0.75em 0em 0em 0em;
	text-align: justify;
	}
#content strong, #content b {
	font-weight: bold;
	}
