BODY, .normal {
	background: Silver;
	color: Navy;
	font-family: "Century Gothic";
	font-size: 10pt;
}

H2 {
	font-family: "Century Gothic";
	color: navy;
	font-weight: bold;
	font-size: 20pt;
	text-align: center;
}

H3 {
	padding-top: 0;
	font-weight: bold;
	font-size: 15pt;
	text-align: left;
}

H4 {
	padding-top: 0;
	padding-bottom: 0;
	font-weight: bold;
	font-size: 11pt;
	text-align: left;
}

LI {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 11pt;
	text-align: left;
}

H6 {
	font-family: "Century Gothic";
	color: red;
	font-size: 10pt;
}
TABLE {
    font-size: 11pt;
	vertical-align : top;
}
TR {
	vertical-align : top;
}

P { margin-top: 8pt;
    margin-bottom: 2pt;
    padding-top: 0pt;
	padding-bottom: 0pt;
	text-indent: 25;
}

EM {
	font-size: 10pt;
	text-decoration: inclined;
}


A {
	text-decoration: none;
	color: blue;
}
    
A:hover {
	text-decoration: none;
	color: red;
	background : Yellow;
}   

  .fontnorm {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
  .fontmini {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px} 
  .fonterr   {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
			  color: red}

