  BODY { 
         font-family : "Verdana";
         font-size : 10pt;
         color : black;
         margin-left : 6pt;
         margin-right : 6pt;
         text-align : justify;
         margin-bottom : 10pt;
         margin-top : 10pt;
}
  TD { 
         font-family : "Verdana";
         font-size : 10pt;
         color : black;
         margin-left : 0pt;
         margin-right : 0pt;
         text-align : justify;
         margin-bottom : 0pt;
         margin-top : 0pt;
}
  H1 {
	   font-family : "Verdana";
 	   font-size : 9pt;
	   color : #ff9442;
               font-weight : bold;
	   text-align : left;
}
  H2 {
         font-family : "Verdana";
         font-size : 9pt;
         color : black;
}
  H3 {
	   font-family : "Verdana";
 	   font-size : 9pt;
	   color : black;
               font-weight : bold;
	   text-align : left;
}
  H4 {
	   font-family : "Verdana";
 	   font-size : 9pt;
	   color : black;
               font-weight : normal;
	   text-align : center;
               margin-left : 40pt;
               margin-right : 40pt;
}
  H5 {
	   font-family : "Verdana";
 	   font-size : 8pt;
	   color : #c0c0c0;
               font-weight : normal;
	   text-align : center;
               font-style : italic;
}
  H6 {
	   font-family : "Verdana";
 	   font-size : 12pt;
	   color : #ff9442;
               font-weight : bold;
	   text-align : left;
               font-style : normal;
}
A:link	{
		text-decoration : none;	
		color : #fd9841;
		font-size : 10pt;
		font-weight : bold
}
A:hover {
		text-decoration:none;
		color: #9fe69b;
		font-size: 10pt;
		font-weight: bold
}
A:active {
		text-decoration:none;
		color:#fd9841;
		font-size: 10pt;
		font-weight: bold
}
A:visited {
		text-decoration:none;
		color:#fd9841;
		font-size: 10pt;
		font-weight: bold
}
INPUT {
	font-family : "Verdana";
	font-size : 10pt;
	color: #000000;
	background-color: #f5bd90;
}
TEXTAREA {
	font-family : "Verdana";
	font-size : 10pt;
	color: #000000;
	background-color: #ffffff;
}
OPTION {
	font-family : "Verdana";
	font-size : 10pt;
	color: #000000;
	background-color: #ffffff;
}
a.btn:link { 
	height : 60px;
	color : #f4bd90;
	text-decoration : none;
	background : #f4bd90;
	padding : 0px;
	border-width : 0px;
   	display : block;
	outline: none;
} 
a.btn:visited { 
	height : 60px;
	color : #f4bd90;
	text-decoration : none;
	background : #f4bd90;
	padding : 0px;
	border-width : 0px;
   	display : block;
	outline: none;
}
a.btn:hover { 
	height : 60px;
	color : #9fe69b;
	text-decoration : none;
	background : #9fe69b;
	padding : 0px;
	border-width : 0px;
   	display : block;
	outline: none;
} 
a.btn:active { 
	height : 60px;
	color : #f4bd90;
	text-decoration : none;
	background : #f4bd90;
	padding : 0px;
	border-width : 0px;
   	display : block;
	outline: none;
} 
div.footer { 
         font-family : "Verdana";
         font-size : 8pt;
         color : #c0c0c0;
         text-align : justify;
}
.border {
	border: 1px;
	border-color: #000000;
}