body {
    font-size: 12px;
    font-family: "tahoma", "sans-serif", "arial", "helvetica";
}
td {
    font-size: 12px;
    font-family: "tahoma", "sans-serif", "arial", "helvetica";
}
td.hd {
    font-weight: bold;
    font-size: 12px;
    font-family: "tahoma", "sans-serif", "arial", "helvetica";
}
tr.hide {
display:none
}
input {
    font-size: 12px;
    font-family: "tahoma", "sans-serif", "arial", "helvetica";
}
.menuLink {
    font-weight: bold;
    font-size: 12px;
    font-family: "tahoma", "sans-serif", "arial", "helvetica";
    width: 100%;
    cursor: pointer;
    text-decoration: none;
}
ul,li {
 	padding:0;
 	margin:0;
 	list-style:none;
 	float:left;
 }