body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

p, .bodyText {
	color : #333333;
	font-size : 90%;
	text-align: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	line-height: 1.5em;
	}
	
	
.bg_left {
	background-color: #FFFFFF;
	background-image: url(images/bg_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_right {

	background-color: #FFFFFF;
	background-image: url(images/bg_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.copy {
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0E8C39;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #EC6C00;
	background-color: #8CC023;
}
.index {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #E66B3C;
	border-bottom-color: #E66B3C;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.left_img {
	text-align: left;
	vertical-align: top;
	margin-right: 10px;
	float: left;
}
.index2 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8DC442;
	border-bottom-color: #719E35;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0197D4;
	padding-left: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
