body {
    margin: 0;
    padding: 0;
    background-color: #f7e083;
    color: #364BA8; 
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 10pt;
}

a, a:link, a:active, a:hover, a:visited {
    color: #314290;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}


h1 {
    font-size: 15pt;
    font-weight: bold;
    border-bottom: 1px #cccccc dashed;
    padding-left: 15px;
    color: #364BA8;
}

h3 {
    font-size: 14pt;
    font-weight: bold;
    border-bottom: 1px #cccccc dashed;
    padding-left: 15px;
    color: #364BA8;
}

h3 {
    font-size: 13pt;
    font-weight: bold;
    border-bottom: 1px #cccccc dashed;
    padding-left: 15px;
    color: #364BA8;
}

th {
    font-weight: bold;
    border-bottom: 1px #cccccc dashed;
    color: #364BA8;
}


.alternatingRow0, .alternatingRow1 {
    font-size: 8pt;
}

td#header {
    padding: 0;
    margin: 0;
}

td#header img {
    padding: 0;
    margin: 0;
}

td#menu {
    background-image: url(/cms/files/layout/left.jpg);
    background-repeat: no-repeat;
    padding: 0 5px 0 15px;
    vertical-align: top;
    font-weight: bold;
    border-right: 1px solid white;
    
}

td#menu a {
    text-decoration: none;
}

td#menu .pageNode, td#menu .pageLeaf, td#menu .expandedPageNode {
    margin-top: 5px;
}

td#menu .expandedPageNode div {
    margin-left: 10px;
}

td#rightBox {
    vertical-align: top;
}

td.content {
    padding-left: 20px;
    padding-right: 20px;
}

#layoutTable {
    border-collapse: none;
}