/* General HTML elements */
/*body {
    font: 0.8em Trebuchet MS,Arial, Tahoma,Helvetica, sans-serif;
	margin: 0px auto;
    padding: 0px;
}*/
h1,h2,h3,h4,h5,h6 {
    font-weight: bolder;
}
/*--FIX THE LINE-HEIGHT FOR SAFARI / IT'S SAMLLER THAN OTHER BROWSERS--*/
/*\*/ html* 
#main,h1,h2,h3,h4,h5,h6 {
	line-height: 1.2em;
}
/**/

* html #main,
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6,
* html p,
* html form,
* html ul,
* html ul li,
* html ol,
* html ol li,
* html dl,
* html dl dt,
* html dl dd {
	line-height: normal;
}

p,
form,
ul,
ul li,
ol,
ol li,
dl,
dl dt,
dl dd {
	margin: 0;
	padding: 0;
}
ul,
ul li {
	list-style: none;
}
img {
	border: none;
}

a:link,
a:visited {
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
}
input,
select,
textarea {
    font: 1em Trebuchet MS,Arial, Tahoma,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;
}
.ClearDemo {
	clear: left;
}
/* End of: For Windows */
/*img, div {
	behavior: url(iepngfix.htc);
}*/