body
{
	background:#000000 url('images/background.png');
	color:#808080;
    font-family: 'Questrial', sans-serif;
	font-size:100%;
}

table.maintable
{
	text-align:center;
	width:650px;
}

tr.separator
{
	height:10px;
}

tr.heading_top
{
	background-image:url('images/titlebar_top.png');
	height:2px;
}
tr.heading
{
	color:#ffffff;
	background:#0000ff;
	font-size:120%;
}
tr.heading_bottom
{
	background-image:url('images/titlebar_bottom.png');
	height:2px;
}

tr.content_top
{
	background-image:url('images/content_top.png');
	height:10px;
}
tr.content
{
	color:#808080;
	background:#333333;
}
tr.content_bottom
{
	background-image:url('images/content_bottom.png');
	height:10px;
}

tr.black_top
{
	background-image:url('images/black_top.png');
	height:2px;
}
tr.black
{
	color:#808080;
	background:#000000;
    font-size:75%;
}
tr.black_bottom
{
	background-image:url('images/black_bottom.png');
	height:2px;
}

tr.error_top
{
	background-image:url('images/error_top.png');
	height:10px;
}
tr.error
{
	color:#ffffff;
	background:#ff0000;
}
tr.error_bottom
{
	background-image:url('images/error_bottom.png');
	height:10px;
}

a {text-decoration:none;}
a:link {color:#00ffff;}
a:visited {color:#008080;}
a:hover {color:#008000;}
