/* 
    Document   : contact
    Created on : Jun 26, 2011, 7:43:20 PM
    Author     : ajay
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body {
    font-family: verdana;
}
.divTop {
    background-color: #C2D1FF;
    font-family: verdana;
}

root { 
    display: block;
}

.thanks {
    font-family: verdana;
    font-size: 30px;
}

.error {
    font-family: verdana;
    font-size: 30px;
    color: red;
}

.contactTable {
     font-family: verdana;
}

.divTop {
    background-color: #C2D1FF;
}