/* CSS Document */

body {
margin:0px;
background-image:url(img/background.gif);
background-repeat:repeat-x;
}

.bodytext {
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
color:#656565;
}

.bodytextblue {
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
color:#2f5b98;
}

.bodytextbluesm {
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
color:#2f5b98;
}

.bodytextblue9 {
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
color:#2f5b98;
}

.bodytext9 {
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
color:#656565;
}

.bodytextblk {
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
color:#000000;
}
.bodytextblk9 {
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
color:#000000;
}

.header {
font-family:Impact;
font-style:italic;
font-size:18pt;
color:#2f5b98;
}

.subheader {
font-family:Arial, Helvetica, sans-serif;
font-size:12pt;
color:#000000;
}

.subheader2 {
font-family:Arial, Helvetica, sans-serif;
font-size:12pt;
color:#2f5b98;
}

a:link {
color:#2f5b98;
text-decoration:none;
}

a:visited {
color:#2f5b98;
text-decoration:none;
}

a:hover {
color:#2f5b98;
text-decoration:underline;
}

a:active {
color:#2f5b98;
text-decoration:none;
}

hr {
color:#d5d5d5;
background-color:#d5d5d5;
height:1px;
}