BODY { font-family : Arial, Helvetica, sans-serif;
       font-size : 10pt;
     }

.head2 { color : Teal; font-size : 14pt; }

.head3 { color : Blue; font-size : 16pt;
	   font-weight : normal }

.head4 { color : Teal; font-size : 13pt; }

.head5 { font-style : italic;
         font-weight : bold;
         font-size : 12pt;
       }

.queries { font-size : 10pt; position : absolute; top: 110 }

a.footer { font-family : Arial, Helvetica, sans-serif;
             font-size : 9pt;
			 color: blue;
}

a.footer:hover { font-family : Arial, Helvetica, sans-serif;
             font-size : 9pt;
			 color: red;
}

a.footer:visited
{
	color: #7B82A8;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 9pt;
}
	 
