/* 
  File name:  styles
  Created on: june 11, 2004
  Author:     marnix van bochove

  Description:
    Cascading Style Sheet for Switch Event Page
*/
body
{
  background: #0F1664;
  color: #F78610;
  font-family: Verdana;
  font-size: 12pt;
}

p
{
  color: #F78610;
  font-family: Verdana;
  font-size: 12pt;
}

h1
{
  color: #F78610;
  font-size: 16pt;
  font-weight: normal;
}

h2
{
  color: #F78610;
  font-size: 14pt;
  font-weight: normal;
}

h3
{
  color: #F78610;
  font-size: 12pt;
  font-weight: bold;
}


div.content
{
  position: absolute;
  left:100px;
  top: 100px;
}

div.top_menu
{
  position: absolute;
  left: 100px;
  top: 20px;
}

td.top_menu
{
  border-width: 2px;
  border-color: #EE7600;
  border-style: solid;
  width: 140px;
}

td.top_menu_active
{
  border-width: 2px;
  border-color: #EE7600;
  border-style: solid;
  width: 140px;
  background-color: #EE7600;
  font-family: Verdana;
  font-size: 12pt;
  color: white;
  font-weight: bold;
}

a.top_menu, a.top_menu:visited
{
  font-family: Verdana;
  font-size: 12pt;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

a.top_menu:hover
{ 
  color: #F78610; 
  text-decoration: none; 
}

a
{
  font-family: Verdana;
  font-size: 12pt;
  color: white;
  text-decoration: underline;
  font-weight: normal;
}

a:hover
{
  font-weight: bold;
}

a:visited
{
  color:gray;
}