body{
margin-top:0px;
background-image:url(../images/bg.jpg);
margin-bottom:0px;
background-attachment:fixed;
}

.header{
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
background-color:#2B5428;
height:150px;
width:899px;
}

.title{
font-family:Tahoma, Arial, verdana;
font-size:17px;
color:#B30058;
font-weight:800;
padding-top:15px;
}

.maintable{
width:899px;
border:5px solid #B30058;
background-color:#FFFFFF;
border-top:0px;
}

.maintable td{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#666666;
height:25px;
padding-left:25px;
border-bottom:1px solid #EFEFEF;
border-right:1px solid #EFEFEF;
font-weight:bold;
}

.maintable td a{
color:#B30058;
text-decoration:none;
}

.maintable td a:hover{
color:#498315;
text-decoration:underline;
}
.footer{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#B30058;
font-weight:bold;
background-color:#F1DDF1;
height:35px;
}