
a:link    { color: #0000cc; }
a:visited { color: #660066; }
a:active  { color: #cc0000; }
a:hover   { color: #0000cc; }

body
{
	background-color: #ffffff;
	color: #000000;
	background: url("./images/back.gif") fixed;
	margin-top: 0px;
	margin-left: 0px;
}

img
{
	border: none;
}

.header
{
	font-size:28px;
	font-weight: bold;
	text-align: center;
}

.contentName
{
	font-weight: bold;
	text-align: center;
}

.button
{
	text-align: center;
	vertical-align: middle;
	font-size: 28px;
	width:  256px;
	height: 48px;
	background: url("./images/button.gif");
}

.siteTitle
{
	text-align: center;
}

.footer
{
	text-align: center;
}

.separator
{
	text-align: center;
}

.contentTableArea
{
	text-align:   center;
	margin-left:  auto;
	margin-right: auto;
}

.contentTable
{
	margin-left:  auto;
	margin-right: auto;
	text-align: left;
}

.onlyForTTY
{
	display: none;
}

.backgdoundTable
{
	position: absolute;
	left:     32px;
	top:      32px;
	width:    640px;
}

