/* CSS Document */

.s1{
	background-image:url(shadow_tl.jpg);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
}
.s2{
	background-image:url(shadow_t.jpg);
	background-repeat:repeat-x;
	height:15px;
}
.s3{
	background-image:url(shadow_tr.jpg);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
}
.s4{
	background-image:url(shadow_r.jpg);
	background-repeat:repeat-y;
	width:15px;
}
.s5{
	background-image:url(shadow_br.jpg);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
}
.s6{
	background-image:url(shadow_b.jpg);
	background-repeat:repeat-x;
	height:15px;
}
.s7{
	background-image:url(shadow_bl.jpg);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
}
.s8{
	background-image:url(shadow_l.jpg);
	background-repeat:repeat-y;
	width:15px;
}
.dontPrint{
	visibility:visible;
}
.topGap{
	height:24px;
}
.ImgPad{
	padding:0px 2px 10px 10px;
}
.bodyPadding{
	padding:25px 50px 25px 50px;
}
a:hover .rollover{
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}
