body
{
  margin: 10px;
  background: #111111;
  color: #E6E6E6;
  font-family: Tahoma;
  font-size: 14px;
  height: 100%;
}

/* General styles */
img
{
  border: 0px;
}

a
{
  color: #A71818;
 	text-decoration: none;
}

a:hover
{
  color: #EE2222;
}

h1
{
  margin: 10px;
  color: #FFFFFF;
  font-family: Tahoma;
  font-size: 34px;
  font-weight: bold;
}

td
{
  font-size: 14px;
}

/* Main table styles */
table.main
{
  margin-bottom: 5px;
  width: 672px;
  height: 680px;
  border-bottom: 2px solid #183CA7;
}

/* Menu table styles */
table.menu
{
  border-collapse: collapse;
  width: 672px;
}

table.menu td
{
  background: #EE2222;
  padding-left: 4px;
  /*border: 1px solid #183CA7;*/
  text-align: center;
  font-weight: bold;
}

table.menu a
{
  color: #183CA7;
 	text-decoration: none;
}

table.menu a:hover
{
  color: #000000;
}

/* Footer table styles */
table.footer
{
  width: 672px;
}


