#HomeLogo
{
LEFT: 0px;
POSITION: absolute;
TOP: 5px;
cursor: pointer;
}

#BackLogo
{
POSITION: absolute;
TOP: 100px;
}

#MainTable
{
color: black;
background-color: white;
text-align: justify;
border-style: groove;
}

.required
{
color: green;
font-weight: bold;
}