div.error   {
              text-align:  center;
              font-size:   12px;
              font-weight: bold;
              color:       #FF0000;
            }

body        { font-size: 10px; 
			  font-family: Verdana,Helvetica,Arial; 
			  color: #000000;
              background-color:#FFFFFF;
            }


th          { font-size: 14px; 
			  text-align: left;
			  color: #000000;
			} 


td          { font-size: 12px; 
			  color: #000000;
			}
			


p.b  { font-size: 11px; font-weight: bold; color: #a0a0a0 }
p.s  { font-size: 10px; text-align: justify               }



a:link    { color :#000000; text-decoration: underline; }
a:visited { color :#000000; text-decoration: underline; }
a:active  { color :#000000; text-decoration: underline; }
a:hover   { color :#888888; text-decoration: underline; }


form      {  margin: 0px;    }



input,textarea,select{
  background-color: #E1F0FF;
}

td.table_name {
  width: 150px;
  text-align: right;
  padding-right:10px;
}

td.table_dataedit {
  width: 300px;
  text-align: left;
}

td.table_datashow {
  width: 300px;
  text-align: left;
  background-color: #ffffff;
}