ul, li, menu {
	font-family: verdana;
}

body {
	background-color: #E0FFE0;
}

td {
	background-color: #70C070;
}

img {
	border:none;
}

.maintext {
	background-color: #E0FFE0;
	width: 650px;
	vertical-align: top;
}

table.inline td {
	background-color: #E0FFE0;
	padding-left:20px;
}

H1 {  font-family: verdana;
	padding-left: 10px;
      }

/*
H2 {  font-family: verdana;
      border: 1px black solid;
      text-align:center;
      padding:5px;
      background:#FBFBFB;
      }
*/

H2 {  font-family: verdana;
	padding-left: 10px;
      }

H3 {  font-family: verdana;
	padding-left: 10px;
      }

P {  font-family: verdana;
	padding-left: 20px;
	padding-right: 20px;
      }
      
/* Set up the A tag colours
A:link  { COLOR: darkred }
A:visited  { COLOR: darkred }
A:hover { COLOR: blue }
A { text-decoration: none;}
*/

/* Set up the A tag colours */
A:link  { COLOR: #0000FF; font-size:12px; font-weight: bold}
A:visited  { COLOR: #0000FF; font-size:12px; font-weight: bold }
A:hover { COLOR: #E9910E; font-size:12px; font-weight: bold }
A { text-decoration: none;}


/* A rigid frame, to hold everything in place */
#frame {
    width:740px;
    margin-right:auto;
    margin-left:auto;
    margin-top:10px;
    padding:0px;
    text-align:left;
    }

/* center contents box */
#contentcenter {
    width:563px;
    padding: 0px 10px 0px 10px;
    float:left;
    text-align:left;
    border:1px solid black;
    margin-right:auto;
    margin-left:auto;
    margin-top:10px;
    }
    
/* Create a very small text class */
.smallText {
    font-family: arial;
    font-size: xx-small;
    }
    
    /* Create a very small text class */
.mediumText {
    font-family: arial;
    font-size: small;
    font-weight: bold;
    }
    

/* Create a very small, Grey text class */
.smallGrayText {
    font-family: arial;
    font-size: xx-small;
    color: gray;
    }
    
/* Create a header style, small size and bold */
.smallheadText {
    font-family: arial;
    font-size: x-small;
    font-weight: bold;
    }
    
.normalText {
    font-family: arial;
    font-size: x-small;
    }
    
