body {
	margin: 0px 0px;
	padding: 0px 0px;
	font-family : Tahoma;
	overflow:hidden;
}
A:link,A:active,A:visited {
	color: #828282;
}
A:hover {
	color:#000000;
	text-decoration: none;
}
div,form {
	margin: 0px 0px;
	padding: 0px 0px;
	line-height: 16px;
	font-size: 11px;
	color: #828282;
	font-family: Tahoma;
}
td,tr,p {
	line-height:13px;
	font-size : 11px;
	color: #828282;
	font-family:Tahoma;
}
/*  opacity  */
.img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
}
.img75 {
	filter:alpha(opacity=75);
	-moz-opacity:0.7;
}
.img50 {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
.img0 {
	filter:alpha(opacity=0);
	-moz-opacity:0;
}