body {
	background-color: #ffffcc;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px
    }

table {
    width: 100%;
	}
	
p {
	font-size: 84%;
	line-height: 130%;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, san-serif;	
    }
	
/* table options */
.headtd {
    text-align: center;
	padding: 18px;
	}
	
.menutd {
	font-size: 90%;
    text-align: center;
	font-weight: bold;
	}
	
.footertd {
    text-align: center;
	}
			
.greenline {
	font-size: 80%;
    background-color: #99CC99;
	width: 100%;
	}

/* font style options */	
.bighead {
	font-size: 240%;
	color: #336633;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;	
    }

.medhead {
	font-size: 180%;
	color: #336633;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
    }

.smhead {
	font-size: 130%;
	color: #000000;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
    }
	
.footer {
	font-size: 90%;
    color: ##336633;
	font-family: "Times New Roman", Times, serif;
	}

/* link style options */	
a:link {
    color: #0033ff;
	}

a:visited {
    color: #6666cc;
	}
