<!--
table.greentable {
	width: 100%;
    BORDER-COLLAPSE: collapse;
    border-style: solid;
    border-width: 2px;
    border-color: green;
}

table.greentable tr.tableTitle th {
	font-size: 11px;
	color: CCCCCC;
	background-color: black;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-color: green;
    
}
table.greentable tr.tableFooter th {
	font-size: 11px;
	color: CCCCCC;
	background-color: black;
}

table.greentable tr.colTitle th {
    font-family: Verdana;
    color: white;
    background-color: #101010;
    PADDING-RIGHT: 2px; 
    PADDING-LEFT: 2px; 
    FONT-WEIGHT: normal; 
    FONT-SIZE: 11px; 
    PADDING-BOTTOM: 2px; 
    PADDING-TOP: 2px;
    border-top-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: solid;
    border-width: 1px;
    border-color: #808080;
}

table.greentable tr.boxTitle th {
    font-family: Verdana;
	color: navy;
    background-color: silver;
    font-size: 10px; 
    text-align: center;
    padding-top: 2px; 
    padding-bottom: 2px;
    border-top-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: solid;
    border-width: 1px;
    border-color: #808080;
}
table.greentable tr.box td {
    height: 140px; 
    background-color: #202020;
    font-family: Verdana;
    font-size: 10px;
    color: white;
    border-top-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-right-style: none;
    border-width: 1px;
    border-color: black;
}

table.greentable tr.box td.white {
    height: 100px; 
    background-color: #FFFFFF;
    font-family: 'Comic Sans MS', cursive;
    font-size: 12px;
    color: black;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-width: 3px;
    border-top-color: #F0F0F0;
    border-bottom-color: #606060;
    border-left-color: #A0A0A0;
    border-right-color: #808080;
}

table.greentable tr.box td.blank {
    height: 100px; 
    border-style: none;
    border-width: 0px;
    border-color: #808080;
}

-->    

