/* 
    Document   : general
    Created on : Sep 8, 2008, 10:19:27 AM
    Author     : Luis M
    Description:
        Purpose of the stylesheet follows.
*/

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


root { 
    display: block;
}

.tit0 { font-size:12px; font-family:Verdana; font-weight: bold;}
.tit1 { font-size:12px; font-family:Verdana; font-weight: bold;}
.txt0 { font-size:11px; font-family:Verdana; }
.txt_sml { font:9px,Verdana; }
.frmForm {	margin-top:0px; 	margin-bottom:0px; }

.menuBody1 { font:12px Arial, Helvetica, sans-serif; color:#696969; text-decoration: grey}
.menuBody2 { font:14px Arial, Helvetica, sans-serif; color:#696969; text-decoration: grey}

A { text-decoration:none;}
A:link { color: #0000CC; }
A:visited { color: #0000CC; }
A:hover { color: #AA0000; }

A.menulnk { text-decoration:none; font-weight:bold;}
A.menulnk:link { color: #0000CC; }
A.menulnk:visited { color: #0000CC; }
A.menulnk:hover { color: #AA0000; }

.tab { font-weight:bold; font-size:12px; font-family:Arial,Helvetica;}
.tabc { font-weight:bold;font-size:12px;font-family:Arial,Helvetica;color:navy;text-align: center;}
.slsh { font-weight:bold; font-size:18px; font-family:Arial,Helvetica;color:red;text-align: center;}

