/* CSS Document */
#containerPusher {
	text-align: center;
	top: 150px;
	position: absolute;
	left: 150px;
}
#layerPusherHead {
	background-image: url(../img/pusherHead.gif);
	height: 52px;
	width: 453px;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#layerPusherSpacerHead {
	background-image: url(../img/pusherSpaceHead.gif);
	height: 10px;
	width: 453px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#layerPusherBody {
	background-image: url(../img/pusherBody.gif);
	background-repeat: repeat-y;
	width: 453px;
	margin: 0px;
	padding-top: 10px;
}
#containerPusherClose {
	width: 453px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	}
#layerPusherClose {
	width: 453px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#layerPusherSpacerFooter {
	background-image: url(../img/pusherSpaceFooter.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 453px;
	text-align: right;
	vertical-align: top;
}
#layerPusherFooter {
	background-image: url(../img/pusherFooter.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 453px;

}
.pusherTitle, .pusherText, .pusherNavi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	vertical-align: top;
}
.pusherNavi {
	font-size: 12px;
	line-height: 20px;
	margin-top: 20px;
	margin-left: 20px;
}
.pusherTitle {
	font-size: 16px;
	margin-top: 0px;
	margin-left: 20px;
	padding: 0px;
}
.pusherText {
	font-size: 11px;
	line-height: 20px;
	margin-top: 3px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.pusherText p {
	margin: 0px;
	padding: 0px;
}
a {
	color: #666;
	text-decoration: none;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:focus {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: none;
}
.pusherLink {
	font-size: 11px;
	color: #666;
	text-decoration: none;
	margin-right: 20px;
}
.pusherLink:link {
	color: #666;
	text-decoration: none;
}
.pusherLink:visited {
	color: #666;
	text-decoration: none;
}
.pusherLink:focus {
	color: #666;
	text-decoration: none;
}
.pusherLink:hover {
	color: #333333;
	text-decoration: none;
}
.pusherLink:active {
	color: #666;
	text-decoration: none;
	
}


