/* 
    Document   : main
    Created on : May 4, 2009, 3:58:15 PM
    Author     : LINHDAT
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


body {

	background-color: #FFFFFF;

	font-family:Arial;

	font-size:12px;
}
textarea{
    font-family:Arial,Helvetica,sans-serif;
    font-size:16px;
}

td{
    font-family: Arial,Helvetica,sans-serif;
}
.tdContent{
    font-family: Arial,Helvetica,sans-serif;
    text-align: -moz-center; /*FF*/
    !text-align: center; /*IE */
}
h1{
  font:Arial; font-size:18px; font-weight:normal;
}


