font
{
	font-family: verdana;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
}

H5
{
	font-family : arial;
	font-size : 20pt;
	font-weight : BOLD;
	color : 2A7551;
}

H6 
{
	font-family : verdana;
	font-size : 8pt;
	font-weight : normal;
	color : Black;
}

H1
{ 
    font-family: verdana;
    font-size: 10pt;
	font-weight: normal;
    color: #FF0000
}


h2
{ 
    font-family: verdana;
    font-size: 10pt;
	font-weight: bold;
    color: #2A7551
}

h3
{ 
    font-family: verdana;
    font-size: 16pt;
	font-weight: bold;
    color: #2A7551
}

H4 
{
	font-family : arial;
	font-size : 18pt;
	font-weight : bold;
	color : RED;
}

p
{
    margin-top: 4;
    margin-bottom: 4
}

A:link
{
    color: #001880;
    text-decoration:underline;
	font-family: verdana;
	font-weight: normal;
	font-size: 9pt
}

A:visited
{
    color: #001880;
    text-decoration:underline;
	font-family: verdana;
	font-weight: normal;
	font-size: 9pt
}

A:hover 
{
    color: #001880;
    text-decoration:underline;
	font-family: verdana;
	font-weight: normal;
	font-size: 9pt
}


