.left_background{
	background-attachment: fixed;
	background-image: url(images/middle_01.gif);
	background-repeat: repeat-x;
	background-position: top;
}


.box1_shade{
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/box1_03.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BAC7D8;
	border-left-color: #BAC7D8;
	padding-right: 8px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BAC7D8;
}
.box2_shade{
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/box2_03.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 8px;
	padding-left: 8px;
	border: 1px solid #BAC7D8;
}

.normal_text{
	font-family: Arial;
	font-size: 12px;
	color: #232323;
	text-decoration: none;
}

.normal_text_black{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.white_link{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.footer_text{
	font-family: verdana;
	font-size: 10px;
	color: #181818;
	text-decoration: none;
}