body {	
	
	font-size:11px;
	line-height:15px;
	font-family:'helvetica', 'arial', 'sans serif';
	color: black;
	background: white;
	margin:0;
	padding:0;
	height:100%;
	width: 100%;
}


img {
	border:0px;
}


p {
	padding: 0 0 15px 0;
	margin: 0;
	line-height:15px;

}

p.intro {
	text-transform: uppercase;
}

p.auth {
	font-style:italic;
	padding-top:0;

}

p.site {
	padding-bottom: 0;
	font-family:Courier New, Courier, monospace; 
}


p.link a{
	border-bottom:1px dotted #585858;
	color:#585858;
	font-family: Courier New, Courier, monospace;
}


.cop {
	color:gray;
	font-size:9px;
	line-height:11px;
	margin-top:15px;
}

.q {
	padding-top:15px;
}

strong { font-weight: bold;}


em { font-style: italic;}



a {
	margin:0;
	padding:0;
	color:black;
	text-decoration: none;
	line-height:15px;
}



.nopad {
	padding-bottom: 0;
}

#pullqu {
	position:absolute;
	font-size:18px;
	line-height:22px;
	text-transform:uppercase;
	z-index:9;
}

#caption {
	position:absolute;
	font-size: 9px;
	line-height:12px;
	z-index:9;
}


blockquote {
	margin: 0 20px 0 20px;
	padding:0;
}





