﻿/* Default for td in page */
td
{
    /* Light Brown RGB: 198 156 109 */
    background-color:#C69C6D;
    
    font-family:Tahoma;
    text-align:justify;
}
/* Set tdTopCell */
#tdTopCell
{

}
/* Set tdWelcomeCell */
#tdWelcomeCell
{
    background-color:White;
}
/* Set tdBottomCell */
#tdBottomCell
{
    background-color:White;
}
/* Set the lblWelcome */
#lblWelcome
{
    /* Dark Brown RGB: 140 98 54 */
    color:#8C6236;
    text-align:left;
    font-family:Tahoma;
    font-size:large;
    font-weight:bold;
}
/* Set clKeyword */
.clKeyword
{
    /* Dark Red */
    /* color:#880000; */
    color: White;
    font-family:"Edwardian Script ITC","Tahoma";
    font-size:48px;
    font-weight:bolder;
    text-align:center;
}
