/* 
    Document   : main
    Created on : Dec 6, 2007, 4:04:57 PM
    Author     : Steven Diep
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
body{
    border:1px solid #666666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;           
    margin: auto ;
    width: 760px; 
    margin-top: 10px;
}
textarea{
    font-family:Arial;
    font-size:14px;
}

div{
    font-family: Arial,Helvetica,sans-serif;
    margin:auto;
    text-align:center;
}
table{
    font-family: Arial,Helvetica,sans-serif;
    margin:auto;
    text-align:center;
}
td{
    font-family: Arial,Helvetica,sans-serif;
}
.tdContent{
    font-family: Arial,Helvetica,sans-serif;
    margin:auto;
    text-align:center;
}
.pageHeader{
    font-family: Pristina;
    font-size:20px;
    color:#394754;
}
.hiddenComponent{
    display: block;
}

