A:link
{
  text-decoration: none;
  color: #1e1e57;
}

A:active
{
  text-decoration: none;
  color: #1e1e57;
}

A:visited
{
  text-decoration: none;
  color: #1e1e57;
}

A:hover
{
  text-decoration: none;
  color: #69699d;
}

.MainTable
{
  border: 1px solid black;
  background: #969696;
/*  width:750px;*/
}

.MyMainTable
{
  border: 1px solid black;
  background: #969696;
/*  width:750px;*/
}
  
.TitleCell
{
  background:url('../images/title.jpg') no-repeat center;
  width:750px;
  height:125px;
}

.MainBoxTitle
{
  font:12px Verdana;
  padding:2px;
/*  width:650px;*/
  text-align:center;
  border:1px solid black;
  margin-top:20px;
  margin-left:30px;
  margin-right:30px;
  background-color:#435841;
  color:white;
}

.MainBox
{
  font:12px Verdana;
  padding:4px 10px;
/*  text-align:left;*/
/*  width:650px;*/
  text-align:left;
  border-width:0px 1px 1px 1px;
  border-style:solid solid solid solid;
  border-color:black black black black;
  background-color:#96B193;
  margin-bottom:20px;
  margin-left: 30px;
  margin-right:30px;
}

.MainFont
{
  font:12px Verdana;
}

.LeftTable
{
  text-align:right;
  font:12px Verdana;
}

.RightTable
{
  text-align:left;
  padding-left:20px;
  font:12px Verdana;
}
