@charset "UTF-8";
/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
        border-collapse:collapse;
        border-spacing:0;
}
fieldset,
img {
        border:0;
		margin:0;
		padding:0;
		outline:0;
		/*display:block;*/
}
.clear {
	clear: both;
}
a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
} 
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a , a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover{
	color: #FFF;
	text-decoration: underline;
}