@charset "UTF-8";
/* CSS Document */

body {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
}
#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 601px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #570C3F;
}
a:active {
	text-decoration: none;
}
#container table tr td table tr td div {
	text-align: left;
}

