html, body {
font-family: "Trebuchet MS", Arial, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 12px;
line-height: 13px;
color: #737373;
background-color: #ffffff;
}

body, div, td, form {
margin: 0px;
padding: 0px;
border: none;
}

p {
padding: 0px;
margin: 5px 0px;
}

img {
border-style: none;
}

td {
vertical-align: top;
}

input, textarea, select {
color: #000000;
}

a:link, a:active, a:visited {
text-decoration: none;
color: #3a4ec3;
}

a:hover {
text-decoration: underline;
}

a.menu:link, a.menu:active, a.menu:visited, a.menu:hover {
text-decoration: none;
font-size: 10px;
color: #797979;
text-transform: uppercase;
margin-right: 12px;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
text-decoration: none;
font-size: 11px;
color: #03469c;
border: 1px solid #adb6c4;
background-color: #e3e5e8;
padding: 0px 3px;
}

.textleft {
text-align: left;
}

.textcenter {
text-align: center;
}

.textright {
text-align: right;
}

.textjustify {
text-align: justify;
}

.center {
margin-left: auto;
margin-right: auto;
}

.vtop {
vertical-align: top;
}

.vmiddle {
vertical-align: middle;
}

.vbottom {
vertical-align: bottom;
}

.p2 {
padding: 2px;
}

.p5 {
padding: 5px;
}

.p10 {
padding: 10px;
}

.m5 {
margin: 5px;
}

.m10 {
margin: 10px;
}

.mbt10 {
margin: 10px 0px;
}

.mlr10 {
margin: 0px 10px;
}

.inside {
margin-left: 14px;
}

.near {
margin: 0px;
padding: 0px;
}

.block {
display: block;
}

.inline {
display: inline;
}

.rel {
position: relative;
}

.abs {
position: absolute;
}

.bold {
font-weight: bold;
}

.italic {
font-style: italic;
}

.border {border: 1px solid #aaa9a5;}

.box {border: 1px solid #d4d6d9;}

.button {border: 1px solid #adb6c4;background-color: #e3e5e8;font-weight: bold;font-size: 11px;text-align: center;color: #03469c;cursor: pointer;width: auto;}

.white {
color: #ffffff;
}

.black {
color: #000000;
}

.blue {
color: #3a4ec3;
}

.darkblue {
color: #03469c;
}

.f10 {
font-size: 10px;
}

.f11 {
font-size: 11px;
}

.f13 {
font-size: 13px;
}

.f14 {
font-size: 14px;
}

.grey_bg {
background-color: #e3e5e8;
}

.light_bg {
background-color: #f1f2f3;
}

.no_rborder {
border-right: none;
}

.no_tborder {
border-top: none;
}

.no_lborder {
border-left: none;
}

.lborder {
border-left: 1px solid #aaa9a5;
}

.rborder {
border-right: 1px solid #aaa9a5;
}