body { 
	color: #f4a266;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	background-color: #000000;
	background-image: ;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed
}

div {
}

table {
	border-color: #000000;
	border-style: none;
}

td.menu {
	color: #ffff00;
	text-align: center;
	width: 20%;
}

td.header {
	background-color: #555555;
	color: white;
	font-size: 12pt;
	font-style: italic;
	font-family: arial;
	font-weight: bold;
	text-indent:  5px;
}
td.list {
	background-color: #999999;
	color: black;
	font-size: 10pt;
	font-style: normal;
	font-family: arial;
	font-weight: normal;
	text-indent:  5px;
}

a:link {
	color: #f4a266;
}

a:visited {
	color: white;
}

a:hover {
	color: white;
}

a:active {
	color: #f4a266;
}

a{text-decoration:none}


