/* CSS Document */

* {
	font-size:12px;
}
a:link {
	font-size: 12px;
	text-decoration: none;
	color:#464646;
}
a:visited {
	font-size: 12px;
	text-decoration: none;
	color:#464646;
}
a:hover {
	font-size: 12px;
	text-decoration: underline;
	color:#464646;
}
a:active {
	font-size: 12px;
	text-decoration: none;
	color:#464646;
}
body {
	background: #464646;
	margin:0px;
}
.tdbg
{
	border: 1px solid #D2D3D9;
	padding-top:4px;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:4px;
	line-height: 120%;
}

