/* CSS Document */

body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 20px;
}

a:link {
	color: #FC1922;
	text-decoration: none;
}

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

.Body { 
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Header {
	font-size: 14px;
	font-family: Arial;
	color: #333333;
}

.Copyright { 
	font-size: 10px;
	font-family: Arial;
	color: #999999;
}

