body, html {
	height: 100%;
}
body {
	margin: 0px;
	background: #FFE04A url(../images/bg_deiced.gif) repeat-x;
}
body, td, div, span {
	font: 12px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #BFA837;
}
td { vertical-align: top; }
th {
	font: bolder 12px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #BFA837;
	background: #000000;
}
#signup_form td { vertical-align: middle; }
p {
	margin: 0px;
	padding: 0px 5px 5px 5px;
}

#masterTable {
	width: 700px;
	background: #333333;
}

.side_left { background: url(../images/side_left_deiced.gif) repeat-y; }
.side_right { background: url(../images/side_right_deiced.gif) repeat-y; }
.bottom_deiced { background: url(../images/bottom_deiced.gif) repeat-x; }

.header { background: url(../images/header_deiced.gif) repeat-x; }

#main {
	background: #333333 url(../images/bg_main.gif) repeat-x;
	height: 100%;
}

a			{ color: #FFE04A; text-decoration: none; }
a:active	{ color: #FFE04A; text-decoration: none;}
a:hover		{ color: #FFE04A; text-decoration: underline;}
a:visited	{ color: #FFE04A; text-decoration: none;}

h1 {
	font: bold 18px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: inline;
}
h2 {
	font: bold 15px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #FFE04A;
	display: inline; 
}

input,textarea,select {
	padding: 3px;
	background-color: #000000;
	font: normal 12px/13px Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #FFE04A;
}

.tag {
	text-align: right;
	color: #FFE04A;
	font: bold 12px/13px Geneva, Arial, Helvetica, sans-serif;
}

.darkVoid {
	padding: 5px;
	border: 1px solid #FF04A;
	background: #000000;
}
.stripe {
	background: #222222;.
	cursor: auto;
}
.highlight {
	background: #666666;
	cursor: pointer;
}
.void {
	cursor: auto;
}

#copyright h1 {
	color: #333333;
	font: bolder 8px/10px Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}