body
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 80%;
	margin: 0;
	padding: 0;
	background-color: Black;
	color: White;
}

td
{
	font-size: 70%;
}


td.small_gray
{
	color: #989898;
	font-size: 60%;
}

td.top
{
	background-position: top;
	background-repeat: repeat-x;
}

td.bottom
{
	background-position: bottom;
	background-repeat: repeat-x;
}

td.left
{
	background-position: left;
	background-repeat: repeat-y;
}

td.right
{
	background-position: right;
	background-repeat: repeat-y;
}

td.center
{
	background-position: left;
	background-repeat: repeat-x;
}


a
{
	font-size: 100%;
	color: White;
	text-decoration: underline;
}

a strong
{
	text-decoration: underline;
	font-size: 100%;	
}

a.gray, a.gray:hover, a.gray:active, a.gray:visited
{
	color: #989898;
	font-size: 100%;
	text-decoration: underline;
}

a.page, a.page:active, a.page:visited
{
	color: White;
	font-size: 100%;
	text-decoration: none;
}

a.page strong
{
	text-decoration: none;
}

a.page:hover
{
	color: #DCDCDC;
	font-size: 100%;
	text-decoration: none;
}



p
{
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
}

div
{
	padding: 5px;
	margin: 0px;
}

a.more
{
	text-decoration: underline;
}

object
{
	padding: 0px;
	margin: 0px;
}
.header
{
	font-size: 140%;
	font-weight: normal;
	text-decoration: none;
}
