
/* === FONT STYLES ============================================ */

a:link { color: #039; text-decoration: underline;}
a:visited { color: #039; text-decoration: underline;}
a:hover { color: #0a7;text-decoration: underline;}
a:active { color: #f00;}

h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote {
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content h1 {			/* use only on the tops of pages for page titles */
font-size: 22px;
font-weight: bold;
color: #336666;
margin-top: 0;
}

/* Filter for IE Win only \*/
* html #content h1 { margin-top: 0.7em; }
/* End */

#content h1 a.h1color { color: #36c; }
#content h1 a:hover.h1color { color: #0a7; }

#content h2 {			/* use for main divisions in the middle of pages */
font-size: 18px;
font-weight: bold;
color: #039;
}

#content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #336666;
	margin-top: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #576C37;
}


#content h5 { 			/* use for minor headings above paragraphs */
font-size: 12px; 
font-weight: bold; 
color: #003;
margin-top: 0.5em;
margin-bottom: -0.5em;
}

#content h6 { 			/* use for headings on top of lists */
font-size: 12px; 
font-weight: bold; 
color: #003;
margin-top: 0.5em;
margin-bottom: -0.2em;
}

#content p {
font-size: 12px;
line-height: 1.6em;
color: #000;
}

#content blockquote { 
font-size: 11px; 
color: #000; 
line-height: 1.2em;
}

#content ul, #content ol { 
font-size: 12px;
color: #000;
line-height: 1.5em; 
margin-top: 1em; 
margin-bottom: 1.5em;
}

#content ul { list-style-type: square; }
#content li { padding-bottom: 0.5em; } /* puts more space between items */

/* shrinks space around nested lists */
#content ul ul, 
#content ol ol { 
margin-top: 0.3em; 
margin-bottom: 0; 
}

#content ul ul { list-style-type: circle; }

#content td {  	/* default text style for table cells */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
}
#small td {  	/* default text style for table cells */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #000;
}


/* ============================================================= */

