@charset "utf-8";
table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
	color: #333;
}
td, th {
	border-collapse: collapse;
	padding: 4px;
	border: 1px dotted #CCCCCC;
}
.title {
	text-transform: uppercase;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #333333;
	color: #FFFFFF;
	font-size: 16px;
	padding-left: 5px;
}
.tableSmall {
	width: 36%;
	float: right;
	clear: right;
	margin-right: 10px;
	margin-left: 10px;
}

