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;
}

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;
}


/* overrule all colors! */
	#middle h1, 
	#middle h2, 
	#middle a, 
	#middle i, 
	#middle h1 a, 
	#middle h2 a, 
	#middle a span, 
	#middle b, 
	#middle p b, 
	#middle p a, 
	#middle p b span {
		color:#1987d4 !important;
	}
	#middle a:hover, 
	#middle h1 a:hover, 
	#middle h2 a:hover, {
		color:#3ab7e2 !important;
	}

/* Clear all patch */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {display: inline-block;}

