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

a:hover
{
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;
}

table, tr, td, div
{
	border-collapse: collapse;
	border-spacing: 0px;
	vertical-align: top;
	z-index: 0;
}

body 
{
	margin: 0px 0px 5px 0px;
	color: white;
	background-color: black;
	font-size: 10pt;
}

div.global
{
	margin: auto;
	width: 960px;
}

div.top
{
	background-image:url(../top.jpg);
	background-position: top center;
	background-repeat: no-repeat;

	height: 211px;
}

table.navi
{
	width: 880px;
	table-layout: fixed;

	text-align: center;
	margin: 172px 40px 0px 40px;
}

table.main
{
	background-color: #141414;
}

td.left
{
	background-image:url(../left.jpg);
	background-position: bottom left;
	background-repeat: repeat-y;
	
	vertical-align: bottom;
}

td.middle
{
	width: 860px;
	padding: 10px;
}

td.right
{
	background-image:url(../right.jpg);
	background-position: bottom right;
	background-repeat: repeat-y;

	vertical-align: bottom;
}

div.bottom
{
	background-image:url(../bottom.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;

	height: 38px;

	margin-top: -2px;
}

p.headline
{
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
}

#inset
{
	border-color: #cc0000;
	border-style: inset;
	border-width: 1px 1px 1px 1px;
	background-color: #141414;

	color: #ffffff;
}

#outset
{
	border-color: #cc0000;
	border-style: outset;
	border-width: 1px 1px 1px 1px;
	background-color: #141414;

	color: #ffffff;
}













