.bg {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bg2 {
	background-attachment: scroll;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.copyright-splash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333366;
	background-image: url(images/splash_final_r14_c1.jpg);
	padding-left: 13px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 10px;
	border-right-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}
.copyright-interior {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333366;
	background-image: url(images/interior_final_r16_c1.jpg);
	padding-left: 13px;
	padding-top: 3px;
}
.header {
	background-image: url(images/interior_final_r4_c2.jpg);
	padding-left: 14px;
}
.scrolling {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
}
.bold {
	font-weight: bold;
}
.tableBottom {
	font-size: 12px;
}
.underline {
	text-decoration: underline;
}
.stockImg {
	border: 1px solid #000000;
}.bullets3 {
	list-style-type: square;
}
.em {
	font-style: italic;
}
.boxborder {
	border: 1px solid #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-weight: bold;
}
