HTML, BODY {
  margin: 0px;
  padding: 0px;
  border: none;
  width: 100%;
  height: 100%;
  background-color: #ECECEE;
}

BODY, TABLE, TD {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #4301A1;
  font-size: 10pt;
}

br {
  font-size: 9px;
}

a:link, a:visited {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #4301A1;
  text-decoration: none;
}
a:hover, a:active {
  color: #BB5DC3;
  text-decoration: none;
}

.left_ss_fam {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #4301A1;
  text-decoration: none;
  font-size: 13pt;
}

a.left_ss_fam:link, a.left_ss_fam:visited {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #4301A1;
  text-decoration: none;
  font-size: 13pt;
}
a.left_ss_fam:hover, a.left_ss_fam:active {
  color: #BB5DC3;
  text-decoration: none;
}



H1 {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #4301A1;
  font-weight: bold;
  font-size: 14pt;
  margin: 8px 0px 0px 0px;
  padding: 0px;
  text-transform: Uppercase;
}

H2 {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #BB5DC3;
  font-weight: bold;
  font-size: 13pt;
  margin: 5px 0px 10px 0px;
  padding: 0px;
}

HR {
  width: 100%;
  background-color: #4301A1;
  color: #4301A1;
  border: 0px;
  height: 1px;
}

.title_line {
  color: #BB5DC3;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
}


input, textarea {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #BB5DC3;
  border: 1px solid #8D8D8D;
  padding-left: 2px;
  padding-right: 2px;
}

input:focus, textarea:focus {
  border: 1px solid #BB5DC3;
  color: #BB5DC3; 
}


input.submit {
  font-size: 11px;
  border: 1px solid #4301A1;
  background-color: #4301A1;
  color: #FFFFFF;
  text-align: center;
  width: 120px;
}

select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #FD7D1A;
}

textarea {
  width: 260px;
}


.divstyle {
  position: absolute;
  border: 1px solid #000000;
  top:0;
  left:0;
}

.pstyletitle{
  postion:absolute;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 9px;
  padding: 3px;
  font-family: verdana, arial;
}


.pstylebody {
  postion:absolute;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 9px;
  font-family: verdana, arial;
}