/* CSS Document */

body
{
margin:0px;
font-family:Arial;
background-image:url(../images/main_bg.jpg);
background-repeat:repeat-x;
background-color:#4396CA;
}

.topbg
{
background-image:url(../images/tobbg.png); 
background-repeat:no-repeat; 
height:100px;
text-align:left;
font-size:13px;
color:#1D3783;
font-weight:bold;
padding:10px;
}

.link
{
font-size:13px;
color:#1D3783;
font-weight:bold;
text-decoration:none;
line-height:20px;
}

.link:hover
{
font-size:13px;
color:#1D3783;
font-weight:bold;
text-decoration:underline;
line-height:20px;
}

.border
{
border:1px solid #53A3C6;
}

.bottomborder
{
border-bottom:1px solid #A6A6A6;
}

.bodytext
{
font-size:12px;
line-height:20px;
}

.sidelink
{
font-size:12px;
line-height:23px;
font-weight:bold;
text-decoration:none;
color:#000000;
}

.sidelink:hover
{
font-size:12px;
line-height:23px;
font-weight:bold;
text-decoration:underline;
color:#000000;
}

.footertext
{
font-size:11px;
text-decoration:none;
color:#000000;
}

.footertextlink
{
font-size:11px;
text-decoration:none;
color:#000000;
}

.footertextlink:link
{
font-size:11px;
text-decoration:none;
color:#000000;
}

.footertextlink:hover
{
font-size:11px;
text-decoration:underline;
color:#000000;
}

