.body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003366;
	text-align: justify;

}
ul {
	list-style-position: outside;
	list-style-image: url(/images/bullet_logo.gif);
	list-style-type: square;
}
.bodyOrange {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #993333;
	text-align: justify;

}
a:link {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	color: #0033FF;
	text-decoration: underline overline;
}
a:visited {
	color: #999999;
}
.bodyBold {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #003366;
	text-align: justify;
	font-weight: bold;

}
.bodyBoldorange {

	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #8B382F;
	font-weight: bold;
}
