html {
	overflow-y: scroll;
}

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	background-color:#fff;
}

a {
	color: #000;
}

img {
	border: none;
	margin: 0px;
}

h2{
	font-weight: normal;
	font-size: 13px;
}

p.smalltext { 
	font-size: 10px;
}

#frame {
	width: 900px;
	height: 100%;
	margin: 0px auto;
	background-color: #fff;
}

table {
	margin: 0px auto;
}

td.image {
	vertical-align: bottom;
	text-align: center;
}
td.image img {
	max-height: 170px;
	max-width: 150px;
}

