* {
	font-family: Georgia, "Times New Roman", Times, serif;
}
table.blue {
	width: 100%;
	border: 1px solid #D0D0D0;
	border-spacing: 1px;
	background: #F0F0F0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
table.blue tr {
	background: #FFFFFF;
}
table.blue th {
	background: #D0D0D0;
}
table.blue th, table.blue td {
	border: 1px solid #F0F0F0;
	padding: 6px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	height: auto;
	line-height: 1em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
table.blue img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}