/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
root { 
    display: block;
}

body {
    margin: 0;
    padding: 0;
}

div.divBodyContent {
    margin: 4px 6px 4px 6px;
}

div.divBodyContent {
    color: #000000;
    font-size: 13px;
    font-style: normal;
}

div.divBodyContent .title {
    font-size: 14px;
    font-weight: bold;
}

div.divBodyContent .date {
    color: #999999;
    font-size: 12px;
    font-style: italic;
}

div.divBodyContent a {
    color: #3333ff;
    text-decoration: none;

}
div.divBodyContent a:hover {
    color: #3333ff;
    text-decoration: underline;
}

table.tableBodyContent {
    /* border: dotted 1px; */
    margin: 0px 0px 0px 0px;
    padding: 0;
    width: 800px;
}

table.tableBodyContent td.left {
    border: none;
    text-align: left;
    width: 0px;
}

table.tableBodyContent td.center {
    border: none;
    text-align: left;
    width: 800px;
}

table.tableBodyContent td.right {
    border: solid 1px;
    text-align: right;
    width: 0px;
}
