html {
	overflow-y: scroll;
}
body {
	font-family: Verdana, Arial, sans-serif;
	color: #727272;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
td {
	font-family: Verdana, Arial, sans-serif;
	border-color: #C1C1C1;
}
img {
	border-width: 0;
	border-color: #D1D1D1;
}

a:link {
	color: #727272;
}
a:visited {
	color: #727272;
}

/* Text that must not be wrapped */
.nobreak {
	white-space: nowrap;
}
