body {
	background-color:#fff; 
	margin:0px;
	padding:0px;
	font:11px Arial, Helvetica, sans-serif, Tahoma;
}
.normalLink {
	color: #646464;
	font-size: 11px;
	font-weight: normal;
}
.boldLink {
	color: #646464;
	font-size: 11px;
	font-weight: bold;
}
.background-shade {
	background:url(bodybg.jpg) repeat-y center; 
	background-color:#fff;
}
.background-shade-bottom {
	background:url(bodybgBottom.jpg) repeat-y center; 
	background-color:#fff;
	height: 53px;
}
.headlines {
	font-family: "Arial";
	font-size: 18px;
	font-style: normal;
	color: #3f3f3f;
}
.subheadlines {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #df9400;
}
.subheadlinesnews {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #df9400;
}
.bodyText {
	font-family: "Arial";
	font-size: 11px;
	font-style: normal;
	color: #646464;
}
.moreLink {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #df9400;
}
.boxHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #323232;
	font-weight: bold;
}

.border-all-black {

	border: 1px #333333  solid;
	
}
.border-left-right-black {
	border: 1px #333333  solid;
	border-bottom: 0px;
	border-top: 0px;
}
.border-without-top-black {
	border: 1px #333333  solid;
	border-top: 0px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.pathlink {
	font-family: "Arial";
	font-size: 10px;
	text-decoration: none;
	font-style: normal;
	color: #000000;
}

.footerpath {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	color: #323232;
}

.customButton
{
	display: block;
	width: 70px;
	height: 19px;
	background: url(button_back.jpg) center center repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #323232;
	font-weight: bold;
	line-height:19px;
	text-align: center; /*set value to "left", "center", or "right"*/
	border: 1px solid #a29d97;
	border-top-width: 0;
	border-bottom-width: 0;
	cursor: pointer;
}

