<style>
A,H1,H2,H3,H4,H5	{ font-family: Verdana, Arial; font-weight: bold; }

A:hover	{ color: #FF0000}
A 	{ color: #0060A0; font-size: 10pt; }
               
H1 	{font-weight: bold;  color: #FF0000; text-align: center; font-size: 16pt; text-transform: uppercase }
H2	{color: #0060A0; font-size: 15pt; }
H3	{font-weight: bold;  { color: #FF0000; text-align:center; font-size: 11pt; }
H4	{font-weight: bold;   color: #00008A; text-align:center; font-size: 10pt; }
H5	{font-weight: bold;   color: #000000; text-align:left; font-size: 10pt; }

P	{
    color: #00008A; font-size:13pt; font-family: "Comic Sans MS"; 
    text-align: justify; font-weight: bold; 
    text-indent: 0pt;
}

UL	{
	 color: #00008A ; font-size:12pt; 
     	 text-indent: 0pt;
}

LI	{
	 color: #00008A ; font-size:12pt; font-family: "Comic Sans MS"; 
     	 text-indent:0pt;
}
           
DIV.note {
    text-size:1;
    text-align:center;
}

TABLE.SectionCode	{
    background-color: #E0E0E0;
    border-style:ridge; border-width:1pt; border-color:grey;
    text-align:center; width:80%;
}

.SectionCode P,.SectionCode PRE {
    text-align:left; font-size:medium; 
    font-family:courier; color:#000000;
}
</style>                    
