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

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
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,hr {
	margin:0px;
	padding:0px;
}

h2{
	color:#009cdd;
	font-size:13px;
}

a {
	outline:none;
	text-decoration:none;
	cursor:pointer;
}

hr,.hr {
	display:block;
	height:1px;
	border:0px;
	margin-top:10px;
	border-bottom:1px solid #465862;
	margin-bottom:10px;
}

a {
	color:#10a3e2;
	text-decoration:none;
}
	a:hover {
		text-decoration:underline;
	}

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:#39434c;
}

.title *,h1 {
	font-family:Baskerville, Times, Times New Roman, serif;
	font-size:22px;
	font-weight:bold;
	font-style:normal;
	line-height:150%;
	letter-spacing:normal !important;
	color:#e4352c;
}
.title a,h1 a {
	color:#e4352c;
}


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

