@import url(tabs.css);
@import url(lightbox.css);
@import url(navigation.css);
@import url(modules.css);

A:visited {text-decoration: none; color: #000;}
A:link {text-decoration: none; color: #000;}
A:active {text-decoration: underline; color: #000;}
A:hover {text-decoration: underline;  color: #000;}

html, body
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#ffffff;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
margin-bottom:0xp;
margin-left:0px;
margin-right:0px;
margin-top:0px;
}

h2
{
 font-size: 18px;
}

input, textarea
{
 border: 1px solid #999;
 background-color: #f0f0f0;
}

.head
{
background-image:url(images/head.jpg);
background-repeat:no-repeat;
height:155px;
}

.body
{
background-image:url(images/body.jpg);
background-repeat:repeat-y;
}

.footer
{
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
height:18px;
}

#fe_PreviewTitle
{
 color: #999;
 font-size: 22px;
}

#searchform
{
   border: 1px solid #000;
   background-color: red;
}
