body{
/*background-color: #000070;*/
font-family:'DejaVu Sans',sans-serif;
}
A:link {
color: #000070;
text-decoration: none;
}
A:visited{
color: #333333;
text-decoration: none;
}
A:active, A:hover {
color: #000090;
text-decoration: underline
}

table {
background-color: #D0D6E5;
text-align: left; 
width: 100%;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
border-width: 0;
border-spacing: 0;
}
table td {
vertical-align: top;
padding: 0;
}

table.head td {
vertical-align: middle;
height: 30;
background-image: url(nav_center.png);
}

table.tool td {
vertical-align: middle;
text-indent: 30px;
width: 250; 
background-image:url(tool_line.png);
}


table.menu td {
vertical-align: middle;
text-indent: 30px;
}

table.dialog td {
background-color: #DDDDDD;
vertical-align: middle;
}

