/** general styles */

body {
font-family: Arial, Helvetica, Verdana;
font-size: 10pt;
color: black;
}

table { font-size: 10pt; }

h1 { font-family: Georgia; color: #035398; font-size: 12pt; text-align: right; }
h2 { font-family: Georgia; color: #FFFFFF; font-size: 10pt; background-color: #8AC9FF; background-image: url(../images/bluecornerright.gif); background-repeat: no-repeat; background-position: top right; padding-left: 10px; padding-top: 2px; padding-bottom: 2px; }
h3 { font-family: Georgia; color: #8AC9FF; font-size: 10pt; padding-bottom: 2px; background-image: url(../images/dottedline.gif);  background-repeat: repeat-x; background-position: bottom; }
h4 { font-family: Georgia; color: #000000; font-size: 9pt; }
h5 { font-family: Georgia; color: #176bbe; font-size: 8pt; }

a:link      { color: white; text-decoration:none; }
a:visited   { color: white; text-decoration:none; }
a:hover     { color: white; text-decoration:underline; }
a:active    { color: white; text-decoration:underline; }

div.dottedline {
height: 1px;
width: 560px;
background-image: url(../images/dottedline.gif); 
background-repeat: repeat-x;
}


ul {
list-style-image: url(../images/cube.jpg); 
list-style-position: inherit;
}

ul.special {
list-style-image: url(../images/cube1.jpg); 
list-style-position: inherit;
}

li {
margin-bottom: 1px;
}

.bluetxt   { color: #176bbe; }
.whitetxt  { color: white; }
.graytxt   { color: #666666; }
.yellowtxt { color: #F5C600; } 
.redtxt    { color: #cc0000; }

/** content area styles */

#content {
margin: 10px;
}

#content a:link      { color: #176bbe; text-decoration:underline; }
#content a:visited   { color: #176bbe; text-decoration:underline; }
#content a:hover     { color: #176bbe; text-decoration:underline; }
#content a:active    { color: #176bbe; text-decoration:underline; }

#content blockquote {
border: 2px solid #8AC9FF;
padding: 5px;
}

#content .blueborder {
border: 2px solid #8AC9FF;
}

#content .yellowborder {
border: 2px solid #F5C600;
}

#content .grayborder {
border: 2px solid #949494;
}

.formtable {
font-family: Georgia, Times New Roman;
font-size: 8.5pt;
}


/** footer styles */

#footer { font-family: Arial, Helvetica, Verdana; font-size: 8pt; }

#footer a:link      { color: white; text-transform: uppercase; text-decoration:none; }
#footer a:visited   { color: white; text-transform: uppercase; text-decoration:none; }
#footer a:hover     { color: white; text-transform: uppercase; text-decoration:underline; }
#footer a:active    { color: white; text-transform: uppercase; text-decoration:underline; }

#copyright { font-size: 8pt; color: white; font-family: Arial, Helvetica, Verdana; text-transform: uppercase; }