/* General HTML elements */
body {
    font: 0.8em  Verdana, Arial, Helvetica, sans-serif;
	color: #4e4e4e;
	background: #ffffff;
	margin: 0px auto;
    padding: 0px;
	border-top: #e1e2e4 solid 23px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
ul,
ul li,
ol,
ol li,
dl,
dl dt,
dl dd,
blockquote {
	margin: 0;
	padding: 0;
}
ul,
ul li {
	list-style: none;
}
fieldset,
a img {
	border: none;
}
a:link,
a:visited {
	outline: none;
	color: #4a4a4a;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

input,
select,
textarea {
    font: 1.0em  Verdana, Arial, Helvetica, sans-serif;
}

.ClearItems:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.ClearItems {
	clear: both;
	display: inline; /* Mac */
}
/* For Windows */
* html .ClearItems,
* html .ClearItems * {
	height: auto;
}
.ClearItems {
	display: block;
}
/* End of: For Windows */