.MainPanel
{ 
 top: 10px;
 width: 800px;
 position: absolute;
 left: -400px;
 margin-left: 50%;
 height: 550px;
 border: 1px;
 border-style: solid;
 border-color: #1475d3;
 background-color: #f8f8f8;
}

.Header
{ left: 0px;
  top: 0px;
  width: 100%;
  height: 100px;
  background-image: url(pictures/background.jpg);
  background-repeat: repeat-x;
}

.LeftBox
{ left: 0px;
  top: 120px;
  position: absolute;
  width: 190px;
  font-family: "Verdana"; 
  font-size: 12px;
  font-weight: normal;
  border-right: 1px solid #1475d3;
  background-color: #ffffff;
  height: 405px;
}

.ContentBox
{ left: 210px;
  top: 120px;
  position: absolute;
  width: 580px;
  font-family: "Verdana"; 
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
}

.ContentSmallBox
{ left: 210px;
  top: 120px;
  position: absolute;
  width: 580px;
  font-family: "Verdana"; 
  font-size: 11px;
  font-weight: normal;
  line-height: 20px;
}

.ContentTable
{
  font-family: "Verdana"; 
  font-size: 10px;
  font-weight: normal;
  vertical-align: top;
  text-align: justify;
}

.ContentSmallTable
{
  font-family: "Verdana"; 
  font-size: 11px;
  font-weight: normal;
  vertical-align: top;
  text-align: justify;
}

.LoginTable
{
  font-family: "Verdana"; 
  font-size: 12px;
  font-weight: normal;
  vertical-align: medium;
  text-align: left;
}

.BottomBox
{ left: 0px;
  top: 555px;
  width: 100%;
  position: absolute;
  font-family: "Verdana"; 
  font-size: 11px;
  font-weight: normal;
  text-align: center;
}

.TitleBox
{
	font-weight: bold;
	color: #fe711e;
	text-align: center;
}	

/* Menu */
.MenuIn
{
	font-family: "Verdana"; 
	font-size: 12px;
    font-weight: normal;
	text-align: left;
	vertical-align: middle;
	background-color: LightGrey;
}

.MenuOut
{
	font-family: "Verdana"; 
	font-size: 12px;   
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

.MenuSelected
{
	font-family: "Verdana"; 
	font-size: 12px;   
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	background-color: LightGrey;
}

.MenuLabel
{
	font-family: "Verdana"; 
	font-size: 12px;   
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.MenuLink
{
	text-decoration: none;
	color: #fe711e;
}
