/* CSS Document */
body
{
margin:0px;
background:url(../images/bg.jpg);
background-repeat:repeat-x;
background-color:#ffffff;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.top_nav_bg
{
background:url(../images/top_nav.jpg);
background-repeat:no-repeat;
background-position:top left;
width:83px;
height:31px;
}
.top_text_link
{
color:#ffffff;
text-decoration:none;
}
.top_text_link:link
{
color:#ffffff;
text-decoration:none;
}
.top_text_link:active
{
color:#ffffff;
text-decoration:none;
}
.top_text_link:visited
{
color:#ffffff;
text-decoration:none;
}
.top_text_link:hover
{
color:#ffffff;
text-decoration:underline;
}
.left_middle
{
background-color:#eeeeee;
border:1px solid #cccccc;
color:#3d3e43;

}
.left_middle_header
{
font-size:18px;
color:#3d3e43;
}
.right_middle
{
background-color:#3d3e43;
border:1px solid #232a2e;
color:#efecdb;
}
.footer
{
background:url(../images/footer.jpg);
background-repeat:repeat-x;
height:110px;
}
.footer_text
{
color:#ffffff;
}
.footer_text_link
{
color:#ffffff;
text-decoration:none;
}
.footer_text_link:link
{
color:#ffffff;
text-decoration:none;
}
.footer_text_link:active
{
color:#ffffff;
text-decoration:none;
}
.footer_text_link:visited
{
color:#ffffff;
text-decoration:none;
}
.footer_text_link:hover
{
color:#ffffff;
text-decoration:underline;
}
.footer_text1
{
color:#febf01;
}

a:link { color:#3d3e43; text-decoration:none; font-weight:normal; }
a:hover { color:#3d3e43; text-decoration:none; font-weight:normal; }
a:active { color:#3d3e43; text-decoration:none; font-weight:normal; }
a:visited { color:#3d3e43; text-decoration:none; font-weight:normal; }

