html
{
	height: 100%;
}
body
{
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: Black;
	color: White;
	height: 100%;
}
td
{
    vertical-align: top;
}
img
{
    border-style: none;
}
a
{
	color: White;
}
a:hover
{

}
ul
{
	padding-left: 0;
	margin-left: 1.0em;
}
table.fullpage
{
	width: 100%;
	height: 100%;
	margin: auto auto 0 auto;
}
td.bg
{
	background-image: url('../images/tile.gif');
	background-repeat: repeat;
}
td.bg2 {
	background-position: right;
}
td.panel
{
	width: 1000px;
	background-image: url('../images/tileBorder.gif');
	background-repeat: repeat-y;
}
table.main { }
	td.leftSide
	{
		width: 260px;
		padding-top: 40px;
	}
	td.rightSide
	{
		width: 740px;
	}
	td.leftBorder
	{
		border-right: solid 1px White;
	}
	td.rightBorder
	{
		border-left: solid 1px White;
	}
div.leftSide_top
{
	padding-left: 20px;
}

div.footer
{
	margin-bottom: 1.0em;
	margin-left: 50px;
	font-size: 10px;
	letter-spacing: 1px;
}
	div.footer a
	{
		color: White;
		margin-right: 10px;
	}

