body {
	margin: 0px;
	padding: 0px;
	background: #ffffff url('bg.gif') repeat-y center top;
}

.bold {
	font-size: medium;
	font-weight: bold;
}

A:link {
	color: #999999;
	text-decoration: none
}

A:visited {
	color: #999999;
	text-decoration: none
}

A:hover {
	color: #999999;
	text-decoration: underline;
}

A:active {
	COLOR: #999999; TEXT-DECORATION: none
}

#left {
	width: auto;
}

#bar {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #eeeeee;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -210px -375px;
	width: 300px;
}

.text {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

.right {
	text-align: right;
	font-weight: bold;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	text-align: center;
}

#flashcontent {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -210px -75px;
	width: 460px;
}

#right {
	width: auto;
}

#bar A {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none
}

#bar A:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}