#content {
	font-family:  Arial, Helvetica, Clean, sans-serif;
	color: white;
}

#content p, 
#content li, 
#content td p {
	font-size: 93% !important;
	margin: 0;
	line-height: 144%;
}

#content h1 {
	margin: 0;
	font-weight: bold;
	font-size: 116%;
	line-height: 120%;
	color: white;
	margin-bottom: 0px;
	text-transform: uppercase;
}

#content h2 {
	margin: 0;
	font-weight: bold;
	font-size: 93%;
	color: white;
	margin-bottom: 0px;
	text-transform: uppercase;
}

#content a {
	text-decoration: none !important;
	color: #d10019 !important;
}

#content ul,
#content li {
	margin: 0;
	padding: 0;
}

#content ul {
	padding-left: 18px;
}

#content img {
	margin-top: 2px;
}

#content table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-top: 1px solid white;
}

#content table tr {
	margin: 0px;
	padding: 0px;
}

#content table tr td {
	margin: 0px;
	padding: 5px 0px;
	border-bottom: 1px solid white;
}

#content hr {
    background-color: transparent;
    border-bottom: 1px solid white;
    height: 1px; 
}
