body {
background-image: url('images/sitebg.jpg');
background-color: #fff;
font-family: Verdana, Arial;
font-size: 12px;
color: #000000;
margin: 10px
}

.topnav {
background-color: #93928e;
border: solid #fff;
border-width: 1px 0px 1px 0px;
padding: 5px;
color: #ffffff;
font-size: 11px;
text-align: right;
}

.topnav a {
color : #fff;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}

.topnav a:hover {
color : #ffffff;
font-size: 11px;
font-weight: bold;
}

.content {
background-color: #fff;
padding: 0px 0px 4px 0px;
}

.mtab {
background-color: #fff;
margin: 5px 1px 2px 5px;
border: 1px solid #FDE09C;
}

.mtabtop {
background-image: url('images/tbg.gif');
background-color:  #fff;
padding: 5px;
color: #030303;
font-size: 11px;
font-weight: bold;
border-bottom: 1px solid #fff
}

.mcont, .mcont th, .mcont td {
background-color: #fff;
padding: 5px;
color: #000000;
font-size: 14px;
line-height: 1.4em;
}

.mcont li {
list-style-type: square;
}

.menulist {
margin: 0px 0px 0px 5px;
padding: 0px 0px 0px 5px;
color : #fff;
line-height : 15px;
}

.menulist a {
color : #fff;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}

.menulist a:hover {
color : #fff;
font-size: 11px;
font-weight: bold;
}

a {
color: #e35c0c;
text-decoration: none;
}
a:hover {
color: #000000
}