Body
{
  font-family: Arial;
  font-size: 12px;
  background-color :#000000;
  color: #ffffff;
}

A
{
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

A:hover
{
	text-decoration: underline;
}

a.link
{
    COLOR: #ffffff;
    text-decoration: none;
}

a.link:hover
{
	text-decoration: none;
	COLOR: #EDB628;
}


.OverFlow
{
  overflow-y: scroll;
  scroll-padding:10;
  height: 100%;
}

.BGLiner
{
  background-image: url("../Images/BGLiner.gif");
  background-repeat: repeat;
  background-position: right;
  background-color: #EA8C1A;
}

.BGRest
{
  background-color: #EA8C1A;
}

.BoxPadding
{
  padding: 10px;
}

.Heading
{
  font-size: 15px;
  color: #EDB628;
  font-weight: bold;
}

.BoxText
{
  font-family: Arial;
  font-size: 13px;
  color: #ffffff;
}