@charset "utf-8";
/* CSS Document */

#footerTp {
	width:706px;
	height:8px;
	background-image:url(../images/general/footerTp.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}
#footerShdLft {
	width:706px;
	background-image: url(../images/general/shadLft.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	background-position: left;
	float:left;
}
#footerShdRgt {
	width:702px;
	background-image: url(../images/general/shadRgt.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	background-position: right;
	float:right;
}
#footerContent {
	width:698px;
	float:left;
	background-color:#ffffff;
}
#footerContent p {
	padding:0;
	margin:0;
	font-weight:bold;
	text-align:center;
	font-size:10px;
	color:#0b7cb8;
}
#footerContent a {
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	color:#0b7cb8;
}
#footerContent a:hover {
	color:#FF0000;
}
#footerBtm {
	clear:both;
	width:706px;
	height:9px;
	background-image:url(../images/general/footerBtm.jpg);
	background-repeat:no-repeat;
}