/* CSS Document */

body
{
    background-color:rgb(204,204,204);
	font-family: Arial, Helvetica, sans-serif;
}

table.topRow
{
    width:975;
    height:60;
}

table.centerRow
{
	width:975;
	height:430;
}

table.bottomRow
{
	width:975;
	height:60;
}

td.topCell
{
	width:975;
	vertical-align:bottom;	
	font-size: 26px;
	font-weight: bold;
	color:rgb(0, 0, 0);
}

td.centerLeft
{
     width:200;
	 vertical-align:top;	
	 font-size: 14px;
	 color:rgb(255,0,0);
}

td.centerMiddle
{
     width:750;
     background-color:rgb(153,153,153);
}

td.centerRight
{
     width:25;
}

td.bottomLeft
{
     width:200;
}

td.bottomCenter
{
     width:750;
	 vertical-align:top;	
	 font-size: 18px;
	 color:rgb(0,0,0);
}

td.bottomRight
{
     width:25;
}

