/* CSS Document */
body {
	background: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
	background: #FFFFFF;
	border-top: 0px;
	border-bottom: solid 1px #999999;
	width: 800px;
}
#header {
	background: #FFFFFF url(graphics/header_new.jpg);
	border-bottom: solid 0px #000000;
	width: 800px;
	height: 115px;
}
#menu {
	width: 800px;
	height: 25px;
}
#content {
	background: #FFFFFF;
	width: 500px;
	height: auto;
	float: left;
	padding-bottom: 5px;
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 476px;
	height: auto;
	padding-top: 50px;
	padding-left: 5px;
	padding-right: 7px;
	text-align: justify;
}
#headers {
	font-size: 14px;
	color: #000000;
}
#headers a:link, a:visited, a:active {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
#headers a:hover {
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
#headertextcolor {
	font-size: 14px;
	color: #777777;
}
#headertext {
	font-size: 14px;
}
#legal {
	background: #FFFFFF;
	width: auto;
	height: 10px;
	padding: 5px;
	margin-bottom: 20px;
	font-size: 10px;
	text-align: center;
	letter-spacing: 1px;
}
img {
border: 0px;
}
#small {
	font-size: 10px;
	color: #777777;
}
