a {
	text-decoration: underline;
	color:#FFFFFF;
}

A:Hover  {
	color : #FF0000;
	text-decoration : underline;
}

H1 {

	font-size: 9pt;
	font-family: Tahoma;
	color: #C0C0C0;
	text-decoration: none;
	text-align: justify;
	font-weight: 600;
}

H2 {

	font-size: 9pt;
	font-family: Tahoma;
	color: #C0C0C0;
	text-decoration: none;
	text-align: justify;
	font-weight: 500;
	font-style: italic;
}

H3 {
	color: #FF9934;
	font-weight: bold;
	font-size : 20px;
	font-family:Tahoma;
}

H4 {
	color: #C0C0C0;
	font-weight: bold;
	font-size : 10px;
	font-family:Tahoma;
	font-weight: 300;
}

H5 {

	font-size: 10pt;
	font-family: Tahoma;
	font-weight: bold;
	color: #C0C0C0;
	text-decoration: none;
	text-align: right;
}


