/* This CSS is the style sheet for the entire site. */
body {
        background-color: #FFF37C;
        background-image: url(images/dandilions.jpg);
        background-position: top;
        background-repeat: repeat-x;
		font-family: arial;
}
.e70{
	font-size: .7em;
}
.e80{
	font-size: .8em;
}
.e90{
	font-size: .9em;
}
.e120{
	font-size: 1.2em;
}
.footer{
	font-size: .7em;
}
.title {
	font-size: 2em;
	color: red;
}
.title1 {
	font-size: 1em;
	color: red;
}
.title2 {
	font-size: 1.2em;
	color: #008C10;
}
.title3 {
	font-size: 1.4em;
	color: red;
}
.content {
	background-color: #FFF9CC;
	background-image: url(images/table-bg.gif);
	vertical-align: top;
	padding: 15;
}
td.nav {
	vertical-align: top;
}
td.nav img {
	margin: 3 0 3 0;
}
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;
}
.indexbuttons img {
	margin: 3 0 3 0;
}
img {
	border-color: black;
}
.bottom {
        background-color: #FFF37C;
        background-image: url(images/bottom.gif);
        background-repeat: no-repeat;
		background-position: bottom;
		padding: 0 20 20 20;
		font-size: .7em;
}
