table.block
{
	background-color: #353550;
	margin-bottom: 10px;
	width: 500px;
	border-left: 1px solid #A0A0A0;
	border-right: 1px solid #404040;
	border-top: 1px solid #A0A0A0;
	border-bottom: 1px solid #404040;
	padding: 0px;
	font-family: Verdana;
	font-size: 10pt;
}

table.block_high
{
        background-color: #9090AA;
        margin-bottom: 10px;
        width: 500px;
        border-left: 1px solid #A0A0A0;
        border-right: 1px solid #404040;
        border-top: 1px solid #A0A0A0;
        border-bottom: 1px solid #404040;
        padding: 0px;
}


table.block td,table.block_high td
{
	text-align: center;
	vertical-align: top;
        border-left: 1px solid #A0A0A0;
        border-right: 1px solid #404040;
        border-top: 1px solid #A0A0A0;
        border-bottom: 1px solid #404040;
}

table.block td h2,table.block_high td h2
{
	color:#FFFFFF;
	font-family:Verdana;
	font-size: 9pt;
	margin: 0px 0px 0px 0px;
	padding: 0px;

}

table.block td div
{
	background-color:#555570;
}
