.Body {
    color: #a0a0a0;
    font-family: 'HelveticaNeue-Bold', 'Helvetica Neue', 'Arial', 'sans-serif';
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.Free_Form {
    color: #a0a0a0;
    font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', 'sans-serif';
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 19px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.graphic_textbox_layout_style_default {
    padding: 4px;
}
.graphic_textbox_style_default {
    background: transparent;
    float: none;
    margin: 0px;
    opacity: 1.00;
}
a {
    color: #006666;
    text-decoration:none;
}
a:visited {
    color: #006666;
    text-decoration:none;
}
a:hover {
    color: #940000;
    text-decoration:none;
}
div {
    overflow: visible;
}
img {
    border: none;
}
.InlineBlock {display: inline; }
.InlineBlock {display: inline-block; }
.tinyText {
    font-size: 1px;
}

.button {
   border: 1px solid #6b334a;
   background: #ffffff;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
   background: -webkit-linear-gradient(top, #ffffff, #ffffff);
   background: -moz-linear-gradient(top, #ffffff, #ffffff);
   background: -ms-linear-gradient(top, #ffffff, #ffffff);
   background: -o-linear-gradient(top, #ffffff, #ffffff);
   background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
   padding: 10px 20px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   text-shadow: #ffffff 0 1px 0;
   color: #6b334a;
   font-size: 12px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border: 1px solid #6b334a;
   text-shadow: #575757 0 1px 0;
   background: #6b334a;
   background: -webkit-gradient(linear, left top, left bottom, from(#6b334a), to(#6b334a));
   background: -webkit-linear-gradient(top, #6b334a, #6b334a);
   background: -moz-linear-gradient(top, #6b334a, #6b334a);
   background: -ms-linear-gradient(top, #6b334a, #6b334a);
   background: -o-linear-gradient(top, #6b334a, #6b334a);
   background-image: -ms-linear-gradient(top, #6b334a 0%, #6b334a 100%);
   color: #fff;
   }
.button:active {
   text-shadow: #1e4158 0 1px 0;
   border: 1px solid #380f20;
   background: #6b334a;
   background: -webkit-gradient(linear, left top, left bottom, from(#6b334a), to(#6b334a));
   background: -webkit-linear-gradient(top, #6b334a, #6b334a);
   background: -moz-linear-gradient(top, #6b334a, #6b334a);
   background: -ms-linear-gradient(top, #6b334a, #6b334a);
   background: -o-linear-gradient(top, #6b334a, #6b334a);
   background-image: -ms-linear-gradient(top, #6b334a 0%, #6b334a 100%);
   color: #fff;
   }