* {
	border-collapse: collapse;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	font-family: myriad, tahoma, arial;
}
body, html, input, textarea {
        font-family: "arial";
	font-size:11px;
	font-size: 0.995em;
	line-height:16px;
	line-height: 1.31em;
	color:#777777;
}
iframe {
	background-color:#eeeeee;
	overflow-x: hidden;
	overflow-y: scroll;
}
table {
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
p, a, td, table, span, li {
	font-size: 13px;
	line-height: 17px;
	font-size: 0.995em;
	line-height: 1.31em;
	color: #444444;
}
p {
	margin: 12px 0px 12px 0px;
	REMpadding: 12px 0px 12px 0px;
}
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: 0px 0px 12px 20px;
}

ol li {
	margin-left: 20px;
	margin: 0px 0px 12px 20px;
}

h1 {    
	color: #26373e;
	padding-bottom: 10px;	
	font-size: 26px;
	line-height: 30px;
	font-weight: 300;
}
h2 {    
	color: #1a5670;
	font-size: 16px;
	line-height: 24px;

	padding-bottom: 5px;
	REMpadding-top: 6px;
	font-weight: 600;
}
h3 {    color: #1a5670;
	font-size: 16px;
	line-height: 24px;

	padding-bottom: 5px;
	REMpadding-top: 4px;
	font-weight: 300;
}
h4 {    color: #1a5670;
	font-size: 14px;
	line-height: 19px;

	padding-bottom: 5px;
	REMpadding-top: 2px;
	font-weight: 300;
}
h5 {
	color:#1a5670;
	padding-bottom: 14px;
	font-size: 12px;
	line-height: 17px;

	font-weight: 300;
}

h6 {
	font-size: 12px;
	line-height: 17px;
	color: #1a5670;
	padding-bottom: 4px;
	font-weight: 300;
}

