* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: "Lucida Grande", Georgia, sans-serif;
	font-size: 67.5%;
	background-color: #000000;
	background-image: url(./bg.gif);
        background-repeat: repeat;
	color: #ffffff;
}
a {
	color: #ffffff;
	background : #000000;
	text-align : center;
}
a:hover {
	color: #ffffff;
	background : #000000;
	text-align : center;
	text-decoration: none;
}
a:focus {
	color: #ffffff;
	background : #000000;
	text-align : center;
}
a:active { font-style: italic; } a:hover { font-style: italic; font-weight: bold;
}

img {
	border: 0;
	color : #ffffff;
	background : #000000;
	text-align : center;
}

p {
	color : #ffffff;
	background : #000000;
	text-align : center;
	font-size: 1.1em;
	line-height: 1.6em;
}

h1  {
	color : #ffffff;
	background : #000000;
	text-align : center;
	font-size : 2.0em;  /* 24pt;  */
	font-weight : bold;
}

h1 .small, H1 small {
	color : #ffffff;
	background : #000000;
	text-align : center;
	font-weight: normal;
	font-size: 0.42em;
}

#page_wrap {
	width: 1062px;
	z-index: 1;
	margin: 10px auto;
}

#topfade {
	width: 1062px;
	height: 200px;
	z-index: 99;
	position: fixed;
	top: 0px;
	background: url("./topfade.png") bottom center no-repeat;
}