/* CSS */
@media print{
.phide{
margin: 0;
padding: 0;
border: 0;
display: none;
	}
.shide{
margin: 0;
padding: 0;
border: 0;
	}
}
	
@media screen{
.phide{
margin: 0;
padding: 0;
border: 0;
	}
.shide{
margin: 0;
padding: 0;
border: 0;
display: none;
	}

.navip0{
	background-color:#ffffff;
	margin-left:6px;
	margin-right:6px;
	margin-bottom:0px;
	margin-top:0px;
	padding:0px;
	background-image:url('/header/images/hd-navip0.gif');

}

.navip{
	background-color:#FFFFFF;
	color:#555555;
	margin-left:6px;
	margin-right:6px;
	margin-bottom:6px;
	margin-top:0px;
	padding:3px;
	font-size:12px;
	line-height:16px;
	background-image:url('/header/images/hd-navip.gif');
	background-repeat:repeat-y;

}

.navipbl{
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;
	padding:0px;
	background-image:url('/header/images/hd-navipbl.gif');
	background-position:right;
	background-repeat:no-repeat;

}

.navipbr{
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;
	padding:0px;
	background-image:url('/header/images/hd-navipbr.gif');
	background-position:left;
	background-repeat:no-repeat;

}
.navipb{
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;
	padding:0px;
	background-image:url('/header/images/hd-navipbr.gif');
	background-position:right;
	background-repeat:no-repeat;

}
a.navip2:link { color: #003399; text-decoration: none; }
a.navip2:visited { color: #003399; text-decoration: none; }
a.navip2:hover { color: #FF6600; text-decoration: underline;}
a.navip2:active { color: #FF6600; text-decoration: underline; }
}
