﻿/* CSS Document */
h3 {
	height: auto;
	font-size: 90%;
	padding: 0px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	width: 300px;
	text-indent: 0px;
	color: #FFFFFF;
	background-color: #C51B0A;
}
p {
	font-size: 85%;
	line-height: 170%;
	color: #666666;
	text-indent: 0px;
	clear: both;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

