/* CSS Basic Document */

.menu_table td {
    border-bottom:1px solid #1E69BC;
    height:12px;
    padding-left:6px;
  }


.offer_box {
    margin-top: 20px;
  }


.border_bottom {
    border-bottom:1px dotted #333333;
  }

/* CSS Background image Document */

.header_image {
    height:175px;
  }

/* CSS Background image Document */

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 14px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #333333;
    text-decoration: none;
  }

h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 14px;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #333333;
    text-decoration: none;
}

h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: bold;
    line-height: 14px;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #333333;
    text-decoration: none;
}
.left_link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: 12px;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #1E69BC;
    background-color:inherit;
    text-decoration: none;
  }


.left_link:hover {
    color:#41A9E8;
    text-decoration:none;
    background-color:inherit;
  }



