body {
	color: #333333;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 1px;
}

h2.title {
	display: block;
	border-bottom: 1px solid #828282;
}

a {
	text-decoration: none;
	color: #C40000;
}

a:hover {
	text-decoration: underline;
}

a:visted {
	color: #872121;
}

.content {
	color: #333333;
	padding-right: 43px;
	line-height: 130%;
}

.content p {
	margin-top: 0px;
}

.itin {
	background-color: #c40000;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	width: 100%;
}