/* CSS Document */body {		margin:0;		padding:0;		background:#ffffff;	}	table {		width:100%;        height:100%;	}	td {        vertical-align:middle;        text-align:center;	}	body,td,th {	font-family: Helvetica, Arial, Verdana;	font-size: x-small;	color: #333333;}a:link {	color: #990000;	text-decoration: none;}a:visited {	text-decoration: none;	color: #999999;}a:hover {	text-decoration: underline;	color: #990000;}a:active {	text-decoration: none;}