/* Body Styles */
BODY {
background-color: #ffffff; 
background-image: url("graphics/bkg.jpg"); 
background-attachment: fixed;
scrollbar-face-color: #FF9999; 
scrollbar-shadow-color: #333333; 
scrollbar-highlight-color: #FFFF99; 
scrollbar-3dlight-color: #333333; 
scrollbar-darkshadow-color: #333333;
scrollbar-track-color: #9999FF; 
scrollbar-arrow-color: #99FF99;
font: 10pt/15px Times New Roman, serif; color: #000000;
}

/* Paragraph styles */

P {font: 10pt/15px Times New Roman, serif; color: #000000;}
.small {font: 8pt/12px Times New Roman, serif; color: #000000;}
.tiny {font: 7pt/10px Times New Roman, serif; color: #000000;}
.w {color: #ffffff;}
.b {font-family: Courier New, serif; color: #6699FF;}
.e {font: 8pt/12px Courier New, Courier, monotype; color: #000000;}
BLOCKQUOTE {font: 10pt/15px Times New Roman, serif; color: #000000;}
ul, ol, dl {font: 10pt/15px Times New Roman, serif; color: #000000;}

B {font-weight: bold;}

H1 {font: bold 24pt/36px Times New Roman, serif; color: #000000;}

H2 {font: bold 18pt/24px Times New Roman, serif; color: #000000;}

H3 {font: bold 14pt/21px Times New Roman, serif; color: #000000;}

H4 {font: 10pt/15px Times New Roman, serif; color: #000000;}

H5 {font: 9pt/13.5px Times New Roman, serif; color: #000000;}

H6 {font: 8pt/12px Times New Roman, serif; color: #000000;}

/* link styles */

a {text-decoration: underline;}
a:link {color: #006600;}
a:visited {color: #333333;}
