body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background: #E4E4E4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	text-align: justify;
}
h1 {
	font-size: 22px;
	text-align: center;
	color: #F58025;
	margin: 0px;
	letter-spacing: 2px;
}
p {
	margin-bottom: 0px;
}
.quicklinks {
	border-bottom:1px solid #AAA;
}
.quicklinks img {
	border-style: none;
}
.main {
	background: #E4E4E4 url("images/bg_main.jpg");
	background-repeat: repeat-y;
}
.main-copy {
	width: 560px;
	background: #E4E4E4 url("images/bg_main.jpg");
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
.main-copy a:link {
	color: #F58025;
	font-weight: bold;
}
.main-copy a:visited {
	color: #F58025;
	font-weight: bold;
}	
.main-copy a:hover {
	color: #000;
	font-weight: bold;
}	
.legal {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 0px;
	line-height: 10px;
}