
html, body {
	text-align: left;
	background-color: black;
	font-family: verdana, sans-serif;
	font-size: 30px;
	color: #d7cdce;	
	height: 95%;
}
.firstline {
	font-size: 32px;
	color: #928e8d;
}
.secondline {
	font-size: 28px;
}
.about {
	font-size: 16px;
	color: #928e8d;	
}
.aboutxt {
	font-size: 16px;
	color: #d2cccc;	
}
a {
	color: #d2cccc;
	text-decoration: none;
}
a:hover {
	color: #666666;
}
img {
	border: 0;
}
img.brd {
	border: solid 1px #474747;
}

table {	
	border-collapse: collapse;
	border: none;
	padding: 0 0 0 0;
}
table.main {	
	border-collapse: collapse;
	border: none;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
}

td.r {
	border-right: solid 1px #474747;
}
td.rb {
	border-right: solid 1px #474747;
	border-bottom: solid 1px #474747;
}
td.b {
	border-bottom: solid 1px #474747;
}
td.menu {	
	border-bottom: solid 1px #474747;
	font-size: 18px;
}
td.menugm {	
	height: 52px;
	border-bottom: solid 1px #474747;
	font-size: 18px;
	padding-left: 35px;	
}
td.back {
	border-bottom: solid 1px #474747;
	font-size: 16px;
}

label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

input
{
color: #000000;
background: #928e8d;
border: 1px solid #474747;
font-family: verdana, sans-serif;
font-size: 14px;
width: 150px;
}
.submit input
{
margin-left: 4.5em;
color: #000000;
background: #928e8d;
border: 1px solid #474747;
font-family: verdana, sans-serif;
font-size: 14px;
width: 100px;
}
textarea
{
color: #000000;
background: #928e8d;
border: 1px solid #474747;
font-family: verdana, sans-serif;
font-size: 14px;
width: 150px;
height: 80px;
}
