/* 
    Document   : style
    Created on : Aug 22, 2008, 3:06:18 PM
    Author     : hasan
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.textSmall
{
    font-family: Tahoma;
    font-size: small;
}

.textSmallBold
{
    font-family: Tahoma;
    font-size: small;
    font-weight:bold;
}