body {
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
}

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

/* Some patches to remove extra spaces */
h1,h2,h3,h4,h5,h6,h7,form,p,hr {
	margin:0px;
	padding:0px;
}

a {
	outline:none;
	text-decoration:none;
}

hr,.hr {
	display:block;
	height:3px;
	border:0px;
	margin-top:10px;
	border-bottom:3px solid #000;
	margin-bottom:10px;
}

a {
	color:#000;
	text-decoration:none;
	text-transform:none;
}
	a:hover {
		color:#dd000d;
		text-decoration:none;
	}
	a img { border:0; }

ul,ol {
	margin:0;
	padding:0;
	padding-left:15px;
	margin-top:0px;
	margin-bottom:0px;
}

body,
.content,td {
	font-size:12px;
	line-height:180%;
	color:#6f6f6f;
}

b, strong {
	color:#000;
	font-weight:bold;
}

/* default h1 styles */
.imageblock {
	display:block;
}
.title *,h2 {
	display:inherit;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:19px;
	font-weight:500;
	font-style:normal;
	line-height:150%;
	letter-spacing:normal !important;
	color:#000;
}
.title a,h2 a {
	color:#000;
	text-transform:none;
}
.title a:hover,h2 a:hover {
	color:#000;
}

/* default h2 styles */
h2 {
	font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size:17px;
	font-weight:normal;
	font-style:normal;
	line-height:130%;
	color:#6f6f6f;
}
h2 a {
	color:#6f6f6f;
}
h2 a:hover {
	color:#6f6f6f;
}

/* Clear all patch */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {display: inline-block;}

