.left_bg {
	background-image: url(images/left_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.right_bgCopy {
	background-image: url(images/right_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.title_Bg{
	background-image: url(images/inside_03.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
	
.title_Text{
	font-family: Microsoft Sans Serif;
	font-size: 24px;
	font-weight: normal;
	color:#FFFFFF;
}

.content_Bg{
	background-image: url(images/inside_04.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.content_Text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color:#000000;
}

.bold_Text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#000000;
}

.copyright_Text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#434343;
}

.copyright_Link_Text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#434343;
	text-decoration:none;
}
