html, body
{
	margin: 0px;
	background-color: #ebebeb;
	font-size: 1em;
	font-family: Tahoma, Arial, sans-serif;
}

body
{
	font-size: 0.83em;
}

table, table td
{
	border: 0;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

img
{
	display: block;
	border: 0;
}

table.main
{
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}

td.quote
{
	padding: 0.5em;
	font-size: 1.17em;
	font-style: italic;
	color: #545454;
	text-align: center;
	font-weight: bold;
}

table.navigation
{
	width: 100%;
	height: 39px;
	border: 0;
	background-color: #d80000;
	background-image: url('images/navigation.gif');
	background-repeat: no-repeat;
	color: white;
	font-weight: normal;
	font-size: 1.15em;
}

table.navigation td.link
{
	width: 20%;
	text-align: center;
	border: 0;
}

table.navigation a
{
	color: white;
	text-decoration: none;
}

table.navigation a:hover
{
	text-decoration: underline;
}

td.body
{
	background-color: white;
	background-image: url('images/body.gif');
	background-repeat: repeat-y;
	vertical-align: top;
	padding: 0.25em 0.5em;
}

td.body_shadow
{
	background-image: url('images/body_shadow.gif');
}

td.copyright
{
	text-align: center;
	font-size: 0.83em;
	color: #545454;
	padding: 0.25em;
}

form table td
{
	padding: 2px;
}
