/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
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 */
}
a{
	outline:none;
}
img{
	outline:none;
}
img a{
	outline:none;
}