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

td {
	vertical-align: top;
}

p {
	font-size: 1.15em;
	line-height: 1.25em;
	color: #111111;
	margin-bottom:10px;
}
a {
	color: #235175;
	color: #777777;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
strong a {
	color:#235175;
}
a img {
	border:0px none;
}

img {
	border: 0px solid black;
}

form * {
        margin-bottom:4px;
}

hr {
        margin-bottom: 5px;
        margin-top: 3px;
}

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

ol li {
	margin-left: 25px;
}

body, html, input, textarea {
        font-family: "Trebuchet MS";
	font-size:11px;
	line-height:16px;
}

h1 {    color: #141414;
	REMpadding-bottom: 15px;
	padding-top: 9px;
	font-size: 18px;
	REMfont-weight: bold;
	margin-bottom:10px;
}
h2 {    color: #141414;
	font-size: 16px;
	line-height:18px;
	margin:5px 0px 10px 0px;
	REMpadding-bottom: 12px;
	REMpadding-top: 6px;
}
h3 {    color: #141414;
	font-size: 14px;
	line-height:16px;
	REMpadding-bottom: 9px;
	REMpadding-top: 4px;
	margin:5px 0px 10px 0px;
}
h4 {    color: #141414;
	font-size: 13px;
	line-height:15px;
	REMpadding-bottom: 6px;
	REMpadding-top: 2px;
	margin:5px 0px 10px 0px;
}
h5 {
	font-size:12px;
	line-height:14px;

	margin-bottom: 10px;
	color:#235175;
	font-weight:bold;
}

h6 {
	font-size:12px;
	color: #333333;
	margin-bottom: 10px;
	line-height:14px;
}


