<!-- Tag Styles -->
P {
   line-height: 10pt
}

img {
   border: 0
}

HR {
   color: #FF6900;
}

Body { 
   background-color: #FFF3C6;
}

H1 {
   font-family: Arial;
}

H2 {
   font-family: Arial;
}

<!-- Small headers -->
DIV.HeaderText {
   font-family: Arial;
   font-size: 10pt;
   font-weight: bold;
}

DIV.HeaderTextBigger {
   font-family: Arial;
   font-size: 12pt;
   font-weight: bold;
}

<!-- Copyright background -->
TD.Header {
   background-color: #FFCB00;
}

<!-- Normal page text -->
DIV.RegularText {
   font-family: Arial;
   font-size: 8pt;
}

LI {
   font-family: Arial;
   font-size: 8pt;
}

<!-- Copyright text -->
P.CopyRight {
   font-family: Verdana;
   font-size: 7pt;
}

<!-- Link styles for left menu -->
A.MenuLink {
   font-family: Verdana;
   font-size: 8pt;   
}

<!-- Main page - Attention box Headers -->
DIV.Attention {
   font-family: Arial;
   font-size: 12;
   font-weight: bold;
}

<!-- The actual text for attention boxes -->
DIV.AttentionSmall {
   color: #FF6900; 
   font-family: Arial;
   font-size: 10;
   font-weight: bold;
}

<!-- Links for attention boxes -->
A.AttentionLink {
   text-decoration:none;   
}


<!-- Text for quotes -->
DIV.QuoteText {
   font-family: Arial;
   font-size: 8pt;
   font-style: italic
}

<!-- Text for quote sources -->
DIV.QuotedByText {
   font-family: Arial;
   font-size: 8pt;
   font-weight: bold;
}

DIV.Note {
   font-family: Arial;
   font-size: 8pt;
   color: #666666;
}