/*These are the elements - They control specific html elements
 within the document, such as background color, link color,
 heading color, font color, style and size*/

body {
background-color: White;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt;
}
a:link {color: #6C9E34;
text-decoration: none;
}

a:visited  { color: #709638;
text-decoration: none;
 }
   
a:hover  { 
color: #AAD5FF;
text-decoration: underline overline;
 }
ul {
color: #456590;
list-style-position: outside;
list-style: disc;
	}
ol {
color: #456590;
list-style-position: outside;
list-style-type: decimal;
}

h1 {
color: #456590;
font-size: 12pt;
font-weight: bold;
}

h2 {
color: #456590;
font-weight: bold;
font-size: 10pt;
}

p {
color: #456590;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt;
}

/*The classes below can be accessed from frontpage
Use them to apply the class attributes to your page from the
drop-down menu*/

.banner {
color: #456590;
font-size: 8pt;
font-weight: bold;
letter-spacing: 1px;
}

.maintable {
padding-left: 5px;
padding-right: 5px;
padding-top: 0px;
padding-bottom: 0px	
}


.border {
background-color: #36567B;
color: #FFFFFF;
font-size: 8pt;
letter-spacing: 2px;
}

.htopicheader {
background-color: #84A4C9;
color: White;
font-size: 75%;
	}
	
.htopic {
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;	
font-size: 8pt;
border: 1px dotted #84A4C9;
}

.navtable {
padding-left: 30px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;	
font-size: 10pt;
border: 1px dotted #84A4C9;
}
