/* This CSS is the style sheet for the entire site. */
body { 
	font-family: arial;
	background-color: #6A1F26;
	margin: 0;
	padding: 0;
}
img {
	border-color: black;
}
.indent{
	padding-left: 20px;
}
.e70, .footer{
	font-size: .7em;
}
.e80{
	font-size: .8em;
}
.e90b{
	font-size: .9em;
	font-weight: bold;
}
.title{
	font-size: 2em;
	color: #003366;
}
.title1{
	font-size: 1.3em;
	font-weight: bold;
	color: #135A04;
}
.subtitle2{
	font-size: 1em;
	font-family: serif;
	font-weight: bold;
	font-style: italic;
	color: #003366;
}
.subtitle3{
	font-size: 1.2em;
	font-family: serif;
	font-weight: bold;
	font-style: italic;
	color: #800000;
}
tr.bottom {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
