@charset "UTF-8";
/* CSS Document */

/* News Template
----------------------------------------------------------- */
h1 span.Print {
	display:none;
}

@media print{
	#Main {
		width:100%;
	}
	
	h1 img {
		display:none;
	}
	
	h1 span.Print {
		display:inherit;
	}
}

.Date {
	text-align:right;
}

.Date span {
	padding:2px 5px 2px 5px;
	background-color:#e1e1e1;

}

ul.OfficeName {
	text-align:right;
}

h2 {
	padding-bottom:3px;
	border-bottom:1px solid #696969;
	color:#1f4da3;
}
