/* global font styles */
p.h1 { font-family:"trebuchet ms","sans-serif"; color: #F3D788; font-size:24pt;}
p.h2 { font-family:"trebuchet ms","sans-serif"; color: #333333; font-size:10pt;}
p.h3 { font-family:"trebuchet ms","sans-serif"; color: black; font-size:8.5pt;}
p.h4 { font-weight: bold; font-family:"arial","sans-serif"; color: white; font-size:10pt;}
p.h5 { font-family:"trebuchet ms","sans-serif"; color: white; font-size:10pt;}
p.h6 { font-family:"trebuchet ms","sans-serif"; color: black; font-size:10pt;}
p.h7 { font-family:"trebuchet ms","sans-serif"; color: white; font-size:14pt;}
p.n1 { font-family:"trebuchet ms","sans-serif"; color: black; font-size:8.5pt;}
p.ni { font-style: italic; font-family:"trebuchet ms","sans-serif"; color: black; font-size:8.5pt;}
p.nb { font-weight: bold; font-family:"trebuchet ms","sans-serif"; color: black; font-size:8.5pt;}
p.nc { font-variant: big-caps; font-family:"trebuchet ms","sans-serif"; color: black; font-size:8.5pt;}

/* forms*/
p.f1 { font-weight: normal; font-family:"trebuchet ms","sans-serif"; color: black; font-size:8.5pt;}

/* list styles */
LI.list1 {list-style: circle outside; font-family:"trebuchet ms","sans-serif"; color: black; font-size:10pt;}
LI.list2 {list-style: circle outside; font-family:"trebuchet ms","sans-serif"; color: white; font-size:10pt;} 
LI.list3 {list-style: square inside; font-family:"trebuchet ms","sans-serif"; color: #666666; font-size:8.5pt;}

/* hyperlink styles */
a { color:#990000; text-decoration:none; }
a:hover { text-decoration:underline; }