BODY {
        background:#FFFFFF;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #4488CC;
        text-align:center;
}

h1 {
        text-align:left;
        font-size:1.3em;
        border-left:solid thin #4488CC;
        border-top:solid thin #4488CC;
        margin:1;
}

h6 {
        text-align:center;
        font-size:8px;
        color:#4488CC;
}

table {
        font-size:10pt;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-weight:normal;
        border-collapse:collapse;
        table-layout:auto;
        color:#4488CC;
        white-space:nowrap;
        width:640px;
}

table.menu {
        border-collapse:collapse;
        table-layout:fixed;
        color:#4488CC;
        white-space:nowrap;
        width:640px;
}

td.menuentry {
        font-size:8pt;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-weight:normal;
        border-collapse:collapse;
        color:#4488CC;
        white-space:nowrap;
        border:solid 2px #4488CC;
        width:200;
	text-align:center;
        background-color:#dddddd;

}

table .caption {
        border-top:solid thin #4488CC;
        border-bottom:solid thin #4488CC;
}

/*
table .dateTime {text-align:center}
table .dateTimeSorted {text-align:center; font-weight:bold;}

table .time {text-align:center}
table .timeSorted {text-align:center; font-weight:bold;}
*/

table .date {text-align:center}
table .dateSorted {text-align:center; font-weight:bold;}

table .number {text-align:right;}
table .numberSorted {text-align:right; font-weight:bold;}

table .numberStats {text-align:center;}
table .numberStatsSorted {text-align:center; font-weight:bold;}

table .name {text-align:left;}
table .nameSorted {text-align:left; font-weight:bold;}

table .letter {text-align:center;}
table .letterSorted {text-align:center; font-weight:bold;}

table .decimalStats {text-align:right;}
table .decimalStatsSorted {text-align:right; font-weight:bold;}

table .plain {text-align:left;}


th {
        background-color:#4488CC;
        font-size:10pt;
        color:#ffffff;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-weight:bold;
        padding-top:5px;
        padding-bottom:5px;
        padding-left:5px;
        padding-right:5px;
        border-bottom:solid thin #4488CC;
}

td {
        font-size:10pt;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-weight:normal;
        color:#4488CC;
        padding-top:5px;
        padding-bottom:5px;
        padding-left:5px;
        padding-right:5px;
        white-space:nowrap;
}

tr.rowCount0 {
        background-color:#dddddd;
}

tr.rowCount1 {
        background-color:#ffffff;
}

