html,
body {
	margin:0;
	padding:0;
}

body,
.content,td {
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:11px;
	line-height:160%;
	color:#000;
}

div.hr {
	display:block;
	height:1px;
	margin-top:5px;
	margin-bottom:3px;
	background:#000;
}

a {
	color:#31c0cc;
	text-decoration:none;
}
a:hover { 
	color:#31c0cc; 
	text-decoration:none; 
}
a img { 
	border:0;
}

ul,ol {
	margin-top:0px;
	margin-bottom:0px;
}

strong, b { color:#31c0cc; font-weight:bold; }

/* Some patches to remove extra spaces */
h1,h2,h3,h4,h5,h6,h7,form,p,hr {
	margin:0;
	padding:0;
}
h1,h2 { color:#31c0cc; }

/* Clear all patch */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {display:inline-block;}