/* Base */
BODY {
    background-color: #25ade2;
	margin: 0px;
    padding: 0px;
}
BODY,TD {font: 12px Arial, Helvetica, sans-serif;}

TABLE.mTable {
     width: 100%;
}

.tMenu TD {
    font-weight: bold;
    font-size: 12px;
    color: #E3D59F;
    white-space : nowrap;
    text-align: center;
}
.tMenu A {
    color: #E3D59F;
    text-decoration: none;
}
.tMenu A:hover {
    text-decoration: underline;
}
.tMenu IMG {
    margin: 2px 5px 2px 5px;
}

.tdMenu {
    height: 50px;
    padding: 0px 20px;
    text-align: center;
}

