BODY {
   background : #ffffff;
   color : black;
}

P {
   font-size : 12pt;
   font-family : Times New Roman, serif;
   color : black;
   background-color : white;
   text-align : justify;
}

BLOCKQUOTE {
   font-size : 12pt;
   font-family : Times New Roman, serif;
   color : black;
   background-color : white;
}

UL {
   font-size : 12pt;
   font-family : Times New Roman, serif;
   list-style-type: disc;
}

OL {
   font-size : 12pt;
   font-family : Times New Roman, serif;
}

DL {
   font-size : 12pt;
   font-family : Times New Roman, serif;
}

LI {
   font-size : 12pt;
   font-family : Times New Roman, serif;
   color : black;
   background-color : white;
   padding-top : 0.5em;
}

SUP {
   font-size : smaller;
}

SUB {
   font-size : smaller;
}

H4 {
   font-family : Times New Roman, serif;
   color : #333333;
   background-color : white;
}

H3 {
   font-family : Times New Roman, serif;
   color : #000000;
   background-color : white;
   font-weight : 300;
}

H2 {
   font-family : Times New Roman, serif;
   color : #000000;
   background-color : white;
}

H1 {
   font-family : Times New Roman, serif;
   color : #000000;
   background-color : white;
   font-weight : 550;
}

.header {
   background-color : #aaccff;
   color : black;
}

p.inheader {
   font-size : 12pt;
   font-family : Times New Roman, serif;
   color : black;
   background-color : #cccccc;
   text-align : left;
}

a.plain {
   text-decoration : none;
   color : navy;
   background-color : white;
}
