/*Style sheet for all HTML pages (not all are linked yet)*/


body {color: black; font-family: "Arial, Helvetica"; font-size: 10pt; margin-top:20px; margin-left:20px; margin-right:20px; line-height:130%}


h1 {font-weight: normal; color: #375b8c; font-family: "Arial, Helvetica"; font-size: 18pt; line-height:22px; margin-bottom: 10px}

h2 {font-weight: bold; color: white; font-family: "Arial, Helvetica"; font-size: 10pt; margin-bottom: 0px; margin-top: 20px; line-height:22px; text-indent: 5px; background-color: #375b8c;}

h3 {font-weight: bold; color: black; font-family: "Arial, Helvetica"; font-size: 10pt; margin-top: 20px; margin-bottom: 0px;}

td {font-family: "Arial, Helvetica"; font-size: 9pt}


/*Enables the rollover effect for links*/

a {text-decoration: none; font-family: "Arial, Helvetica"; color: #375b8c; font-weight: bold}

a:hover {color: red}

/*Unordered lists (using bullets) use a green triangle and needed superscripting in order to line up with the mid-point of the triangle*/ 

ol {margin-top:8px; line-height: 130%}

ul           { vertical-align: super; list-style-image: url('graphics/bullet-general.gif'); 
               line-height: 130%; margin-top: 8px }
li {margin-top:6px; line-height: 130%}

.strong1 {text-decoration: none; color: red; font-family: "Arial, Helvetica"; font-weight: bold; font-size: 9pt; margin-bottom: 0px; margin-top: 10px; line-height: 130%}

.normal {text-decoration: none; color: #555555; font-family: "Arial, Helvetica"; font-weight: normal; font-size: 9pt; margin-bottom: 0px; margin-top: 20px; line-height: 130%}

.emphasis {text-decoration: none; color: #555555; font-family: "Arial, Helvetica"; font-weight: bold; font-size: 9pt; margin-bottom: 0px; margin-top: 10px; line-height: 130%}

.littlelink {text-decoration: none; font-family: "Arial, Helvetica"; font-weight: normal; font-size: 7pt; margin-bottom: 0px; margin-top: 10px; line-height: 130%}
