/* CSS Document */
body,td,th {
	
	font-size: 12px;
	line-height:180%;
	color: 9d9d9d;
}
body {
	cursor: url('../../image/mouse.cur');

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	font-size: 12px;
	color: #9d9d9d;
}
a:link {
	cursor: url('../../image/dd.cur');
	text-decoration: none;
}
a:visited {
	cursor: url('../../image/d.cur');
	text-decoration: none;
	color: #9d9d9d;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a.w:link {
	text-decoration: none;
	color: #E8E8E8;
}
a.w:visited {
	text-decoration: none;
	color: #E8E8E8;
}
a.w:hover {
	text-decoration: none;
	color: #E8E8E8;
}
a.w:active {
	cursor: url('../../image/d0.cur');
	text-decoration: none;
	color: #E8E8E8;
}


.input { background-color:#000000; border:0px; height:16px;color:#0d9d0d}
