/*All text navy*/
/*Text default 10 points normal font*/
BODY {font-family: Tahoma, Verdana, Arial, sans-serif; color: #000066; font-size: 10pt}

/*Except first level captions' size 18pt and bold*/
H1 {font-size: 18pt;  font-weight: bold; margin-top: 20; margin-left: 60}

/*Except second level captions' size 14pt and bold*/
H2 {font-size: 14pt;  font-weight: bold; margin-left: 60}
	
/*Except third level captions' size 12pt and bold*/
H3{font-size: 12pt; font-weight: bold; margin-left: 60}

/*Except fourth level captions' size 10pt and bold*/
H4{font-size: 10pt; font-weight: bold; margin-top: 2; margin-bottom: 5}

H5{font-size: 10pt; margin-top: 0; margin-bottom: 0}

/*Except paragrapf font size 10 points*/
p, li{font-size: 10pt; margin-left: 60; margin-right: 10}

/*Except list and td font size 10 points*/
td{font-size: 10pt}