* {
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

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;
}

hr,.hr {
	display:block;
	height:1px;
	border:0px;
	margin-top:10px;
	border-bottom:1px solid #5E010C;
	margin-bottom:10px;
}

a {
	outline:none;
	color:#5A297A;
	text-decoration:none;
}
	a:hover {
		color:#5A297A;
	}
	a img {
		border:0 !important;
	}

ul,ol {
	margin:0;
	padding:0;
	padding-left:15px;
	margin-top:0px;
	margin-bottom:0px;
}


body,
.content,td {
	font-size:14px;
	line-height:150%;
	color:#333;
}

.title *,h1 {
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:21px;
	font-weight:bold;
	font-style:normal;
	line-height:125%;
	letter-spacing:normal !important;
	color:#ED1B24;
}
.title a,h1 a {
	color:#5E010C;
}
.title a:hover,h1 a:hover {
	color:#5E010C;
}

/* Clear all patch */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {display: inline-block;}

