body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a.buttonLink:link {color: #CC9900; text-decoration: none; }
a.buttonLink:visited {color: #CC9900; text-decoration: none; }
a.buttonLink:hover {color: #CC9900; text-decoration: underline; }
a.buttonLink:active {color: #CC9900; } 

table {
	border:0px; 
	padding:0px; 
	margin:0px
}

.overflow {
	overflow: hidden; 
	width: 100%;
}

.nowrap {
	white-space: nowrap;	
}