
/* BASIC BODY STYLES */
BODY {
  font-family: Arial, "Trebuchet MS", Tahoma, Geneva, Helvetica, Verdana, sans-serif;
  font-size: 10pt;
  line-height: 120%;
  background: #ffffff;
  color: #000000;
}

/* BASIC LINK STYLES */
a:link {
  color: #0000FF;
  text-decoration: none;
  background-color: #ffffff;
}/*normal links in the text*/

a:visited {
  color: #990000;
  text-decoration: none;
  background-color: #ffffff;
}

a:hover {
  color: #990000;
  text-decoration: underline;
  background-color: #ffffff;
}

a:active {
  color: #9999CC;
  text-decoration: underline;
  background-color: #ffffff;
}

UL {
font-size : 10pt;
font-family : Arial, "Trebuchet MS", Tahoma, Geneva, Helvetica, Verdana, sans-serif;
color : #003366;
}
 	
TD {
font-size : 10pt;
font-family : Arial, "Trebuchet MS", Tahoma, Geneva, Helvetica, Verdana, sans-serif;
line-height: 120%;
color : #003366;
}

TD.b_left {
 border-left: solid 1px #dddddd;
}
 	
P {
font-size : 10pt;
font-family : Arial, "Trebuchet MS", Tahoma, Geneva, Helvetica, Verdana, sans-serif;
color : #003366;
}

TD.submenu {
 border-left: solid 1px #dddddd;
 padding-left: 6px;
 padding-right: 6px;
 padding-top: 1px;
 padding-bottom: 1px;
}

TD.submenu1 {
 padding-left: 6px;
 padding-right: 6px;
 padding-top: 1px;
 padding-bottom: 1px;
}

DIV.footer {
  font-family: Arial, "Trebuchet MS", Tahoma, Geneva, Helvetica, Verdana, sans-serif;
  font-size: 7pt;
  line-height: 120%;
}
 	
OL {
font-size : 10pt;
font-family : Arial, "Trebuchet MS", Tahoma, Geneva, Helvetica, Verdana, sans-serif;
color : #003366;
}
 	
H6 {                 /* Heading 6 (smallest) */
font-size : 8pt;
font-family : Arial, "Trebuchet MS", Tahoma, Geneva, Helvetica, Verdana, sans-serif;
color : #003366;
text-align : left;
} 	

H5 {
font-size : 10pt;
font-family : Arial, "Trebuchet MS", Tahoma, Geneva, Helvetica, Verdana, sans-serif;
color : #003366;
}

H5.subtitle {
font-size: 10pt;
font-family: "Times New Roman";
font-style: italic;
color: #666666;
}


H4 {
font-size : 11pt;
font-family : Arial, "Trebuchet MS", Tahoma, Geneva, Helvetica, Verdana, sans-serif;
color : #003366;
} 	

H3 {
font-size : 12pt;
font-family : Arial, "Trebuchet MS", Tahoma, Geneva, Helvetica, Verdana, sans-serif;
color : #003366;
} 	

H2.subtitle {
font-style : italic;
font-size : 14pt;
font-family : Arial, "Trebuchet MS", Tahoma, Geneva, Helvetica, Verdana, sans-serif;
color : #003366;
margin-left : 0;
border-bottom : 1 solid #FFCCCC;
border-left : 1 solid #FFCCCC;
} 	

H2 {
font-size : 14pt;
font-family : Arial, "Trebuchet MS", Tahoma, Geneva, Helvetica, Verdana, sans-serif;
color : #003366;
} 	

H1 {
font-size : 16pt;
font-family : Arial, "Trebuchet MS", Tahoma, Geneva, Helvetica, Verdana, sans-serif;
color : #003366;
line-height: 120%;
margin-left : 0;
padding-left : 0;
} 	Heading 1 (biggest)

.right {
text-align : right;
} 

CITE {
font-size : 8pt;
font-family : Arial, "Trebuchet MS", Tahoma, Geneva, Helvetica, Verdana, sans-serif;
color : #003366;
}