body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	color: #333;
	font-size: 12px;
	font-family: tahoma;
	text-align: justify;
}

.style1CAPS {
	color: #333;
	font-size: 12px;
	font-family: tahoma;
	text-align: justify;
	font-variant: small-caps;
}

.style2 {
	color: #900;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none;
	font-weight: bold;
}
.style3 {
	color: #c8c8c8;
	font-size: 10px;
	font-family: tahoma;
	text-decoration:none
}
.boldbasic {
	color: #000;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style5 {
	color: #D24646;
	font-size: 11px;
	font-family: tahoma
}

.style6 {
	color: #646464;
	font-size: 10px;
	font-family: tahoma;
}
.justify {
	text-align: justify;
}
.boldbasicred {
	color: #804040;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
}
.lefttxt {
	text-align: left;
}
.floatRT {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
