      body { 
	text-align: center;
	background-color: #eeeeee;
      }

    div.centered 
    {
        text-align: center;
    }
    div.centered table 
    {
    margin: 0 auto; 
	padding:0 ;
    }

    .mytablecell {
        height:20px;
        width:20px;
		border: 1px solid black;
      }

    .mynoticetablecell {
        height:20px;
        width:120px;
        background-color: #ffffff;
        font-size:10pt;
        text-align: center;
      }

    img{border:0px;}

    td img 
    {
	display: block; 
	margin-left: auto;
	margin-right: auto;  
    }

    .boardbutton
    {
        height:18px;
        width:18px;
	font-size:9pt;
        font-weight:900;
        text-align: center;
	background-color: #f0f0f0;
    }