.bg-left-shadow {
	background-image: url(../images/bg_left_shadow.jpg);
	background-repeat: repeat-y;
}
.bg-right-shadow {
	background-image: url(../images/bg_right_shadow.jpg);
	background-repeat: repeat-y;
}
.bg-bottom {
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: repeat-x;
}
.black11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.white11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.white11:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.gray11 {

	font-family: Tahoma;
	font-size: 11px;
	color: #AAA6A2;
	text-decoration: none;
}
.bg-hdr {
	background-image: url(../images/bg_hdr.jpg);
	background-repeat: repeat-x;
}
.yellow11 {


	font-family: Tahoma;
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
}
.border {
	border: medium solid #554D45;
}
