﻿#container {
	width: 800px;
	background-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
}
#background {
	width: 820px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#main {
	background-color: #CCCCCC;
	width: 800px;
}
#bottom {
	vertical-align: bottom;
	text-align: center;
	height: 50px;
	background-color: #FFFFFF;
	width: 800px;
}
body {
	font-family: Tahoma;
	font-size: small;
	color: #333333;
}
.style1 {
	text-align: left;
}
.style2 {
	border-width: 0px;
}
a:visited {
	color: #333333;
}
a:active {
	color: #333333;
}
a:hover {
	color: #800000;
	font-weight: bold;
}
a {
	text-decoration: none;
}
h1 {
	font-family: Tahoma;
	font-size: x-large;
	color: #333333;
}
h2 {
	font-family: Tahoma;
	font-size: medium;
	color: #CC0000;
	font-style: italic;
}
table {
	font-family: Tahoma;
	font-size: small;
	color: #FFFFFF;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
}
h3 {
	font-family: Tahoma;
	font-size: medium;
	color: #CC0000;
}
.imageright {
	float: right;
}
