a {
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
tr {
	font-size: 12px;
	text-decoration: none;
}
td {
	font-size: 12px;
	text-decoration: none;
}

a:link {
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
        position:relative;left:1px;top:1px;
}
a:active {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	font-size: 12px;
	text-decoration: none;
}
div{
        overflow: hidden; 
        text-overflow:ellipsis;
}
body{
      SCROLLBAR-FACE-COLOR:#8FA9AC;
      SCROLLBAR-HIGHLIGHT-COLOR:#182C33;
      SCROLLBAR-SHADOW-COLOR:#182C33;
      SCROLLBAR-3DLIGHT-COLOR:#182C33;
      SCROLLBAR-ARROW-COLOR:#182C33;
      SCROLLBAR-TRACK-COLOR:#182C33;
      SCROLLBAR-DARKSHADOW-COLOR:#182C33;
      word-break:break-all;
      font-size:12px;
}