
/* CSS Document */

body,td,th {
	margin: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
}
body {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


/* Header */

#header {
	position: absolute;
	top: 48px;
	left: 49px;
}

/* Footer */

#footer {
	position: absolute;
	top: 725px;
	left: 49px;
	font-size: 9px;
}