body {
  color: #000000;
  font-family: arial, sans-serif !important;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  font-size: 100% !important;
}

div, td 
{
    font-family: arial,sans-serif;
    font-size: 10pt;
  }
  
  td {
  float: none !important;
  text-align: left;
   }

a span,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
select option,
td a, td label, td input, td label, td li, td option, td p, td select, td span, td textarea, td td, td th, 
{
  font-size: 100% !important;
}


h3.title {
  background-color: #ffffff;
 /* background-color: #cc9999; */
 color:#40444f;
  font-size: 110.0%;
  font-weight: bold;
  padding: 0 px;
  }
  
 /**************
 GENERAL STYLES     
 **************/
a {
  color: #009460;
  text-decoration: none;
}

a:visited {
  color: #98bab1;
}

a:hover {
  color: #b30337;
  text-decoration: underline;
}

/*The rules for the :link, :visited within the body tag */
body a:link {
	color: #009966;
	text-decoration:none;
	
}
body a:visited {
	
	color: #008080;
	text-decoration:none;
}

form {
  margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 140.0%;
  font-weight: normal;
  margin: 0 0 1em 0;
}

h3 {
  font-size: 110.0%;
  font-weight: bold;
}

h4 {
  font-size: 100.0%;
  font-weight: bold;
}

h5 {
  font-size: 95.0%;
  font-weight: bold;
}

h6 {
  font-size: 90.0%;
  font-weight: bold;
}
