/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bg.jpg);
	background-attachment: fixed;
}
body,td,th {
	font-family: Tahoma;
	font-size: 8.5pt;
	color: #FAFAFA;
}
a:link {
	color: #E8E0D3;
	text-decoration: none;
}
a:visited {
	color: #E8E0D3;
	text-decoration: none;
}
a:hover {
	color: #E8E0D3;
	text-decoration: underline;
}
a:active {
	color: #FAFAFA;
	text-decoration: none;
}
.brn {
	font-size: 14pt;
	color: #E8E0D3;
}
.wht {font-size: 14pt}
img { border-color: #CCCCCC; }