/*******************************/
/* Back Number Pages CSS */
/*******************************/

/* Import */

@import url(../../css/footer.css);
@import url(../../css/print.css);

/* Header */

#header_bn {
	background-color: #FFFFFF;
	width: 740px;
}
#header_bn p {
	font-size: 80%;
	line-height: 140%;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin: 0px;
}
#header_bn a:link {
	text-decoration: underline;
	color: #0000ee;
}
#header_bn a:visited {
	text-decoration: underline;
	color: #551A8B;
}
#header_bn a:hover,#header_bn a:active {
	text-decoration: none;
	color: #FF3300;
}

/* Footer */

#footer {
	width: 740px;
}
