body {
	background-color: FFFFCC;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	color: 996633;
	text-align: justify;
}
li {
	list-style-type: square;
	text-align: left;
}
a {
	color: 0099CC;
	text-decoration: none;
}
a:hover {
	color: 0099CC;
	text-decoration: underline;
}
.text14 {
	font-size: 14px;
}
.btext14 {
	font-size: 14px;
	font-weight: bold;
}
.bitext14 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.text12 {
	font-size: 12px;
}
.btext12 {
	font-size: 12px;
	font-weight: bold;
}
.itext12 {
	font-size: 12px;
	font-style: italic;
}
.text10 {
	font-size: 10px;
}
.itext10 {
	font-size: 10px;
	font-style: italic;
}