#editorBODY {
	background-color: white;
	background-image: none;
	font-family: Tahoma, Verdana, Arial, sans;
	font-size: 11px;
	text-align: justify;
	padding: 0px;
}

#editorBODY ul {
	list-style-position: inside;
	margin: 0 0 0 15px;
	padding: 0;
}

#editorBODY li {
	margin: 0 0 0 15px;
	padding: 0;
}

.quote {
	font-style: italic;
}

h1 {
	color: #003A73;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 140%;
	margin: 0 0 5px 0;
}
	h1 a {
		text-decoration: none;
	}

h2 {
	font-size: 1.1em;
	color: #003A73;
	font-weight: bold;
	/*text-transform: uppercase;*/
	line-height: 1.3em;
	margin: 0 0 3px 0;
}

h3 {
	color: #FFA100;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0em;
}

a {				
	text-decoration: underline;
	color: #003A73; 
}
a:hover {	
	color: #FFA100;
}
	h2 a {
		color: #003A73;
		text-decoration: none
	}
	h2 a:hover {
		color: #003A73;
		text-decoration: underline
	}

p, form {
	margin: 0em;
}
