* {
	font-family: Areal, Verdana, sans-serif;
	border-collapse: collapse;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: white;
}

body, html, input, textarea {
	font-family: Areal, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.1em;
}

table {
	vertical-align: top;
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

p, table, td, a, b, strong, span, div {
	font-size: 1em;
	line-height: 1.1em;
	color: #434343;
}
a {
	color: #e33434;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
strong a {
	color: #e33434;
}
a img {
	border:0px none;
}

img {
	border: 0px solid black;
	margin-right: 18px;
	margin-bottom: 12px;
}


ul li {
	list-style:disc;
	margin-left: 20px;
}
ol li {
	margin-left: 26px;
}

h1, h2, h3, h4, h5, h6 {
	color: #e33434;
}

h1 {
	padding-bottom: 15px;
	padding-top: 9px;
	font-size: 160%;
	font-weight: 500;
	line-height:22px;
}
h2 {
	font-size: 140%;
	font-weight: 400;
	padding-bottom: 12px;
	padding-top: 6px;
	line-height:19px;
}
h3 {
	font-size: 130%;
	font-weight: normal;
	padding-bottom: 9px;
	padding-top: 4px;
	line-height:17px;
}
h4 {
	font-size: 120%;
	font-weight: normal;
	padding-bottom: 6px;
	padding-top: 2px;
	line-height:16px;
}
h5 {
	font-weight:bold;
}
h6 {
	font-size:11px;
	font-weight:bold;
	padding-bottom: 14px;
}


