* {
	font-family:Arial, Helvetica Neue, Helvetica, sans-serif;
}

html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#fff;
}


/* 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:1px;
	border:0px;
	margin-top:10px;
	border-bottom:1px solid #0f4397;
	margin-bottom:10px;
}

a {
	color:#0f4397;
	text-decoration:none;
}
	a:hover {
		color:#ff0000;
	}

ul,ol {
	margin-top:0px;
	margin-bottom:0px;
}


body,
.content {
	font-size:12px;
	line-height:150%;
	color:#0f4397;
}

.title,h1 {
	font-family:Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size:16px;
	font-weight:normal;
	font-style:bold;
	line-height:28px;
	letter-spacing:-1px;
	color:#0f4397;
}
.title a,h1 a {
	color:#0f4397;
}
.title a:hover,h1 a:hover {
	color:#ff0000;
}

/* Clear all patch */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {display: inline-block;}

