/* Developed by Lars Walter, March 2006 */

body {
margin: 25px auto;
background-color: #4c4c4c;
}

td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
text-align: left;
}

a {
color: #FFFFFF;
font-weight: bold;
text-decoration: underline;
cursor: url(images/hand.cur);
}

a:hover {
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
cursor: url(images/hand.cur);
}

a.text {
color: #FFFFFF;
font-size: 11px;
font-weight: bold;
text-decoration: underline;
cursor: url(images/hand.cur);
}

a.text:hover {
color: #FFFFFF;
font-size: 11px;
font-weight: bold;
text-decoration: none;
cursor: url(images/hand.cur);
}

a.news {
color: #FF0000;
font-size: 11px;
font-weight: bold;
text-decoration: none;
cursor: url(images/hand.cur);
}

a.news:hover {
color: #FFFFFF;
font-size: 11px;
font-weight: bold;
text-decoration: none;
cursor: url(images/hand.cur);
}

.title {
font-size: 13px;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
color: #FFFFFF;
}

.header {
height: 110px;
background-image: url(images/headerbg.gif);
background-repeat: no-repeat;
background-color: #646464;
}

.mainbody {
background-image: url(images/body.jpg);
background-repeat: repeat-y;
background-color: #7A7A7A;
}

.mainleft {
padding: 0 0 0 20px;
}

.dividervert {
background-image: url(images/divider_vert.jpg);
background-repeat: repeat-y;
}

.mainright {
padding: 10px 15px 0 5px;
}

.footer {
height: 43px;
margin: 0;
background-image: url(images/footerbg.jpg);
background-repeat: no-repeat;
background-color: #7A7A7A;
}

.footerleft {
padding: 8px 0 0 35px;
font size: 9px;
}

.footerright {
text-align: right;
padding: 8px 35px 0 0;
font size: 9px;
}

.poweredBy {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #555555;
}