BODY { 		
  background: rgb( 0, 0, 0 );
  color: rgb( 0, 180, 180 ); 
  text-align: center;
  font-family: Tahoma, Verdana, Arial, Helvetica;
}


UL#thumb_list {
 list-style: none; 
 width: 360px;
 height: 340px;
 overflow: auto;
 margin: 0px;
 padding: 0px;
 border: 0px;
 position: absolute;
 left: 460px;
}

UL#thumb_list li { 
  float: left;
  width: 25%;
  margin: 0px;
  top: 220px;
  padding: 0px;
  width: 82px;
  height: 82px;
  line-height: 82px;
  text-align: center;
  vertical-align: middle;
}

#image { 
  position: absolute; 
  left: 4%;  
  top: 220px;
}

.Body 
{
	width: 942px;
	background: rgb( 0, 0, 0 );
	color: rgb( 220, 220, 220 );
    color: rgb( 0, 180, 180 ); 
    height: 100%;
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 12px;
	border: solid 3px rgb( 2, 2, 2 );
	border-top: none 0px;
	text-align: left;
	margin: 0 auto;
}

.Body P 
{
	text-align: left;
	margin-left: 8px;
	margin-right: 8px;
}

.MenuSection { 
  clear: both; 
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: none 0px;
  text-align: center; 
  height: 22px;
  font-size: 14px;
}


a
{
	text-decoration: none;
	color: rgb( 170, 170, 170 );
}

a:hover
{
	text-decoration: underline;
}

.hmenu 
{
  width: 100%;
  padding: 0px;
  margin: 0;
  list-style: none;
  height: 22px;
  display: block;
  border: none 0px rgb( 0, 180, 180 ); 
  background: rgb( 0, 0, 0 );
  border-top: solid 2px rgb( 0, 180, 180 ); 
}

.hmenu li {
  color: rgb( 220, 220, 220 ); 
  width: 160px;  
  height: 22px;
  display: inline;
  margin: 0px;
  padding: 0px;
  border-right:  solid 1px rgb(0,0,0);
  border-left:  solid 1px rgb(0,0,0);
  border-top:  solid 1px rgb(0,0,0);
}

.hmenu a {
  color: rgb( 0,154,154 ); 
  background: rgb(0,0,0);
  width: 160px;  
  height: 22px;
  padding: 0px 12px 0px 12px;
  margin-right: -4px;
  font-weight: 900;
  text-decoration: none;
}

.hmenu a.selected 
{
	background: rgb(0,0,0);
	color: rgb( 0, 180, 180 ); 
}

.hmenu a:hover {
  background: rgb(0,0,0);
  color: rgb( 0, 180, 180 );
}


.vmenu 
{
  width: 160px;
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: block;
  border: solid 0px rgb( 0, 180, 180 ); 
  background: rgb( 0, 180, 180 ); 
  border-top: solid 5px rgb( 0, 180, 180 ); 
}


.vmenu li {
  color: rgb( 220,220,220 ); 
  width: 160px;  
  height: 24px;
  display: block;
  border-right:  solid 1px rgb(220,220,220);
  border-left:  solid 1px rgb(220,220,220);
  border-top:  solid 1px rgb(220,220,220);
}


.vmenu a {
  color: rgb(220,220,220); 
  background: rgb( 0, 180, 180 ); 
  width: 160px;  
  height: 24px;
  padding: 6px;
  font-weight: 900;
  text-decoration: none;
  border-top: 1px;
}

.vmenu a.selected 
{
	background: rgb(0,0,0);
	color: rgb( 0, 180, 180 ); 
}

.vmenu a:hover {
/*  background: rgb( 220,220,220 ); */
  background: rgb(0,0,0);
  color: rgb( 0, 180, 180 ); 
  width: 160px;  
  height: 24px;
  padding: 6px;
  filter: Shadow(Color=#DDDDDD, Direction=90);
}


.TopText {
  width: 100%;
  font-size: 12px; 
  margin-bottom: 8px;
  font-weight: bolder;
  display: inline;
  text-align: right;
}

img { border: none; }


H1 { font-size: 14px; margin: 1px; padding: 1px; line-height: 16px; text-align: center; }