body {
	background-color: #000000;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	margin-left:auto;
	margin-right: auto;
	}
p {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
}
.input {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	width:180px;
	height:18px;
}
.textbox {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	width:180px;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.Arial_11pt {
	font: 11px Arial, Helvetica, sans-serif;
}
.Arial_12pt {
	font: 12px Arial, Helvetica, sans-serif;
}
.Arial_14pt_bold {
	font: bold 14px Arial, Helvetica, sans-serif;
}
.colour_black {
	color: #000000;
}
.colour_white {
	color: #FFFFFF;
}
.colour_blue {
	color: #406c9e;
}
.colour_grey {
	color: #666666;
}
.padding_5px {
	padding-left:5px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: #406c9e;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: #406c9e;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
	color: #406c9e;
}

.dots {
	padding: 0 10px 0 10px;
	_margin-top:-10px;
	background-repeat:repeat-x;
	background-image: url(../images/dot.gif);
}
.dots_vert {
	background-repeat:repeat-y;
	background-image: url(../images/dot_vert.gif);
}

.ticker {
	background-repeat:no-repeat;
	background-position:left top;
	background-image: url(../images/ticker.gif);
}
#ticker_content {
	margin: 12px 0 0 141px; }
.content {
	width: 610px; 
	height:305px; 
	overflow: auto;
}
.content_2 {
	width: 610px; 
	height:305px; 
	overflow: auto;
}

.centering {
	width: 955px;
	height: 528px; 
	position: absolute;
	top: 50%; 
	margin-top:-264px; 
	left: 50%; 
	margin-left:-477px;
	overflow:hidden;
}

.flash_test{
	width: 327px;
	height: 470px;
	background-color: #9966CC;
	}
