/* CSS Document */


body {
	position: absolute;
	left: 200px;
	color: #333333;
	font-family: Times;
	font-size: small;
	width: 567px;
	line-height: 10pt;
}

a	{
	text-decoration: none;
	color: #333333;
	outline: none;
}

#footer	{
	border-bottom: 1px dashed #A9A9A9;
	border-top: 1px dashed #A9A9A9;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 10px;
}

p	{
	padding-bottom: 20px;
}

