* {
	border-collapse: collapse;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
}
table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

p {
	font-size:12px;
}
a {
	color: #203876;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
strong a {
	color: #203876;
}
a img {
	border:0px none;
}
hr {
	height: 1px;
	color: #dadada;
}

img {
	border: 0px solid black;
}


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

p, a, span, li, ol, td, th {
	font-size: 12px;
	line-height: 17px;
}

body, html, input, textarea {
	font-family: Arial;
	font-family: Verdana, sans-serif;
	font-family: "Georgia";

	font-size:12px;
	line-height:17px;
	color:#333333;
}

h1 {    color: #242424;
	padding-bottom: 15px;
	padding-top: 9px;
	font-size: 180%;
	font-weight: normal;
}
h2 {    color: #242424;
	font-size: 160%;
	padding-bottom: 12px;
	padding-top: 6px;
	font-weight: normal;
}
h3 {    color: #242424;
	font-size: 150%;
	padding-bottom: 9px;
	padding-top: 4px;
	font-weight: normal;
}
h4 {    color: #242424;
	font-size: 140%;
	padding-bottom: 6px;
	padding-top: 2px;
	font-weight: normal;
}
h5 {
	color:#242424;
	font-weight:bold;
	font-weight: normal;
}

h6 {
	font-size:12px;
	color: #242424;
	padding-bottom: 14px;
	font-weight: normal;
}


