/* CSS Document */

html, body {margin:0;padding:0;} 

body {
	font-size: 12px;
	font-family:arial,ËÎÌå,serif;
	background:#000;
	line-height:21px;
	}

table {
	font-family:arial,ËÎÌå,serif;
	color: #666666;
	font-size: 12px;
}
td {
     word-break: normal; line-height:21px;
}

a:link,
a:visited {
	text-decoration: none;
	color: #949494;
}
a:hover {
	text-decoration: underline;
	color:#949494;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}
.clear{
	border-top:1px solid transparent !important;
	margin-top:-1px !important;
	border-top:0;
	margin-top:0;
	clear:both;
	visibility:hidden;
}
/****** Form Controls Styles ******/
