/* This CSS is the style sheet for the entire site. */
BODY{

	font-family: arial;
	background-color: #cccccc;
	margin-top: 0;
	margin-left: 0;
}
.e70{
	font-size: .7em;
}
.e80{
	font-size: .8em;
}
.e80b{
	font-size: .8em;
	font-weight: bold;
}
.red{
	color: red;
}
.e90{
	font-size: .9em;
}
.e120{
	font-size: 1.2em;
}
.footer{
	font-family: arial;
	font-size: .7em;
}
.title {
	font-size: 1.2em;
	color: #922323;
}
td.main {
	background-image: url(images/main-bg.gif);
	vertical-align: top;
	padding: 0 30 0 10;
}
td.nav {
	background-image: url(images/nav-bg.gif);
	vertical-align: top;
}
td.nav2 {
	background-image: url(images/nav-pale-bg.gif);
	vertical-align: top;
}
td.content {
	padding: 15;
	background-image: url(images/bg-main-right.gif);
	vertical-align: top;
}
.botleft {
	background-image: url(images/bg-bot-left.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
td.botright {
	background-image: url(images/bg-bot-right.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 15;
	text-align: center;
	font-size: .7em;
}
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;
}
