/* General font settings */
body { background-color: #fffacd; color: black; }
body,div,td,th { font-family: arial, Helvetica; font-size: 10pt; }

table.rightside td { font-size: 10pt; font-weight: bold; }
table.h2 { font-size: 10pt; font-weight: plain; color: #000000; }

body.blue a { text-decoration: none; color:#003399; }
body.blue a:hover { color: 000000; }
body.silver a { text-decoration: none; color:#999999; }
body.silver a:hover { color: #FFFFFF; }
body.purple a { text-decoration: none; color:#663399; }
/*body.purple a:hover { color: #6666CC; } replaced by below */
body.purple a:hover { color: #FF1493; }
.copyright a { font-size: 8pt; font-family: Arial,Helvetica; font-weight: normal; color: #FFFFFF;}

/* Standard tags */
div.h1 { font-size: 16pt; font-weight: bold; color: #000000; }
div.h2 { font-size: 12pt; font-weight: plain; color: #000000; text-align: justify; text-justify: inter-word;}
div.h3 { font-size: 10pt; font-weight: plain; }
div.h4 { font-size: 10pt; font-weight: bold; color: #9999FF; }	/* pale blue */
div.h5 { font-size: 16pt; font-weight: bold; color: #663399; }	/* purple */
div.h6 { font-size: 9pt; font-weight: bold; color: #000000; }
div.h7 { font : 8pt; font-weight: plain; color: #000000; }
div.h8 { font : 14pt; font-weight: bold; color: #000000; }
div.h9 { font : 12pt; font-weight: plain; color: #000000; }
div.notes { font-size: 8pt; }
div.quotecredit { font-size: 8pt; color: #000000; }


/* Links */
a { text-decoration: none; }
a.red { color:#FF0000; }
a:hover { color: #cccccc; }


