/* This CSS is the style sheet for the entire site. */
BODY{
	font-family: arial;
	background-color: #D0C59B;
	margin-top: 0;
	margin-left: 0;
	color: black;
}
.pagebg {
	background-image: url(images/page-bg.gif);
}
.e70{
	font-size: .70em;
}
.e75{
	font-size: .75em;
}
.e80{
	font-size: .8em;
}
.e80b{
	font-size: .8em;
	font-weight: bold;
}
.e90{
	font-size: .9em;
}
.e90b{
	font-size: .9em;
	font-weight: bold;
}
.e100{
	font-size: 1.0em;
}
.footer{
	font-size: .7em;
}
.title{
	font-weight: bold;
	font-size: 1.4em;
}
.subtitle{
	font-weight: bold;
	font-size: 1em;
}
a:link{
	text-decoration : none;
}
a:active{
	text-decoration : none;
}
a:visited{
	text-decoration : none;
}
a:hover{
	text-decoration : none;
	color: #cc6600;
}
