html {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
}

/* Some patches to remove extra spaces */
h1,h2,h3,h4,h5,h6,h7,form,p,hr {
	margin:0;
	padding:0;
}

a {
	outline:none;
	text-decoration:none;
}

hr,.hr {
	display:block;
	height:1px;
	border:0px;
	margin-top:10px;
	border-bottom:1px solid #3ab7e2;
	margin-bottom:10px;
}

a {
	color:#1987d4;
	text-decoration:none;
}
	a:hover {
		color:#147dd0;
		text-decoration:underline;
	}

ul,ol {
	margin-top:0;
	margin-bottom:0;
}

body,
.content,td {
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:13px;
	line-height:150%;
	color:#525252;
}

img { border:0; }

strong, b { color:#1987d4; }

h1 {
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:25px;
	font-weight:bold;
	font-style:normal;
	line-height:110%;
	letter-spacing:normal !important;
	color:#3ab7e2;
	padding:0;
	margin:0;
}
h1 a,
h1 a:hover {
	color:#3ab7e2;
}

/* Clear all patch */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {display: inline-block;}
