/*Stylesheet for www.aik.se-------------------------Main layout formats-------------------*/    /* Body */    body.documentBody    {	    background-color: White;	    margin: 10px 0px;	    font-family: Verdana, Arial, Helvetica, Sans-Serif;	    color: Black;    }    /* Main layout table */    table.mainTable    {        width: 650px;    }    /* Left spacer cell */    td.leftSpacer    {		background: url(/aikGif/vertikallinjesmall.gif) repeat-y top;	    width: 10px;    }    /* Right spacer cell */    td.rightSpacer    {	    background: url(/aikGif/vertikallinje.gif) repeat-y top;	    width: 30px;    }    /* Main presentation cell*/    td.mainContent    {        width: 475px;        vertical-align: top;    }        /* Main presentation cell for match reports */    td.mainContentReport    {        width: 390px;        vertical-align: top;    }    /* Split column table */    table.splitColumnTable    {        width: 475px;    }        /* Column cells in split column tables */    td.splitColumn	{	    width: 225px;	    vertical-align: top;	}    /* Column spacer cell in split column tables */    td.splitColumnSpacer	{	    width: 25px;	}    /* Right presentation cell */    td.rightContent    {        width: 135px;        vertical-align: top;    }    /* Right presentation cell for match reports */    td.rightContentReport    {        width: 220px;        vertical-align: top;    }    	
