body {
	background-color: #FFFFFF;
	margin: 0px;
}
.bg-leftshadow {
	width: 10px;
	background-image: url(images/bg-leftshadow.gif);
	background-repeat: repeat-y;
}
.bg-rightshadow {
	width: 10px;
	background-image: url(images/bg-rightshadow.gif);
	background-repeat: repeat-y;
}
.bg-lines {
	background-image: url(images/bg-lines.gif);
	background-repeat: repeat-x;
	height: 12px;
}
.bg-menu {
	background-image: url(images/bg-menu.gif);
	background-repeat: repeat-x;
	height: 35px;
}
.bg-menuline {
	background-image: url(images/bg-menuline.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 4px;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #858C95;
}
.subtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #E4791A;
}
.bg-box {
	background-image: url(images/bg-box.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 238px;
	background-color: #FFFFFF;
}
.link1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #FF7500;
	text-decoration: underline;
}
.link1:hover {
	color: #FF7500;
	text-decoration: none;
}
.bg-footer {
	background-image: url(images/bg-footer.gif);
	background-repeat: repeat-x;
	height: 122px;
}
.footertext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #6B7076;
}
.footertext1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #4B5058;
}
.footerlinks{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #4B5058;
	text-decoration: none;
}
.footerlinks:hover{
	color: #E4791A;
	text-decoration: none;
}

