.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #009;
}
.blockTxt {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #009;
}

.left_bg {
	background-color: #FFF;
	background-image: url(images/pic_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	vertical-align: middle;
	line-height: 25px;
}
.link {
	A:link (text-decoration: none);

	A:hover (text-decoration: underline; color: red);
}
.subContent {
	font-size: 13px;
	line-height: normal;
}
.SpaceLine {
	background-image: url(images/line.jpg);
	background-repeat: repeat-x;
}
.SubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
