/* CSS Document */
body,td,th {
	color: #333333;
	font: 14px/200% Arial, Helvetica, sans-serif;
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	word-break:break-all; 
    table-layout: fixed;}
.bold{font-weight:bold;}
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: #333333;
}
.tab2{border: 1px solid #CCCCCC;}