body{
	text-align: center;
	margin: 0;
	padding: 0px;
}
img{
	border: none 0px #000000;
}

img.right{
	float: right;
	margin-left: 10px;
}
img.left{
	float: left;
	margin-right: 10px;
}
p{
	line-height: 1.5em;
}
dl{

}
dt{
	text-align: left;
}
dd{
	text-align: left;
	padding: 0;
	margin-left: 1em;
}
span.color-red{
	color: red;
}
span.color-blue{
	color: blue;
}

li{
	line-height: 1.5em;
}
td{
	vertical-align: top;
}
