@CHARSET "ISO-8859-1";
body {
	background-color:	#959486;
	width:				100%;
	height:				100%;
	margin:				0px;
	padding:			0px;
	font-family: 		Verdana, sans-serif;
	font-size:			11px;
	text-indent: 		0px;
	font-weight: 		normal;
	text-decoration:	none;
	line-height:		16px;
	text-align: 		left;
	color:				#8b8b8b;
}

hr{
	border-top: 1px solid #999999;

}
.copytab{
	height: 5px;
	
}
.copylinks{
	padding-top: 0px;
	color: #dddddd;
	padding-left: 10px;
	vertical-align: top;
	line-height: 5px;
}

.copyrechts{
	padding-top: 0px;
	color: #dddddd;
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
	line-height: 5px;	
}

.copyrechts a:link, .copyrechts a:active, .copyrechts a:visited{
	color: #dddddd;
	text-decoration: none;
}

.copyrechts a:hover{
	color: #8b8b8b;
	text-decoration: none;
	background-color: #dddddd;
}