body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	margin: 5em;
	list-style-type: circle;
	background-color: #FFFFCC;

}
img {
	border: thin solid #0066CC;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CC9900;

}

.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.full{
	text-align: justify;
}
.bold{
	font-weight: bolder;
}
.italic{
	font-style: italic;
}
.bolditalic{
	font-weight: bolder;
	font-style: italic;
}
.tdclr1{
	background-color: #C4BC96;
}
.tdclr2{
	background-color: #FFFFCC;
	padding: 1em;
}
.noimagelist{
	list-style-image: none;
	list-style-type: none;
}
