body
{
	margin: 0px;
	padding: 0px;
	background-color: #1c1c1c;
	font-size: 11px;
	color: #eeeeee;
	font-family: tahoma;
}
td
{
	font-size: 11px;
	color: #eeeeee;
	font-family: tahoma;
}
img
{
	border: 0px;
}

textarea
{
	border: 1px solid lightgrey;
	font-family: tahoma;
	font-size: 11px;
}
input.register
{
	border: 1px solid lightgrey;
	font-family: tahoma;
	font-size: 11px;
}
input.button
{
	font-family: tahoma;
	font-size: 10px;
	background-color: #eeeeee;
}
input.spbutton
{
	font-family: verdana;
	color: Red;
	font-size: 10px;
	font-weight: bold;
	background-color: #eeeeee;
	width: 320px;
}
select.register
{
	border: 1px solid lightgrey;
	font-family: tahoma;
	font-size: 11px;
}

a:link
{
	color: #FF1B1B;
	text-decoration: underline;
}
a:visited
{
	text-decoration: underline;
	color: #FF1B1B;
}
a:hover
{
	color: orange;
	text-decoration: underline;
}

a.bracket:link
{
	color: #FF1B1B;
	text-decoration: none;
}
a.bracket:visited
{
	text-decoration: none;
	color: #FF1B1B;
}
a.bracket:hover
{
	color: orange;
	text-decoration: none;
}

table.registrationsteps
{
	background-color: white;
}
table.registrationsteps td
{
	font-family: tahoma;
	font-size: 11px;
	width: 25%;
	border: 1px dashed gray;
	padding: 3px;
}

table.info
{
	background-color: #292929;
}
table.info td
{
	color: White;
	font-family: verdana;
	padding-right: 5px;
}


table.menu td a:link
{
	color: white;
	text-decoration: none;
}
table.menu td a:visited
{
	color: white;
	text-decoration: none;
}
table.menu td a:hover
{
	color: gray;
	text-decoration: none;
}

a.dim:link
{
	color: dimgray;
	text-decoration: none;
}
a.dim:visited
{
	text-decoration: none;
	color: dimgray;
}
a.dim:hover
{
	color: white;
	text-decoration: none;
}


a.dimhigh:link
{
	color: #23c823;
	text-decoration: none;
}
a.dimhigh:visited
{
	text-decoration: none;
	color: #23c823;
}
a.dimhigh:hover
{
	color: white;
	text-decoration: none;
}

a.dimlow:link
{
	color: #ff2222;
	text-decoration: none;
}
a.dimlow:visited
{
	text-decoration: none;
	color: #ff2222;
}
a.dimlow:hover
{
	color: white;
	text-decoration: none;
}
