.shadowl {
	background-attachment: fixed;
	background-image: url(shadow.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.bottom {
	background-attachment: fixed;
	background-image: url(bottom_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration:none;
}
.shadow2 {
	background-attachment: fixed;
	background-image: url(shadow_right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration:none;
}
.u:hover{text-decoration:underline;}
