h1 {
	font-size: 16px;
	color: #4a4848;	
}

h2 {
	color: #c02924;
	font-size: 13px;
}

h3 {
	color: #000;
	font-size: 11px;
	margin: 0 0 -8px 0;
	padding: 0;
	text-decoration: underline;
}

.right {
	text-align: right;
}

a {
	color: #818181;
	text-decoration: underline;
}

	a:hover {
		text-decoration: none;
	}

.table-data {
	border: 1px solid #c02924;
}
	
	.table-data th {
		background-color: #c02924;
		color: #fff;
		text-align: center;
	}

	.table-data td {
		text-align: center;
		vertical-align: top;
	}
	
.float-image-right {
	float: right;
	padding: 0 0 5px 10px;
}

	.float-image-right img {
		border: 3px double #ccc;
	}

.image-border {
	padding: 3px;
}	
	
.image-border img {
	border: 3px double #ccc;
}

.list li {
	list-style-type: square;
	padding: 3px 0 3px 0;
}

.center {
	text-align: center;
}