

body
{
	background-color: rgb(255,255,230); 
}

table.BLOCK
{
	font-family: Helvetica, Verdana, Arial, sans;
	font-size: 16pt;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	margin: none;
	padding: none;
	width: 100%;
	
	color: rgb(255,255,230); 
}

table.BLOCK tr.BB
{
	height: 100px;
}

table.BLOCK td
{
	width: 33%;
	
		border-style: solid;
	border-width: 5pt;
	border-color: rgb( 200, 200, 200 );
}

table.BLOCK td.B1
{
	background-color: rgb( 160, 0, 160 );
}

table.BLOCK td.B2
{
	background-color: rgb( 0, 160, 160 );
}

table.BLOCK td.B3
{
	background-color: rgb( 160, 160, 220 );
}

table.BLOCK td.B4
{
	background-color: rgb( 220, 0, 0 );
}

table.BLOCK td.B5
{
	background-color: rgb( 160, 160, 0 );
}

table.BLOCK td.B6
{
	background-color: rgb( 0, 0, 220 );
}

p, ul
{
	font-family: Helvetica, Verdana, Arial, sans;
	color: rgb(0,0,0);
	text-align: justify;
	line-height: 130%;
}


.Z
{
	font-family: Helvetica, Verdana, Arial, sans;
	color: rgb(0,0,0);
	text-align: center;
	line-height: 130%;
}




