 

body {
text-align: center;
font-family: arial,helvetica,sans-serif;
/* background-color: #AED0A8; */
background-color: #A9C69B;
margin: 5px 0 0 0;
font-size: 100%;
}


/* copy text on secondary page */
#bodycopy {
	width: 780px;
	text-align:justify;
	background-color: #ffffff;
	padding: 6px 10px 6px;
	z-index: 0;
	font-family: arial,helvetica,sans-serif;
	font-size: 90%;
	margin-right: auto;
	margin-left: auto;
	border: 8px solid #660000;

}


/* standard formatting for any paragraph or table td */
p, td, div {
font-family: arial,helvetica,sans-serif;
font-size: 90%;
}


/* standard link settings */
a:link {color: #330000;}
a:active {color: #993333;}
a:visited {color: #003366;}
a:hover {color: #993333;}


.small {
font-size: 90%;

}

.medium {
font-size: 100%;
font-weight: bold;

}

.large {
font-size: 120%;
font-weight: bold;
}

.xlarge {
font-size: 150%;
font-weight: bold;
}

.redtext {
color:#880000;
font-weight: bold;
	
}

.italic {
font-style:italic;
	
}

.nounderline {
text-decoration: none;
}
