body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333399;
	background-color: #FFFFFF;

}
.bold {
	font-weight: bold;
}
.bold-italic {
	font-style: italic;
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.orangetype {
	color: #FF6600;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FFCC33;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
.redSold {
	color: #FF0000;
}
