﻿body {
	background-image: url('images/bg.gif');
	background-position: center;
	background-repeat: repeat-y;
	background-color: #e8b36d;
}

a:link {
    color: #4a692a;
}

a:visited {
    color: #4a692a;
}

a:active {
    color: #4a692a;
}

a:hover {
	color: #368800;
}

.mainpage {
	background-color: #e8b36d;
}

.footercell {
	background-color: #e8b36d;
	text-align: center;
}

.menu {
	height: 25px;
	width: 100%;
	background-image: url('images/menu.jpg');
	border-width: 0px;
	text-align: center;
}

.headertable {
	width: 100%;
	height: 108px;
	background-image: url('images/gradient.jpg');
}

.shadingcells {
	background-color: #e2a55c;
}

.maintable {
	background-position: bottom;
	border-width: 1px;
	border-color: #000000;
	width: 800px;
	height: 575px;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #FFFFFF;
}

.pagedefaults {
	font-family: Verdana;
	font-size: 8pt;
	border-width: 0px;
	background-color: #E8B36D;
	margin: 0;
}

.speechbubble {
	background-color: #69BD16;
	font-family: Verdana;
	font-size: 8pt;
	color: #FFFFFF;
}

.imagenoborder {
	border-width: 0px;
}

.standardtable {
	border-width: 0;
}