
/* CSS Document */


/* LINKS */
A:link { text-decoration: none; color:#576ea4; }
A:visited { text-decoration: none; color:#576ea4; }
A:hover { text-decoration: none; color:#ffffff; }

A:link.blue { text-decoration: none; color:#0a3a84; font-weight:bold; }
A:visited.blue { text-decoration: none; color:#0a3a84; font-weight:bold; }
A:hover.blue { text-decoration: none; color:#75787a; font-weight:bold; }

A:link.blue-small { text-decoration: none; color:#0a3a84; font-weight:normal; }
A:visited.blue-small { text-decoration: none; color:#0a3a84; font-weight:norman; }
A:hover.blue-small { text-decoration: none; color:#75787a; font-weight:normal; }

A:link.black { text-decoration: none; color:#000000; font-weight:normal; }
A:visited.black { text-decoration: none; color:#000000; font-weight:normal; }
A:hover.black { text-decoration: none; color:#3f6a95; font-weight:normal; }

A:link.black-small { text-decoration: none; color:#000000; font-weight:normal; font-size:9px; }
A:visited.black-small { text-decoration: none; color:#000000; font-weight:normal; font-size:9px; }
A:hover.black-small { text-decoration: none; color:#3f6a95; font-weight:normal; font-size:9px; }







/* DIV'S */



/* MARGINS */
body { margin: 0px 0px 0px 0px; background-image:url(images/background.jpg); }


/* TYPE */
span.body {font-family: Arial, Helvetica, sans-serif; font-size:10pt; font-weight:normal; color:#000000; line-height:1.5; }
span.head-blue {font-family: Arial, Helvetica, sans-serif; font-size:20pt; font-weight:normal; color:#0a3a84; line-height:1.5; }
span.subhead-blue {font-family: Arial, Helvetica, sans-serif; font-size:10pt; font-weight:bold; color:#0a3a84; line-height:1.5; }
span.head-orange {font-family: Arial, Helvetica, sans-serif; font-size:20pt; font-weight:normal; color:#ea701d; line-height:1.5; }
span.body-blue {font-family: Arial, Helvetica, sans-serif; font-size:10pt; font-weight:normal; color:#0a3a84; line-height:1.5; }
span.body-orange {font-family: Arial, Helvetica, sans-serif; font-size:10pt; font-weight:normal; color:#ea701d; line-height:1.5; }
span.header-blue {font-family: Arial, Helvetica, sans-serif; font-size:12pt; font-weight:bold; color:#0a3a84; line-height:1.75; }
span.orange-dot {font-family: Arial, Helvetica, sans-serif; font-size:16pt; font-weight:bold; color:#ea701d;}
span.copywrite {font-family: Arial, Helvetica, sans-serif; font-size:8pt; font-weight:normal; font-style:italic; color:#000000; }
span.footer-black {font-family: Arial, Helvetica, sans-serif; font-size:8pt; font-weight:normal; color:#000000; }
span.footer-blue {font-family: Arial, Helvetica, sans-serif; font-size:8pt; font-weight:normal; color:#0a3a84; }


/* LISTS */
ul { margin: 0em 0 1em 20px; }
ol {list-style-type: decimal; margin: 0em 0 0em 24px }
li { list-style-type:disc; color:#0a3a84; padding-bottom:4px;}











