/*

BIS Lightweight Application Development Engine
Copyright (C) 2003 CellExchange Inc
This is library is released under the LGPL; for full information see lgpl.txt

cew.css
-------
main application-wide css file

*/

body, html, table {
	font-family: verdana;
	font-size: small;
	font-size: 12;
	margin: 0px 0px 0px 0px;
}
table {
	padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;
}
tr {
	margin: 0px 0px 0px 0px
}
td {
	margin: 0px 0px 0px 0px
}
img {
	border: none;
}
