body, div, p, td, input, textarea, select, a{
font-family: "Trebuchet MS", arial, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 12px;
color: #021578;
line-height: 13px;
}

body {
background-color: #ffffff;
}

body, div, td {
margin: 0px;
padding: 0px;
}

p {
padding: 0px;
margin: 5px 0px;
}

img {
border-width: 0px;
border-style: none;
}

td {
vertical-align: top;
}

a:link, a:active, a:visited {
text-decoration: none;
font-weight: bold;
color: #021578;
}

a:hover {
text-decoration: underline;
font-weight: bold;
color: #000000;
}

a.barrow:link, a.barrow:active, a.barrow:visited {
text-decoration: none;
font-weight: bold;
color: #021578;
background-image: url('../img/b_arrow.gif');
background-repeat: no-repeat;
background-position: 0px 5px;
padding-left: 12px;
}

a.barrow:hover {
text-decoration: underline;
font-weight: bold;
color: #000000;
background-image: url('../img/b_arrow.gif');
background-repeat: no-repeat;
background-position: 0px 5px;
padding-left: 12px;
}

a.menu:link, a.menu:active, a.menu:visited {
text-decoration: none;
font-weight: bold;
color: #020f86;
display: block;
margin-bottom: 5px;
background-color: #9cc3ff;
background-image: url('../img/arrow_menu.gif');
background-repeat: no-repeat;
background-position: 6px 6px;
padding: 3px 0px 2px 23px;
}

a.menu:hover {
text-decoration: none;
font-weight: bold;
color: #ffffff;
display: block;
margin-bottom: 5px;
background-color: #9cc3ff;
background-image: url('../img/arrow_menu.gif');
background-repeat: no-repeat;
background-position: 6px 6px;
padding: 3px 0px 2px 23px;
}

hr {
color: #021578;
background-color: #021578;
height: 1px;
border-style: none;
}

.textleft {
text-align: left;
}

.textcenter {
text-align: center;
}

.textright {
text-align: right;
}

.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: 15px;
}

.near {
margin: 0px;
padding: 0px;
}

.block {
display: block;
}

.inline {
display: inline;
}

.rel {
position: relative;
}

.abs {
position: absolute;
}

.button {
border: 2px solid #021578;
font-weight: bold;
font-size: 13px;
cursor: pointer;
color: #021578;
background-color: #b6cffb;
}

.border {
border: 1px solid #021578;
}

.grayborder {
border: 1px solid #666666;
}

h4{
font-size: 14px;
}