﻿/* global font styles */
p.h1 { font-family:"arial","sans-serif"; color: white; font-size:20pt;}
p.h2 { font-family:"arial","sans-serif"; color: #999999; font-size:20pt;}
p.h3 { font-family:"verdana","sans-serif"; color: white; font-size:8pt;}
p.h4 { font-family:"verdana","sans-serif"; color: #333333; font-size:8pt;}
p.h5 { font-family:"trebuchet ms","sans-serif"; color: #666666; font-size:9pt;}
p.h6 { font-family:"trebuchet ms","sans-serif"; color: #666666; font-size:8.5pt;}
p.h7 { font-weight: bold; font-family:"arial","sans-serif"; color: white; font-size:10pt;}
p.h8 { font-weight: normal; font-family:"verdana","sans-serif"; color: #666666; font-size:8.5pt;}
p.h9 { font-family:"trebuchet ms","sans-serif"; color: black; font-size:8.5pt;}
p.p1 { font-weight: bold; font-family:"arial","sans-serif"; color: #990000; font-size:20pt;}
p.p2 { font-weight: bold; font-family:"arial","sans-serif"; color: #990000; font-size:12pt;}
p.n1 { font-family:"verdana","sans-serif"; color: #333333; font-size:8pt;}
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;}
p.b1 { font-family:"arial","sans-serif"; color: #808080; font-size:8.5pt;}

/* list styles */
LI.list1 {list-style: circle outside; font-family:"verdana","sans-serif"; color: #666666; font-size:8.5pt;} 
LI.list2 {list-style: square inside; font-family:"trebuchet ms","sans-serif"; color: #666666; font-size:8.5pt;}

/* hyperlink styles */
a { color:#336699; text-decoration:none; }
a:hover { text-decoration:underline; }


/*Nav Script*/
#dropmenudiv{
position:absolute;
border:0px solid #333333;
border-bottom-width: 0;
font:normal 8pt Verdana;pink
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 0px solid #f2f2f2;
padding: 10px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #999999;
}