html, body {
	background-color: #4e4e4e;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	margin: 0;
	padding: 0;
	border: 0px;
	text-align: center;
}

table, tr, td
{
	background-color: #000000;
	text-align: left;
}

.leftborder
{
	background: url('../_img/edge_left.gif');
	width: 56px;
}

.rightborder
{
	background: url('../_img/edge_right.gif');
	width: 56px;
}


a:link
{
	color: #eeaa17;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #ffbf35;
	font-weight: bold;
	text-decoration: underline;
}

a:active
{
	color: #ffbf35;
	font-weight: bold;
	text-decoration: underline;
}

a:visited
{
	color: #a77710;
	font-weight: bold;
	text-decoration: underline;
}

.smalldate
{
	font-size: 10px;
	color: #444444;
	line-height: 13px;
}

.footer
{
	background-image('_img/baseline.gif');
}



H1
{
font-size: 20px;
line-height: 22px;
font-weight: bold;
margin-top: 0px;
}
