/* CSS Document */

body {
background-color: #000000;
margin: 0px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #eeeeee;
background-image: url(../images/pagebackground.gif);
}

/* links */

a:link {
	text-decoration: underline;
	color: #d8d8d8;
}
a:visited {
	text-decoration: underline;
	color: #d8d8d8;
}
a:hover {
	text-decoration: none;
	color: #d8d8d8;
}
a:active {
	text-decoration: underline;
	color: #d8d8d8;<br>
}

a.button:link {
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #d8d8d8;
	font-size: 12px;
	font-weight: bold;
}

a.button:visited {
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #d8d8d8;
	font-size: 12px;
	font-weight: bold;
}

a.button:active {
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: d8d8d8;
	font-size: 12px;
	font-weight: bold;
}

a.button:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #d8d8d8;
	font-size: 12px;
	font-weight: bold;
}






/* tables */

.main_table 
{width: 900px;
border: solid 1px #eeeeee; border-top: none;
background-color: #000000; margin-left: auto; margin-right: auto;
}

.header 
{ width: 900px;
}

.button_holder
{width: 900px;
background-image: url(../images/button_background.jpg);
text-align: left;
border-bottom: solid 1px #eeeeee; border-top:  solid 1px #eeeeee;}

.buttons_table
{width: 500px;
padding: 8px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-align: center;
}

.footer
{width: 900px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
padding: 10px;
text-align: center;
}

/* sign up */

.su_content
{width: 900px;
background-color: #000;
height: 600px;
}

.su_main
{width: 900px;
}

.su_fields
{width: 300px;
padding: 4px;
text-align:right;
}

.su_boxes
{width: 600px;
text-align: left;
padding-left: 8px;
padding-top: 8px;
}
