/* css for print version, which load after normal css */
.print-main{
	height:100%;
	width:700px;
}

.print-main .logo{
	text-align:center;
	padding:10px 0px 15px;
	border-bottom:8px solid #0C2C56;
}
.print-main .content{
	padding-bottom:10px;
	height:100%;
	vertical-align:top;
}

.print-main .content .page-name{
	text-align:center;
	background:none;
	font-size:14px;
	padding-top:10px;
}

h1,h2,h3,h4{
	background:none;
	padding-left:0px;
}

.print-main .footer{
	border-top:1px solid #008D6C;
	background:#D7D7D7;
	height:50px;
	padding:10px 10px 15px;
}

.print-main .footer .address{
	font-size:9px;
	float:left;
}

.print-main .footer .tels{
	font-size:10px;
	float:right;
}

.print-main .footer a:visited{
	color:#2AA085;
}
