/* CSS Document */
body
{
background-color:#4f5559;
}
.upper_right
{
background-image:url(ur_corner.gif);
width:18px;
height:19px;
}

.upper_left
{
background-image:url(ul_corner.gif);
width:18px;
height:19px;
}
.upper
{
background-image:url(up.gif);
height:19px;
}
.left
{
background-image:url(left_up.gif);
width:18px;
}
.right
{
background-image:url(right_up.gif);
width:18px;
}
.bottom
{
background-image:url(bottom.gif);
height:19px;
}
.lower_right
{
background-image:url(lr_corner.gif);
width:18px;
height:19px;
}
.lower_left
{
background-image:url(ll_corner.gif);
width:18px;
height:19px;
}

.middle_left
{
background-image:url(left_mid.gif);
width:18px;
height:30px;
}

.middle_right
{
background-image:url(right_mid.gif);
width:18px;
height:30px;
}
.bottom_left
{
background-image:url(left_bottom.gif);
width:18px;
}

.bottom_right
{
background-image:url(right_bottom.gif);
width:18px;
}

.main_text
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:20px;
color:#4f5559;
padding-right:1px;
padding-left:1px;
padding-bottom:8px;
padding-top:20px;
}
.headings
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
line-height:18px;
color:#003440;
font-weight:bold;
}
.address
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
line-height:10px;
color:#CBD1D4;
}
.image_box
{
background-color:#ffffff;
border:solid;
border-color:#0d343e;
border-width:medium;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#0d343e;
padding-left:10px;
padding-right:10px;
}