/* 18 point blue regular*/
h1  { font-size: 18pt; font-family: arial, helvetica, verdana, sans-serif;  
color: #000080; font-weight: bold; text-align:center }

/* 14 point light blue all caps and underlined*/
h2  { font-size: 14pt; font-family: arial, helvetica, verdana, sans-serif;  text-transform: uppercase; text-decoration: underline;
color: #000080; font-weight: bold; text-align:center; color:#99CCFF; margin-top:0; margin-bottom:0; }

/* 12 point yellow all caps*/
h3  { font-size: 12pt; font-family: arial, helvetica, sans-serif;  text-transform: uppercase; font-weight: bold; 
text-align:center; color:#ffff00; margin-top:0; margin-bottom:0; }

/* 10 point blue regular*/
h4  { font-size: 10pt; font-family: arial, helvetica, verdana, sans-serif; color: #000080; font-weight: bold; }

/* 16 point blue caps*/
h5  { font-size: 16pt; font-family: arial, helvetica, verdana, sans-serif;  
color: #000080; font-weight: bold; text-align:center }

/* regular paragraph*/
P { color: black; font-size: 10pt; font-family: arial, helvetica, verdana, sans-serif;}


/* regular paragraph italic blue*/
.pi { color: #000080; font-size: 10pt; font-family: Arial; font-weight: 900; font-style:italic;  }

/* regular paragraph with no spacing above or below*/
.p1 { color:#ffffff; font-size: 10pt; font-family: arial, helvetica, sans-serif; margin-top:0; margin-bottom:0;  text-align:center;}

/* paragraph 8 point  verdana with no spacing above or below*/
.ps1 { color: black; font-size: 8pt; font-family: verdana, georgia, arial, sans-serif; }

/* paragraph 7 point with no spacing above or below*/
.ps2 { color: black; font-size: 7pt; font-family: arial, helvetica, verdana, sans-serif; }

ul  { font-family: sans-serif; font-size: 10pt; color: #000000; margin-top: .5em ; margin-bottom: 1em ; line-height: 1.3; margin-left:20;
margin-right:20; }

ul li { margin-bottom: .5em; }

/* List items with arrow*/
.ul2  { font-family: Arial, sans-serif; font-size: 10pt; color: #000000; margin-top: 6; text-indent: 15; line-height: 1.3;
margin-bottom: .5em; background-image: url('arrow-blue1.gif'); background-repeat: no-repeat; 
background-position: 0 5 0 0 ; margin-left:15; text-align:left; }