/* CSS Document */
body {
	background-color: #333333; margin-top:0px; margin-bottom:0px;
	
}
body,td,th {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ts{margin-right:10px; font-size:10px; margin-left:10px;}
.ts2{margin-right:3px; font-size:10px; margin-left:4px;}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF3300;
}
.tab{
border-bottom:solid 1px; border-bottom-color:#E2E2E2; padding-right:10px; font-size:11px}