BODY, TD {
	font-family : Arial, sans-serif ;
	font-size : 10pt;
	margin-top: 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
}

A {
	font-family : Arial, sans-serif ;
	text-decoration: underline;
	color: Blue;
	font-weight : bold;
	font-size : 10pt;
}

A:Hover {
	font-family : Arial, sans-serif ;
	text-decoration: underline;
	color: Red;
	font-weight : bold;
	font-size : 10pt;
}

H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : bold;
	color: #32cd32;
	text-align : center
}

H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	color: #b76118;
	text-align : center
}

H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color: #32cd32;
	text-align : center
}

H4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color: White;
	text-align : left;
}

H5 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-align : justify;
	color: Black;
}

H6 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-align : center;
	color: Black;
}
	
.AM {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size : 10pt;
	font-weight : bold;
	color: White;
	text-align : center
}
	
.AM:Hover {
	font-family : Arial, sans-serif ;
	text-decoration: none;
	font-weight : bold;
	color: Red;
	font-size : 10pt;
	text-align : center
}	
	
.green  {
	color: #32cd32;
}

.white  {
	color: White;
}

.service {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color: White;
	text-align : left;
	background-color : #66aaaa;
}

.black  {
	color: Black;
}

.red   {
 color: red;
}

.brown {
	color: #b76118;
}

.blue {
  color: #000099;
}	

.big {
	font-size : small;
}

A.big {
	font-family : Arial, sans-serif ;
	text-decoration: underline;
	color: Blue;
	font-weight : bold;
	font-size : 12pt;
}

A.big:Hover {
	font-family : Arial, sans-serif ;
	text-decoration: underline;
	color: Red;
	font-weight : bold;
	font-size : 12pt;
}	