A:link
{   	
	font-weight: bold; 
   	color: blue; 
	text-decoration: none;
}

A:visited
{	
	color: purple;
	text-decoration: none;
	font-weight: bold;
}

A:active
{
	font-weight: bold;
	color: red;
	text-decoration: none;
	vertical-align: baseline 12%;
}

A:hover
{
	color: red;
	text-decoration: none;
	
}

TD
{
	font-family: arial;
	font-size: 9pt;
}


BODY
{
	font-family: arial;
	font-size: 9pt;
	color: black;
	margin-top: 12px;
	margin-bottom: 6px;
	margin-left: 1%;
	margin-right: 10%;
	text-align: justify;
	
}

H1
{
	font-family: frugal sans, arial;
	font-size: 23pt;
	border-top: solid 1px;
	border-top-color: #BBBBBB;
	border-bottom: solid 2px;
	border-bottom-color: #666666;
	border-left: solid 1px;
	border-left-color: #444444;
	border-right: solid 2px;
	background: #F0FFED;
	margin-left: -0%;
	letter-spacing: 0.1em; 
	text-transform: none;  
	text-indent: 0.2em; 
}

H5
{
	font-family: arial;
	color: navy;
	font-size: 10pt;
	font-weight: bold;
}

H3
{
	font-family: arial;
	color: navy;
	border-bottom: solid 2px navy;
	margin-left: -0%;
}

H4
{
	font-family: arial;
	font-size: 9pt;
	color: #A20E0E;
	border-bottom: dashed 1px navy;
	
}

H2
{
	font-family: arial;
	font-size: 15pt;
	color: #A20E0E;
	margin-left: -0%;
	
}
