body {
	font-size: 12px;
	line-height: 2;
	color: #333333;
}
table {  
 border-collapse:collapse

}
td   {
        font-size: 12px;
	    line-height: 2;
	    color: #333333;
		table-layout:fixed;
	    word-break:break-all;
	   
}
a:link {
	font-size: 12px;
	color: #0066CC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993300;
	border-top: none;
	border-right: none;
	border-bottom: 1px dashed #993300;
	border-left: none;
}
a:hover {
	font-size: 12px;
	text-decoration: none;
	left: 1px;
	top: 1px;
	position: relative;
	color: #669900;
	border: none;
}
.table {
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-right-style: none;
	border-left-style: none;
}
.table1 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
}
