body{
	color: #000000;
	font-family: verdana;
	font-size: 10pt;
	font-weight: normal;

    background: url("images/bkgbumps.jpg");
    background-color: #FFFFFF;
    margin-top: 0;
    /**/
    /*background-repeat: repeat-x;*/
    background-attachment: fixed;
    /**/
    /*tip from sitepoint*/
    text-align: center;
    margin: 0px;
    padding: 0px;
    min-width:775px;/* stop mozilla sliding off the edge */
    
}
table{
	color: #000000;
	font-family: verdana;
	font-size: 10pt;
	
    border-width: thin;
    border-color: #CCCCCC;
    border-right-style: solid;
    border-right-width: thin;
    border-left-style: solid;
    border-bottom-style: solid;
    border-left-width: thin;
    padding: 0px;
    /*margin-left: auto; 
    margin-right: auto;*/    
}
.maintext{
	color: #000000;
	font-family: verdana, tahoma;
	font-size: 11px;
	font-weight: normal;
}

.footer{
    text-align: center;
    font-family: verdana;
	font-size: 9px;
}

.warning{
    color:#FF0000;
    font-weight: bold;
}

.successful{
    color:#33CC00;
    font-weight: bold;
}

.heading{
    background-color: #99CCFF;
    color: #000000;
    font-weight: bold;
}

.subheading{
	color: #B61B01;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
}

.maintable{
    text-align:left;
    width: 750px;
    background-color: #FFFFFF;
    /*tip from sitepoint*/
    margin-right: auto;
    margin-left: auto;
    position: relative;
    text-align: left;
}

.noborders{
    border-style: none;
}

.dataheaderrow{
    background-color:#3366CC;/*#000080;*/
    color: #FFFFFF;
    font-family: verdana, tahoma;
    font-size: 10pt;    
    font-weight: bold;
    font-style: normal; 
     
    border-width: thin;
    border-color: #CCCCCC;
    border-right-style: none;
    border-right-width: thin;
    border-left-style: none;
    border-left-width: thin;    
}

.topmenu:link {
	color: #000000;
	font-family: tahoma;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

.topmenu:visited {
	color: #000000;
	font-family: tahoma;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;	
}
.topmenu:hover {
	color: #3366CC;
	font-family: tahoma;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: underline;
}

a:link {
	color: #0000FF;
	font-family: verdana, tahoma;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	font-family: verdana, tahoma;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;	
}
a:hover {
	color: #B61B01;
	font-family: verdana, tahoma;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: underline;
}

#menupicture {
	float:left;
	width: 65px;
}


.central {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 750px;
    text-align: left;
}
