body
 {
  margin: 0px;
 }

form
 {
  margin: 0px;
 }

table.container
 {
  width: 100%;
 }

a
 {
  font-size: 13px;
  color: black;
 }

table.menu,
table.menu a
 {
  color: white;

  font-size: 15px;
  font-weight: bold;
  font-family: "Arial", "Arial Rounded MT Bold", "Arial", "Verdana";
  text-decoration: none;
 }

table.menu_sub td
 {
  text-align: left;

  padding-bottom: 7px;
 }

table.footer td,
table.footer a,
table.menu_sub a
 {
  color: white;

  font-size: 13px;
  font-weight: bold;
  font-family: "Verdana", "Arial Rounded MT Bold", "Arial", "Verdana";

  text-decoration: none;
 }

table.border_orange,
td.border_orange
 {
  background: #ffffff;

  border: 3px solid #ff9933;
 }

table.fill_orange td,
td.fill_orange
 {
  background: #ff9933;


  font-family: Arial;
  font-size: 15px;
  color: white;

  border-left: 3px solid #ffffff;
 }

td.fill_orange a
 {
  color: white;

  text-decoration: none;
 }

td.login
 {
  font-size: 13px;
  font-family: Arial;
  font-weight: bold;

  text-align: left;
 }

input.login
 {
  font-family: Arial;
  font-size: 12px;

  color: #ff6600;

  border: 0px solid #ffffff;

  background: #ffffff;
 }

input
 {
  font-family: Arial;
  font-size: 12px;

  border: 1px solid #66cc00;

  background: #ffffff;
 }

td.fill_green
 {
  background: #66cc00;
 }

td.fill_green_light
 {
  font-family: "Arial", "Verdana";

  background: #ccffcc;
 }

table.fill_green_light
 {
  font-family: "Arial", "Verdana";

  background: #ccffcc;
  
  text-align: left;
 }

td.content_block_title_inner
 {
  font-family: "Verdana", "Arial";
  font-size: 18px;
 }

td.content_block_text_inner
 {
  font-family: "Arial", "Verdana";
  font-size: 12px;
 }

font.content_block_text_inner
 {
  font-family: "Arial", "Verdana";
  font-size: 12px;
 }

td.content_block_title
 {
  font-size: 15px;
  font-weight: bold;
  font-family: "Arial Rounded MT Bold", "Arial", "Verdana";

  padding-top: 3px;
  padding-bottom: 3px;

  text-align: left;

  background-color: #66cc00;
  color: white;
 }

td.content_block_container
 {
  font-family: "Arial Rounded MT Bold", "Arial", "Verdana";

  font-size: 12px;

  text-align: left;
  padding-left: 4px;
  padding-right: 4px;

  border: 1px solid #66cc00;
 }
 
td.content_block_section
 {
  font-size: 15px;

  text-align: center;
  
  padding: 4px;
 }

font.required
 {
  position: relative;
  top: -3px;
  font-size: 11px;

  color: red;
 }

a.partner
 {
  color: white;
  text-decoration: none;
 }
