/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	text-shadow: #000000 0 0 0px;
	outline:none;
}
/* this resets all margins and padding and borders to 0 */
h1, h2, h3, h4, h5, h6 {
	font-size: 10px;
}
/* this fixes ie double top margin */
.clear {
	clear: both;
}
/* this is to clear floated elements */
img {
vertical-align: text-bottom;
/* this fixes the whitespace under images in IE6 */
}
.dupfix {
	float: left;
	width: 1px;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
	/* this is to fix the duplicated text under floated elements bug in IE */
}
ol {
	margin-left: 2em;
}
ul {
	margin-left: 2em;
}
a{
	outline:none;
}
img a{
	border: none;
}
img{
	border:none;
}