﻿body
 {
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 9pt;
}
 table
 {
	background-color: #C3E2F4;
	font-family: Verdana;
	font-size: 9pt;
}          
.mybuttons
{
    cursor: pointer;
    background-color: #2D58BA;
    color: White;
    font-weight: bold;
}
.tableright
{
    text-align: right;
    font-weight:bold;
    color: Blue;
}
.myreadonly
{
    background-color: LightGray;
}
.listtable
{
    border-collapse:separate;
    empty-cells:hide;
}	