BODY {
MARGIN: 0px; 
PADDING: 0px;
BACKGROUND: white;
COLOR: black;
} 

A:link {background: none; color: maroon; text-decoration: none; cursor: pointer;}
A:visited {background: none; color: maroon; text-decoration: none; cursor: pointer;}
A:hover {background: none; color: red; text-decoration: none; cursor: pointer;}
A:active { background: none; color: red; background: none; cursor: pointer;}

.Global {
WIDTH: 100%;
HEIGHT: 100%;
}

.Global TD {
VERTICAL-ALIGN: top;
BORDER: 1px solid black;
}

.Right {
BACKGROUND: #996666;
COLOR: inherit;
}

.RightPanelBox {
WIDTH: 100%; 
HEIGHT: 100%; 
BACKGROUND: #fdfbec; 
}

.Padded {
PADDING: 15px;
}


