/* IE Hacks  */

* html {
}

/*  IE7 Hacks */

*:first-child+html {
}


* {
	margin: 0;
	padding: 0;
	/*border: none;*/
}

html {
	/*text-shadow: #000 0px 0px 0px;/*For Safari*/
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}


p, pre, blockquote, ul, ol, dl, address {
	font-weight: normal;
	margin: 0 0 1em;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

li, dd, blockquote { margin-left: 1em;}

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #545454;
}

a:hover {
	text-decoration: underline;
}

a img,  a:hover img, a:visited img, a:active img {
	border: none 0px;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

img {
	border: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.clear  {
	float: both;
}