

body { 
font-family : Verdana, Arial, sans-serif;
background-color: #ffffff;
font-family: Verdana, Arial, sans-serif;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
color: #000000;
/* above color: was #666666 = gray */
}



P, TD, LI, UL, Table {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}





/* The following causes a link to turn black on hover */
A:HOVER {
color : #666666;
text-decoration : none;
/* font-weight: bold; */
}




H1 {
font-size : 150%;
color : #000000;
/* was #666666 */
font-weight: bold;
}

H2 {
font-size : 105%;
color : #000000;
/* was #666666 */
font-weight: bold;
}

H3 {
font-size : 100%;
color : #0063A5;
font-weight: bold;
}

H4 {
font-size : 100%;
color : #0063A5;
font-weight: bold;
border-bottom: 1px solid #0063A5;
padding: 2px;
}

H5 {
font-size : 100%;
color : #0063A5;
font-weight: bold;
padding: 2px;
border: 1px solid #0063A5;
}

H6 {
font-size : 100%;
font-weight: bold;
padding: 2px;
border: 1px solid #004B7E;
background-color: #3F8ABB;
text-align: center;
/* color : #ffffff; */
}



ul  {
list-style-type: disc;
  }

HR {
color : #0063A5; 
height : 1px;	 
width : 75%;
}

.maintable {
font-family : Verdana, Arial, sans-serif;
border: 2px solid #ffffff;
background-color: #ffffff;
}

.logocell {
font-family : Verdana, Arial, sans-serif;
background-color: #0063A5;
font-size: 75%;
}

.menu2 {
font-family : Verdana, Arial, sans-serif;
text-align: center;
padding: 5px;
font-size: 75%;
border-top: 1px solid #0063A5;
}

.datestamp {
font-family : Verdana, Arial, sans-serif;
padding: 5px;
text-align: right;
color: #0063A5;
background-color: #BFBFBF;
border-bottom: 1px solid #0063A5;
border-top: 1px solid #0063A5;
height: 25px;
font-size: 75%;
}

.footer {
font-family : Verdana, Arial, sans-serif;
padding: 5px;
font-size: 65%;
text-align: center;
background-color: #BFBFBF;
border-bottom: 1px solid #0063A5;
border-top: 1px solid #0063A5;
}

.contentright {
font-family : Verdana, Arial, sans-serif;
padding-left: 5px;
padding-right: 0px;
padding-top: 5px;
padding-bottom: 5px;
font-size: 75%;
border-left: 1px solid #0063A5;
}


.contentleft {
font-family : Verdana, Arial, sans-serif;
padding: 5px;
font-size: 75%;
border-right: 2px solid #0063A5;
/* background-color: #0063A5; */
color: #ffffff;
}


.contentcentre {
font-family : Verdana, Arial, sans-serif;
padding-left: 5px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
font-size: 90%;
}
/* font-size was 75% */

.contentmain {
font-family : Verdana, Arial, sans-serif;
padding: 10px;
}

.spiderfood {
font-family : Verdana, Arial, sans-serif;
text-align: right;
padding-bottom: 5px;
font-size: 75%;
}


a:link.nav1, a:active.nav1, a:visited.nav1 {
text-decoration:none;
color:#ffffff;
font-weight : bold;
width: 150px;
padding: 2px;
border: 1px solid #ffffff;
}
/* border was 3F8ABB */

a:hover.nav1 {
text-decoration:none;
color:#BFBFBF;
font-weight: bold;
width: 150px;
padding: 2px;
border: 1px solid #ffffff;
background-color: #3F8ABB;
}