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

body {
	background-color: #f1f1f3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #404040;
}
.byline {		
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 10pt;
	font-style: italic;
	color: #808080;
}
.copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #555555;
	line-height: 1.6;
	
}

a:link {
	color: 808080;
	text-decoration: none;
}
a:visited {
	color: 808080;
	text-decoration: none;
}
a:hover {
	color: 808080;
	text-decoration: none;
}
a:active {
	color: 808080;
	text-decoration: none;
}
#apDiv1 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index:1;
}
