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

    background: url("pix/backg.gif");
    background-color: #003964;
    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: #3366CC;
    border-right-style: solid;
    border-right-width: thin;
    border-left-style: solid;
    border-bottom-style: solid;
    border-left-width: thin;
    padding: 1px;
    /*margin-left: auto; 
    margin-right: auto;*/    
}
img{
    border: 6px solid #FFFFFF;
}
.caption{
	color: #FFFFFF;
	font-family: verdana, tahoma;
	font-size: 12px;
	font-weight: bold;
}

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

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

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;
	border: thin none #FFFFFF;
	text-decoration: underline;
}
