.shadow_top {
	background-image: url(images/shadow_top.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.shadow_btm {
	background-image: url(images/shadow_btm.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.shadow_rt {
	background-image: url(images/shadow_rt.gif);
	background-repeat: repeat-y;
	background-position: left center;
}
.shadow_lft {
	background-image: url(images/shadow_lft.gif);
	background-repeat: repeat-y;
	background-position: left center;
}
a.main_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #4B0021;
	font-weight: bold;
	text-decoration: none;
	line-height: 8px;
	padding-left: 42px;
}
a.main_menu:hover {
	color: #878787;
	text-decoration: none;
}
.tilte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #000000;
}
.body_callout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	color: #61002B;
}
.body_spacing {
	padding: 20px 35px;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #666666;
	text-align:justify;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4B0021;
	font-weight: bold;
}
a.body_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
	line-height: 25px;
}
a.body_link:hover {
	color: #4B0021;
	text-decoration: underline;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8F8F8F;

}
.dottedline {
	background-image: url(images/dotted_line.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.space {
	padding: 25px 33px;
}
