/* textual styles */
#content, #content table {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #1a335b;
}
#content p {
	text-indent: 0px;
}

#content li p {
	text-indent: 0;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin: 1.0em 0 0.5em 0px;
}

#content h1 { font-size: 18px }
#content h2 { font-size: 16px }
#content h3 { font-size: 14px }
#content h4 { font-size: 12px; color: #f60; margin-top: 2em; }
#content h5 { font-size: 12px; color: #f60; margin-top: 2em; }
#content h6 { font-size: 10px; color: #f60; margin-top: 2em; }

#content em {
	font-style: italic;
	color: #f60;
}

#content a, #content a:link, #content a:visited, #content a:active, #content a:hover {
	color: #1a335b;
	text-decoration: underline;
}

#content a:hover {
	color: #f60;
/*	text-decoration: underline; */
}

