/* These style rules are common to all sections and pages. */

/* Initialize margins, padding, and borders to zero. */
html, body {margin: 0px; padding: 0px; border: 0px;}

body {font-family: Arial, Helvetica, sans-serif; color: #000000;}

h1 {font-size: 18px; font-weight: bold; color: #136F3A;}
h2 {font-size: 16px; font-weight: bold; color: #136F3A; margin-top: 2em; margin-bottom: -0.3em;}
h3 {font-size: 14px;	font-weight: bold; margin-bottom: -0.7em;}

p {font-size: 12px;	line-height: 18px;}
li {font-size: 12px; margin: 5px 0 5px 0;}
td {font-size: 12px;}

a:link {color: #990000;	text-decoration: underline;}
a:hover {color: #FF0000;}
a:active {color: #FFCC00;}
a:visited {color: #666666;}

a.sitemap-heading {font-size: 16px; font-weight: bold; padding: 10px 0 10px 0; text-decoration: none;}
a.sitemap-heading:link {color: #FFFFFF;}
a.sitemap-heading:hover {color: #FFFFFF; text-decoration: underline;}
a.sitemap-heading:active {color: #FFFFFF;}
a.sitemap-heading:visited {color: #FFFFFF;}

table.whiteborder {border-width: 0; border-spacing: 0; border-style: none;}
table.whiteborder th {border-width: 1px; padding: 4px; border-style: solid; border-color: white;}
table.whiteborder td {border-width: 1px; padding: 4px; border-style: solid; border-color: white;}

.small {font-size: 9px;}
.indent-xsmall {padding-left: 20px;}
.indent-small {padding-left: 40px;}
.indent-medium {padding-left: 60px;}
.indent-large {padding-left: 80px;}
.indent-xlarge {padding-left: 100px;}
