body {
	background-attachment: fixed;
	background-image: none;
	background-color: #000000;
	font-size: 11pt;

}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
}
div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	font-size: 11pt;
}
a:hover {
	color:#FFFFFF;
	text-decoration:none;
	cursor:hand;
	font-size: 11pt;
}
a:active {
	color:#FFFFFF;
	text-decoration:underline;
	font-size: 11pt;
}