﻿body
{
  padding-bottom: 0px;
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

.TextBox
{
  background-image: none;
  border-bottom: black 1px solid;
  border-left: black 1px solid;
  background-color: white;
  font-family: Tahoma;
  color: black;
  font-size: small;
  border-top: black 1px solid;
  border-right: black 1px solid;
}

.Button
{
}

.Logins
{
  background-image: none;
  background-color: transparent;
  font-family: Tahoma;
  color: black;
  font-size: small;
  font-weight: bold;
  text-decoration: none;
}

.Avisos1
{
  background-image: none;
  background-color: transparent;
  font-family: Tahoma;
  color: black;
  font-size: small;
  font-weight: normal;
  text-decoration: none;
}

.Avisos2
{
  background-image: none;
  background-color: transparent;
  font-family: Tahoma;
  color: black;
  font-size: small;
  font-weight: bold;
  text-decoration: none;
}

.Sair
{
  background-image: none;
  background-color: transparent;
  font-family: Tahoma;
  color: darkgreen;
  font-size: medium;
  font-weight: bold;
  text-decoration: none;
}

.Erros
{
  background-image: none;
  background-color: transparent;
  font-family: Tahoma;
  color: red;
  font-size: small;
  font-weight: bold;
  text-decoration: none;
}