body, p, td
{
	color: gray;
	text-align: justify;
	font-size: 10px;
	font-family: verdana, helvetica, sans-serif;
}

body
{
	text-align: center;
	background-color: black;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

table.center
{
	margin-left: auto;
	margin-right: auto;
}

a:link, a:visited
{
	color: #A59351;
	text-decoration: none;
}

a:hover, a:active
{
	color: #EDD374;
	text-decoration: underline;
}

textarea, select, .bginput
{
	font-size: 10px;
	font-family: verdana, helvetica, sans-serif;
	color: black;
	background-color: #AEAEAE;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
}