.hiddenm { font-family:Verdana; font-size: 8pt; font-weight: bold; visibility: hidden;  display: block; position: relative; background-color:#FF6600;}
.unhiddenm { font-family:Verdana; font-size: 8pt; font-weight: bold; visibility: visible; display: block; position: relative; background-color:#FF6600;}
	
body {
    margin:10px 0px 0px 0px;
    padding: 0;
    text-align: center;
}	

div.justified {
    text-align : justify;
}
		
div#content
{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    border: 1px solid black;
}

table#contentTable{
    background-color: GhostWhite ;
    width: 100%;
    padding:10px
}

td#contentMain
{
    width: 60%;
    height: 100%;
    text-align: center;
    position: relative;
    top: 0px;
}

td#contentLeft
{
    width: 20%;
    font-family:sans-serif;
    font-size: 9pt;
    color:#666666;
    position:relative;
    top:0px;
}

td#contentRight
{
    width: 20%;
    font-family:sans-serif;
    font-size: 9pt;
    color:#666666;
    position:relative;top:0px;
}



