
A         { color: #CC6633; text-decoration: none; } 
A:link    { color: #CC6633; text-decoration: none; } 
A:visited { color: #CC6633; text-decoration: none; } 
A:active  { color: #FF9966;  } 
A:hover   { color: #FF9966;  } 

body {
    padding: 1em;
    margin: 0;
    background-color: white;
    font-size: 75.01%; /* 12px [1] */
    line-height: 1.5em; /* 18px [2] */
    color: black;
    font-family: "Trebuchet MS", sans-serif;
}

b.title {
    font-size: 48px;
    color: #e76f00;
}

b.title2 {
    font-size: 48px;
    color: #5382A1;
}


table.content {
    font-size: 75.01%; /* 12px [1] */
}

tr.vmenucat {
    background-color: #c5d5a9;
    color: #444444;
}

td.vmenu, tr.vmenu, td.vmenu, a.vmenu {
    font-size: 14px;
    line-height: 6px;
    background-color: #ffffff;
    color: #5382A1;
}


h1, h2, h3 {
    margin-bottom: 0.5em;
}

h4, h5, h6 {
    font-size: 1em;
    margin-bottom: 0.2em;
    margin-top: 0.2em;
}

h1+p, h2+p, h3+p, h4+p, h5+p {
    margin-top: 0;
}

h1 {
    color: #5382A1;
}

h3, h4, h5, h6 {
    color: #000;
}

h4+p, h5+p {
    margin-top: 0;
}

/* begin customs for DP */
h2 {
        font-size: 200%;
        color: #5382A1;
    line-height: 1em;
}

h3 {
        font-size: 150%;
}

h4 {
        font-size: 125%;
}

table#Layout td#Navigation {
    border: none;
    border-right: 2px solid #C5D5A9;
    padding: 0;
    width: 15em;
}


