body {
	margin-top: 0px;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 0px;
}
.Red_BG {
	background-color: #BA1A1A;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.White_BG {
	background-color: #FFFFFF;
}
.Shadow_vertical_left {
	background-image: url(../images/shadow_vertical_l.jpg);
	background-repeat: no-repeat;
	height:100%;
}
.Shadow_vertical_right {
	background-image: url(../images/shadow_vertical_r.jpg);
	background-repeat: no-repeat;
}
.Left_Menu_BG {
	background-color: #A2A0A1;
}
.Left_Menu_Button {
	display: block;
	width: 100%;
	height: 39px;
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	padding-left:50px;
	line-height:37px;
}
.Left_Menu_Button:hover {
	background-image: url(../images/bg2.jpg);
}
.Picture_Border {
	border: .5px solid #DEDAD9;
	border-collapse: collapse;
}
.Content_Heading {
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 18px;
	color: #BA1A1A;
	font-weight: bold;
}
.Content_Text {
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	color: #A2A0A1;
	text-decoration: none;
}