 .Box
  {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	padding-left: 10px;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;


  }

 .Box-TopBotton
  { 
	border-bottom: 1px solid #000000; 
	border-top: 1px solid #000000;
  }

.Box-NoLeft
  {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding-left: 10px;


  }

.Box-LeftRight
  { 
	border-left: 1px solid #000000;
	border-right: 1px solid #000000; 
  }

.Box-NoTop
  {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	padding-left: 10px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;



  }

.Box-NoBottom
  { 
	border-top: 1px solid #000000; 
	border-right: 1px solid #000000; 
	border-left: 1px solid #000000;
  }

.Box-NoLeftBottom
  { 
	border-top: 1px solid #000000; 
	border-right: 1px solid #000000; 
  }

.Box-NoTopLeft
  {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left: 10px;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;



  }

.Box-LeftBottom
  { 
	border-left: 1px solid #000000; 
	border-bottom: 1px solid #000000; 
  }

.Box-OnlyLeft
  { 
	border-Left: 1px solid #000000; 
  }

.Box-OnlyRight
  { 
	border-Right: 1px solid #000000; 
  }

.Box-OnlyBotton
  { 
	border-bottom: 1px solid #000000; 
  }

.Box-OnlyTop
  { 
	border-top: 1px solid #000000; 
  }

.boxtop-nos
  {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: none;
}	