a
{
  color: #1D808A;
  text-decoration: underline;
}

a:hover
{
  text-decoration:none;
}

body
{
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;;
  color:#4e4e4e;
  /*background-color:#D8D8D8;*/
  margin:0px;
}

h1
{
  font-weight:bold;
  font-size:20px;
  color: #00707C;
}

h2
{
  font-weight:bold;
  font-size:16px;
  color:#616161;

}

h2 a
{
  color:#616161;
  font-weight:bold;
  text-decoration:none; 
}


h3
{
   font-size:14px; 
   color:#4e4e4e;
   font-weight:bold;
}

h3 a
{
   font-size:14px;
   color:#4e4e4e;
   font-weight:bold;
   text-decoration:none; 

}

h3 a:hover
{
   font-size:14px;
   color:#4e4e4e;
   font-weight:bold;
}

.heritage h1
{
  font-weight:bold;
  font-size:20px;
  color:#F15922;
}

img
{
  border: 0;
}

p
{
  line-height: 16px;
  margin-top: 0;
}

form
{
  max-width:100% !important;
  width:100% !important;
  border:none !important;
}

/* default table style */

table
{
  border-spacing:0px;
  font-size:100%;
}
table a
{
  color:#4e4e4e;
  font-weight:bold;
  text-decoration:underline;
}

table a:hover
{
  font-weight:bold;
  text-decoration:underline;
  color:#000000
}

table th
{
  background: none repeat scroll 0 0 #00717C;
  border-bottom: 4px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  color: #FFFFFF;
  padding-bottom: 10px;
  padding-top: 10px;
}

table td
{
  background: none repeat scroll 0 0 #e9f4f5;
  border-bottom: 4px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 8px;
  padding-left: 8px;
  text-align: justify;
}
input, select, textarea
{
  font-family: arial;
}
/* end default table style */