﻿.DivFundoTitulo
{
    width: 320px;
    height: 36px;
    background-color: #717171;
}

.DivConteudo
{
    width: 290px;
    padding: 20px 0px 10px 30px;
    background-color: White;
}

.h1
{
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    color: White;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 20px;
}

.TreeRoot
{
    font-family: Arial;
    font-size: 12px;
    color: #6345a9;
}

.TreeChild
{
    font-family: Arial;
    font-size: 10px;
    color: #9983cd;
}
