/* This CSS is the style sheet for the entire site. */
BODY{

	font-family: arial;
	background-color: #205D0F;
	margin-top: 0;
	margin-left: 0;
}
.e70{
	font-size: .7em;
}
.e75{
	font-size: .75em;
}
.e80{
	font-size: .8em;
}
.e90{
	font-size: .9em;
}
.e100{
	font-size: 1.0em;
}
.e120{
	font-size: 1.2em;
}
.e120rust{
	font-size: 1.2em;
	color: #993300;
}
.footer{
	font-size: .7em;
}
.title {
	font-size: 1.2em;
	color: #922323;
}
.title1 {
	font-weight: bold;
	color: #922323;
}
.title2 {
	font-size: .9em;
	color: #922323;
}
td.main {
	background-color: #FFF5DE;
	vertical-align: top;
	padding: 0 15 15 15;
}
td.nav {
	background-image: url(images/nav-bg.gif);
	vertical-align: top;
}
a:active, a:visited, a:link {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #3333ff;
	text-decoration: underline;
}
.table80 td {
	font-size: .8em;
	vertical-align: top;
}
img {
	border-color: black;
}
