BODY {
  background-color: #FFFFFF;
  font-size:8pt;
  text-align: center;
}

A {
  text-decoration: none;
  }
A:visited, A:active, A:link {
  color: #000000;
  }
A:hover {
  color: red;
  }

TABLE{
  border: none;
  border-collapse: collapse;
  text-align: center;
  font-family: verdana, arial, times;
  font-size: 7pt;
  margin: 0;
  padding: 0;
}

TABLE.main{
  border: thin solid black;
  border-collapse: collapse;
  text-align: center;
  font-family: verdana, arial, times;
  font-size: 7pt;
  margin: 0;
  padding: 0;
}

TD {
 vertical-align:top;
}

FORM {
  font-family: verdana, arial, times;
  font-size: 7pt;
  font-weight:bold;
}

PRE {
  font-family: verdana, arial, times;
  font-size: 7pt;
  text-align: left;
}

IMG { border: 0; }

#right { text-align: right; }
#left { text-align: left; }
#center { text-align: center; }

TD.heading {
  font-weight: bold;
  border-bottom: thin solid black;
  text-align: center;
  text-indent: 5px;
  background-color: #FFA917;
  height: 1.5em;
}

TD.list_heading {
  font-weight: bold;
  border: none;
  background-color: #003D59;
  color: #FFFFFF;
  height: 1.5em;
}

TABLE.block {
  background-color: #FFFFFF;
  color: #000000;
  font-family: verdana, arial, times;
  font-size: 7pt;
  letter-spacing: 0pt;
  line-height: 8pt;

  width: 100%;
  vertical-align: top;
  border-collapse: collapse;

  margin: 0;
  padding: 0;
}

/*
.offer_box_big {
  width: 210px;
  height: 315px;
  spacing: 2px;
  padding: 0px;
  
  font-family: verdana, arial, times;
  font-size: 7pt;
  letter-spacing: 0pt;
  line-height: 8pt;
  
  border-left-width: 1px;
  border-left-style: dotted;
  border-left-color: 000000;
  border-right-width: 1px;
  border-right-style: dotted;
  border-right-color: 000000;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: 000000;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: 000000;
}

.offer_box_small {
  width: 99%;
  height: 80px;
  spacing: 2px;
  padding: 0px;
  
  font-family: verdana, arial, times;
  font-size: 7pt;
  letter-spacing: 0pt;
  line-height: 8pt;
  text-align: center;
  
  border-left-width: 1px;
  border-left-style: dotted;
  border-left-color: 000000;
  border-right-width: 1px;
  border-right-style: dotted;
  border-right-color: 000000;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: 000000;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: 000000;
}
*/

