/* 
    Document   : Policy
    Created on : Apr 15, 2008, 5:38:34 PM
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

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

.ContactTextCell{
    _width:600px;
    _float:left;
     _border: 1px solid green;
     padding-right:40px;
             font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:11px;
}

.black{
    color:#000;
}

