body {
	background: url(images/bg.gif) repeat-y;
	background-position: top center;
	background-color: #CCCCCC;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.overall {
	width: 798px;
	display: table;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.login {
	color: #000000;
	width: 798px;
	font-size: 12px;
	text-align: right;
	background-color: #C6C5E3;
	padding-top: 2px;
	padding-bottom: 2px;
}

.login a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.login a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.login a:hover {
	color: #777777;
	text-decoration: underline;
}

.banner {
	width: 796px;
	height: 300px;
	padding: 0px;
	border: 1px solid #FFFFFF;
	background-color: red;
}

.body {
	width: 775px;
	color: #000000;
	font-family: Georgia, Arial;
	font-size: 11pt;
	text-align: left;
	margin-top: 10px;
	padding: 10px;
}

.body a:link {
	color: #CC0000;
	text-decoration: none;
}

.body a:visited {
	color: #CC0000;
	text-decoration: none;
}

.body a:hover {
	color: #660000;
	text-decoration: underline;
}

.menu {
	width: 798px;
	color: #999999;
	font-family: Georgia, Arial;
	font-size: 12pt;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #850B10;
}

.menu a:link {
	color: #E8BF85;
	text-decoration: none;
	font-weight: bold;
}

.menu a:visited {
	color: #E8BF85;
	text-decoration: none;
	font-weight: bold;
}

.menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.bottom {
	color: #666666;
	font-family: Georgia, Arial;
	font-size: 12px;
	text-align: center;
	width: 850px;
	height: 125px;
	padding-top: 20px;
	background: url(images/bottom.gif) no-repeat;
	background-position: top;
	background-color: #CCCCCC;
}

.bottom a:link {
	color: #993333;
	text-decoration: none;
}

.bottom a:visited {
	color: #993333;
	text-decoration: none;
}

.bottom a:hover {
	color: #990000;
	text-decoration: underline;
}

.title {
	font-size: 14pt;
}

.sublink {
	background-color: #CCCCCC; 
	padding-left: 20px;
}

td {
	color: #000000;
	font-family: Georgia, Arial;
	font-size: 11pt;
}