/* CSS definition file containing sitestyle stylesheets */
BODY { 
 background: transparent no-repeat fixed center;
 background-image: url('assets/images/background_main.jpg');

}
A:link {
 color: blue;
}
A:visited {
 color: blue;
}
td.bodytext {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: black;
 text-decoration:none;
}
TD.lineboxmenu {
 background-image: url('assets/images/linemenu.gif');
 height: 5;
}
TD.lineboxhor {
 background-image: url('assets/images/linehor.gif');
 height: 5;
}
TD.lineboxver {
 background-image: url('assets/images/linever.gif');
 width: 5;
}
