
/* GENERAL ------------------------------------------------------------------ */

/* Zero default margin & padding around common elements */
body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul
{
	margin: 0;
	border: 0 none #FFFFFF;
	padding: 0;
}

body
{
	background-color: #232323;
	color: #ffffff;
	line-height: 1.4;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 85%;
	text-align: left;
	font-weight: 100;
	text-align: center;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
}

a
{
	color: #33ccff;
	text-decoration: underline;
}

a:visited
{
	color: #33ccff;
}

a:hover
{
	text-decoration: none;
}

img
{
	border: 0 none transparent;
}

input, select, table, textarea
{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.replacement
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

a .replacement
{
	cursor: hand;
	c\ursor: pointer;
}

#top
{
	position: absolute;
	left: -9999px;
	top: -9999px;
}




/* CONTENT ----------------------------------------------------------------- */

#content
{
	width: 25em;
	margin: 0 auto;
	padding-top: 40px;
	text-align: left;
}

h1
{
	width: 171px;
	height: 33px;
	color: #ffffff;
	font-size: 200%;
	font-weight: 100;
	line-height: 50px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}

h1:hover
{
	background-position: 0 -33px;
}

h1 a
{
	display: block;
	width: 171px;
	height: 33px;
	overflow: hidden;
	text-indent: -9999px;
	color: #ffffff !important;
	text-decoration: none;
}

h1 a:hover
{
	color: #0099ff !important;
}

p
{
	margin-top: 1.4em;
}

.disclaimer
{
	font-size: 85%;
	color: #7f7f7f;
}