body
{
background-image:url('images/bkgd.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-color:#000000;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body, table, td, tr {
	font: 13px Courier, sans-serif;
	color: #333;
	line-height: 150%;
}
a {text-decoration: none;}a:active {text-decoration: underline;}a:hover
{text-decoration: underline;}

a {	
	color: #FFF 
}
*.*:visited, *.*:active {
	font-family: inherit;
	font-size: inherit;
	font-wieght: inherit;
	color: inherit
}
.font16 {
	font: 16px Courier, sans-serif;
	color: #333
}
.font16bold {
	font: bold 16px Courier, sans-serif;
	color: #333
}
.font13white {
	font: 13px Courier, sans-serif;
	color: #FFF;
	line-height: 150%;
}
.font14red {
	font: 14px Courier, sans-serif;
	color: #CC0000
}
.font13bold {
	font: bold 13px Courier, sans-serif;
	color: #333
}
