TD {
	font-size: 9pt;
}

A:link {
	text-decoration: none;
	color: #4b4b4b;
}

A:visited {
	text-decoration: none;
	color: #4b4b4b;
}

A:active {
	text-decoration: none;
	color: #4b4b4b;
}

A:hover {
	text-decoration: none;
	background-color: #d2d2d2;
	color: #4b4b4b;
}

body {
	width: 780px; 
	margin: 39px auto;
	padding: 0;

	font-size: 9pt;
	color: #4b4b4b;
	font-family: Century Gothic;
	overflow-y: scroll;
	background-color: #ffffff;
	background-image: url("");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}

iframe {
	border: 0px #c9c9c9 solid;
}
