@charset "iso-8859-1";
body
{
 background-color: (white);
}
table#outerTable
{
 height: 100%;
 width: 100%;
 display: table;
}
table#menuTable
{
 display: table;
 min-height: 500px;
 min-width:	800px;
}
html,body {
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 height: 99%;
}
tr
{
 display: table-row;
}
colgroup
{
 display: table-column-group;
}
col
{
 display: table-column;
}
td#center
{
 display: table-cell;
 text-align: center;
}
td#left
{
 display: table-cell;
 text-align: right;
}
td#right
{
 display: table-cell;
 text-align: left;
}
a {
 font-family: tahoma;
 font-weight: bold;
 font-size: small;
 text-decoration: none;
}
a:link {color: #f37c1e}     /* unvisited link */
a:visited {color: #ef7e1e}  /* visited link */
a:hover {color: #febd83}   /* mouse over link */
a:active {color: #febd83}   /* selected link */

