* {
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:14px;
}

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:5px;
	border:0px;
	margin-top:10px;
	border-bottom:5px solid #78496a;
	margin-bottom:10px;
}

a {
	color:#78496a;
	text-decoration:none;
}
	a:hover {
		color:#78496a;
	}

ul,ol {
	margin-top:0px;
	margin-bottom:0px;
}

body,
.content,td {
	font-size:14px;
	line-height:150%;
	color:#525252;
}

strong, b { color:#a99a01; }

.title *,h1 {
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:19px;
	font-weight:normal;
	font-style:normal;
	line-height:140%;
	letter-spacing:normal !important;
	color:#78496a;
}
.title a,h1 a {
	color:#78496a;
}
.title a:hover,h1 a:hover {
	color:#78496a;
}

/* Clear all patch */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {display: inline-block;}
