/* Global */
body {
	margin: 0px;
	background-color: #ffffff;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #666666;
	line-height: 14pt;
}

a:link, a:visited { color: #666666; text-decoration: none; }
a:hover { color: #666666; text-decoration: underline; }

img {
	border: none;
}

/* Splash */

/* Internet Explorer */
div.footer {
	margin-top: 0px;
	padding-top: 0px;
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 503px;
}

/* Firefox */
html>body div.footer {
	position: fixed;
	width: 100%;
}

/* All pages */

/* Top bar */
div.top {
	margin: 0px;
	width: 100%;
	height: 60px;
	padding: 0px;
	background: url(../graphics/background-10x60.gif);
	background-repeat: repeat-x;
}

/* Messages */
p.message {
	margin-top: 180px;
	text-align: center;
	font-size: 11pt;
}

/* Links in paragraphs */
p a:link, a:visited {
	text-decoration: underline;
}
