@charset "utf-8";
/* CSS Document */

.style1 {color: #FFFFFF}
.style2 {
	font-family: "Square721 BT", "Square721 Cn BT", "Square721 Ex BT";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}
.style3 {
	font-family: "Square721 BT", "Square721 Cn BT", "Square721 Ex BT";
	color: #FFFFFF;
	font-size: 14px;
}
.style4 {
	font-family: "Square721 BT", "Square721 Cn BT", "Square721 Ex BT";
	font-size: 24px;
}

.style8 {font-family: "Square721 BT", "Square721 Cn BT", "Square721 Ex BT"; color: #FFFFFF; }
.style9 {font-family: "Square721 BT", "Square721 Cn BT", "Square721 Ex BT"; font-weight: bold; }


a:link { color: #FFFFFF; text-decoration: none; }

a:visited { color: #FFFFFF; text-decoration: none; }

a:hover { color: #FFFFFF; text-decoration: underline; }

a:active { color: #FFFFFF; text-decoration: underline; }

/* ====================================================================

  SHADOWS - PNG HACKS

-------------------------------------------------------------------- */



/* works for IE5+ win and IE5mac, but FF/moz ignore */

#shadowLeft {

	width: 5px;

	/* works for IE5+ win */

	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='images/shadow-left.png', sizingMethod='scale');



	/* hides from everything but IE5mac */

	/*\*//*/

	background: url(shadow-left.png) repeat-y right;

	/**/

}

/* FF/Moz see this [class]fine and render it fine */

#shadowLeft[class] {

	background: url(images/shadow-left.png) repeat-y right;

}



/* works for IE5+ win and IE5mac, but FF/moz ignore */

#shadowRight {

	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='images/shadow-right.png', sizingMethod='scale');

	/*\*//*/

	background: url(shadow-left.png) repeat-y right;

	/**/

}

/* FF/Moz see this fine and render it fine */

#shadowRight[class] {

	background: url(images/shadow-right.png) repeat-y left;

}



/* works for IE5+ win and IE5mac, but FF/moz ignore */

#shadowTop {

	height: 5px;

	/* works for IE5+ win */

	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='images/shadow-top.png', sizingMethod='scale');

	/* hides from everything but IE5mac */

	/*\*//*/

	background: url(shadow-top.png) no-repeat;

	/**/

}

/* FF/Moz see this fine and render it fine */

#shadowTop[class] {

	background: url(images/shadow-top.png) no-repeat;

}



/* works for IE5+ win and IE5mac, but FF/moz ignore */

#shadowBottom {

	height: 5px;

	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='images/shadow-bottom.png', sizingMethod='scale');

	/*\*//*/

	background: url(shadow-bottom.png) no-repeat;

	/**/

}

/* FF/Moz see this fine and render it fine */

#shadowBottom[class] {

	background: url(images/shadow-bottom.png) no-repeat;

}







 