/* 
    Document   : main
    Created on : Dec 6, 2007, 4:04:57 PM
    Author     : Steven Diep
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body{    
    background-color: #394754;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;           
    margin: auto ;
    width: 1000px; 
    margin-top: 10px;
}
textarea{
    font-family:Arial;
    font-size:10pt;
}

div{
    font-family: Arial,Helvetica,sans-serif;    
}
table{
    font-family: Arial,Helvetica,sans-serif;    
}
td{
    font-family: Arial,Helvetica,sans-serif;
}
.tdContent{
    font-family: Arial,Helvetica,sans-serif;    
}
.pageHeader{
    font-family: Pristina;
    font-size:16pt;
    color:#394754;
}
.hiddenComponent{
    display: block;
}

