/** ID's **/
#menu, #header_header, #footer
{
  background-color: #E42F2C;
  color: #FFFFFF;
  height: 16px;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-bottom: 3px;
  text-align: center;
}
#menu a, #footer a
{
  color: FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
#menu a:hover, #footer a:hover
{
  font-weight: bold;
  color: #000000;
}


/** CLASSES **/
a
{
  color: #0000CC;
}
body
{ 
  margin: 0px;
}
body,td
{
  font-family: verdana, arial;
  font-size: 13px;
}

table.body
{
  height: 100%;
  width: 955px;
}
div.header 
{
  background-image: url('images/background_header.png');
  background-repeat: repeat-x;
  height: 166px;
  padding-bottom: 5px;
}
div.column
{
  margin-left: 75px;
  text-align: justify;
  width: 80%;
}
div.main
{
  padding: 0px 5px 5px 5px;
}

h1
{
  font-size: 20px;
}
h2
{
  font-size: 16px;
}