form
{
  width:auto;
  margin:0px auto;
}
body
{
  background-color:Black;
  border: 0px;
  margin: 0px;
  padding: 0px;
  font-family: Arial;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-image:url('images/bkline850x1.png');
  background-position:center top;
  background-repeat:repeat-y;
}
a
{
  color:#d2d2d2;
  text-decoration:none;
}
a:hover
{
  color:#ffcf00;
  text-decoration:underline;
}
.selectedLnk
{
  color:#ffcf00;
}
.graylink
{
  color:#d2d2d2;
}
.graylink:hover
{
  color:#ffcf00;
}
.h
{
  display:none;
}
.v
{
  display:block;
}
.u
{
  text-decoration:underline;
}
.b
{
  font-weight:bold;
}
.d
{
  color:#AFAFAF;
}
.i
{
  font-style:italic;
}
.bigLink
{
  font-size: 25px;
}

.marginLeft
{
  margin-left:15px;
}
.marginRight
{
	margin-right:10px;
}

.marginTop 
{
  margin-top:20px;
}

td .marginTop 
{
  padding-top:20px;
}

td .paddingTop2  
{
  padding-top:15px;
}

.marginBottom
{
  margin-bottom:10px;
}

.marginBottom2
{
  margin-bottom:30px;
}

.padding30
{
  padding:30px;
}

.paddingLeftRight
{
  padding-left:20px;
  padding-right:20px;
}

.AlignCenter
{
  margin: 0px auto;
}
.AlignLeft
{
  margin-left:0px;
  margin-right:auto;
}
.AlignRight
{
  margin-left:auto;
  margin-right:0px;
}

.btnBig
{
  cursor: pointer;
  color: #000000;
  background-color: Transparent;
  border: none;
  width: 102px;
  height: 29px;
}

.btnLink
{
  border: none;
  background-color: Transparent;
  text-decoration: none;
  cursor: pointer;
}

.btnNext
{
  cursor: pointer;
  color: #000000;
  font-weight:500;  
  background-color: Transparent;
  border: none;
  width: 62px;
  height: 25px;
}

.btnNext:hover, .btnBig:hover, .btnLarge:hover, .btnLink:hover
{
  color:#FF0000;
}

.btnLink:hover
{
  text-decoration: underline;
}

.btnLarge
{
  cursor: pointer;
  color: #000000;
  background-color: Transparent;
  border: none;
  width: 275px;
  height: 25px;
}

.CenteredText
{
  text-align: center;
  vertical-align: middle;
}

.Combo
{
  width: 156px;
}

.ComboMedium
{
  width: 106px;
}

.ComboShort
{
  width: 56px;
}

.ddmmText
{
  width: 18px;
  text-align: center;
}

.errorText
{
  border: none;
  color: red;
  text-align:center;
}

.TextBox
{
  width: 150px;
}

.TextBoxMedium
{
  width: 100px;
}

.TextBoxShort
{
  width: 50px;
}

.yyyyText
{
  width: 33px;
  text-align: center;
}

.heading1
{
  font-size: 30px;
  line-height: 30px;
  padding:20px;
  color:#ffcf00;
}

.heading2
{
  font-size: 20px;
  line-height: 20px;
  padding:20px;
  font-style:italic; 
  padding-top:40px;
  padding-left:0px;
  color:#ffcf00;
}

.TextArea
{
  width: 150px;
  height: 30px;
  font-size: 10px;
}

.ellipsis
{
  white-space: nowrap;
  overflow: hidden;
}

.bg
{
  width:800px;
  height:100%;
  margin:0px auto;
}

.w100p
{
  width:100%;
}

#lwf > tbody > tr > td
{
  width:850px;
}

#lwf_fddh_topLinks tbody tr td, #lwf_fddh_topLinks2 tbody tr td
{
  padding:10px;
  padding-bottom:20px;
}

.smmLink
{
  color:Black;
}

.smmLink:hover
{
  color:Red;
}

