/* CSS Document */
table{
	text-align:left;
	clear:both;
	width: 100%;
	margin:auto;
	font-size: 70%;
	margin-bottom: 20px;
}
table td{
	background:#fff;
	padding: 6px;
	border: #E7E7E7 2px solid;
}
table tr{
	margin-bottom: 5px;
}
#content table p{
	font-size: 70%;
	margin-bottom: 0px;
}
.secondHeader{
	margin-top: 20px;
}
.title{
	color:#990000;
	text-transform:uppercase;
}
.title td{
	color:#fff;
	background:#9A0909;
}
#content h2{
	font-size: 120%;
}
