/* 
    Document   : wg_calculator
    Created on : 02-Sep-2009, 10:28:30
    Author     : Arup Nandi
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   Calculator 
*/

root { 
    display: block;
}

body { margin: 0px;}

.texthead { font-family: verdana; color: #0000ff; font-size: 16px; font-weight: bold;}
.texthead2 { font-family: verdana; color: #6A7476; background-color: #D3DDDF; font-size: 12px; font-weight: bold;}
.leveltext { font-family: verdana; color: #333333; font-size: 12px; font-weight: normal; }
.leveltext2 { font-family: verdana; color: #333333; font-size: 12px; font-weight: bold;  }
.result { font-family:verdana; color: #000000; font-size: 12px; font-weight: bold; text-align:right; } 
.submit { font-family:arial; color: #ffffff; font-size: 14px; background-color: #222222; } 
.txtfldvalue { font-family: verdana; color: #333333; font-size: 12px; text-align: right; }

