body
{
	background-color: #000033;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
	margin: 0px;
	text-align: center;
}

.outer
{
	position: relative;
	margin: 0 auto;
	width: 500px;
	overflow: hidden;
}

.flash
{
	width: 500px;
	height: 250px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	text-align: left;
	color: red;
	font-size: 24px;
}

.remainder
{
	visibility: hidden;
	text-align: left;
}

table.linkTable
{
	width: 100%;
}

td.leftCell, td.rightCell
{
	vertical-align: top;
}

td.rightCell
{
	text-align: right;
}

span.cellHeading
{
	font-size: 20px;
}

div.portfolioLink
{
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold; /* to overcome IE bug - should have inherited from 'outer' */
}

div.portfolioLinkOver
{
	color: #FFFFFF;
}

a:link, a:visited, a:active {color: #CCCCCC;}
a:hover {color: #FFFFFF;}

