body {
	font: 9pt "Segoe UI", Tahoma, Arial, Sanserif;
	color: #111;
	background: #fff url("images/bg.png") 0 0 repeat-x;
	margin: 0;
}
body#sf_files_body {
	background-image: none;
	margin: 1px;
}
body#sf_files_body span {
	font-size: 8pt;
	color: #aaa;
	background-color: transparent;
	float: right;
}
iframe.download {
	height: 150px;
	width: 96%;
}

img {
	border: 0;
}
h1 {
	font: 13pt "Trebuchet MS", Arial, Sanserif;
	clear: left;
}
h1 span {
	font-size: 11pt;
}
#page {
	margin-top: 100px;
	padding-left: 150px;
	width: 800px;
	background: #fff url("images/winbar.png") 80px 10px no-repeat;
}
#page p {
	line-height: 1.4em;
}
a {
	color: #940;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px dotted #b70;
}
a:hover {
	color: #720;
	background-color: #eee;
}
div.download {
	position: relative;
	float: right;
	width: 200px;
}
a.download {
	display: block;
	padding-left: 32px;
	margin-bottom: 10px;
	color: #444;
	background: transparent url("images/dl_grey.png") 0 6px no-repeat;
	border: 0;
}
a.download:hover {
	background-image: url("images/dl_norm.png");
	color: #000;
	background-color: transparent;
}
a.download strong {
	color: #940;
	background-color: transparent;
	display: block;
	font-size: 10pt;
}
a.download:hover strong {
	color: #720;
	background-color: transparent;
}
a.extlink {
	display: block;
	float: left;
	padding: 3px;
	margin-right: 5px;
}
div.footer {
	position: absolute;
	bottom: 0;
	height: 100px;
	left: 0;
	right: 0;
	padding-left: 320px;
	z-index: -1;
	background: transparent url("images/bg_footer.png") bottom left repeat-x;
	color: #000;
}
div.footer a {
	border: 0;
}
div.footer a:hover {
	color: #000;
	background-color: transparent;
}
