body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/holdingbg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
}
#Layer1 {
	position:absolute;
	width:50px;
	height:115px;
	z-index:1;
	left: 0px;
	top: 0px;
}
a:link {
	color: #cccccc;
	text-decoration: none;
	font-size:16px;

	padding:4px;
}
a:visited {
	color: #cccccc;
	text-decoration: none;
	font-size:16px;

	padding:4px;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-size:16px;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
	font-size:16px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.textbg {
background-image:url(images/menubg.png);
background-repeat:repeat;
text-align:justify;
}