.tableheight {
	height: 100%;
}

body {
background-color: #363636;
margin-top: 0px;
margin-bottom: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
color: #363636;
}


td {
font-size: 15px;
}

a {
	color : #dddddd;	
	border : 0;
	font: normal; font-family: Arial, Helvetica, sans-serif; font-size: 15px; text-decoration: undelined;
}

a:hover {
	color : #ffffff;
	border : 0;
	font: normal; font-family: Arial, Helvetica, sans-serif; font-size: 15px; text-decoration: none;
}

.white_txt {
color: #ffffff;	
}