body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #303030;
}

.black {
	color: #303030;
}
.red {
	color: #e8333a;
}

.vline {
	margin-top: 40px;
	border-top: 1px solid #f0f0f0;
	padding-top: 30px;
}
.hline {
	padding-right: 40px;
	border-right: 1px solid #f0f0f0;
	margin-right: 40px;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #e8333a;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 1em;
}

h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
}
h1 {
	margin-bottom: 22px;
	font-size: 32px;
}
h2 {
}
h3 {
}
h4 {
	font-size: 14px;
}

ul.list {
	margin-left: 16px;
}
ol.list {
	margin-left: 20px;
}
ol.red {
	color: #ce2a2b;
	font-weight: bold;
}
ol.red span {
	color: #303030;
	font-weight: normal;
}

.clear {
	clear: both;
}

