/* CSS Document */
body
{
	background-color: #000000;
	text-align: left;
	font-size: 11px;
                font-family:  Tahoma, "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	color: #cccccc;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

a:link, a:visited
{
	font-weight: normal;
	text-decoration: none;
	color: #79CFFA;
}

a:hover, a:active
{
	font-weight: normal;
	text-decoration: underline;
	color: #ccff99;
}

hr
{
	height: 1px;
	border: 1px;
	border-top: 1px solid #666666;
	color: #666666;
	clear: all;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 99%;
}

h1
{
	font-size: 12px;
	color: #CCFF99;
                font-weight: normal;
	line-height: 12px;
	padding-top: 11px;
	padding-bottom: 0px;
	padding-left: 8px;
                padding-right: 0px;
                margin: 0px;
	background: url(/tbd2006_header_back_in_tp.gif);
	height: 30px;
	width: 202px;
}

h2
{
	font-size: 12px;
	color: #CCFF99;
                font-weight: normal;
	line-height: 12px;
	padding-top: 11px;
	padding-bottom: 0px;
	padding-left: 8px;
                padding-right: 0px;
	margin: 0px;
	background: url(/tbd2006_header_back_tp.gif);
	height: 30px;
	width: 202px;
}

h2.top
{
	font-size: 12px;
	color: #CCFF99;
	font-weight: normal;
	line-height: 12px;
	padding-top: 11px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin: 0px;
	background: url(/tbd2006_header_back_top_tp.gif);
	height: 30px;
	width: 202px;
}


h3
{
                font-size: 12px;
	color: #CCFF99;
	font-weight: normal;
	padding: 0px;
	margin-bottom: 5px;
                margin-top: 0px;
}
#navtop
{
	color: #666666;
	margin-top: 0px;
	padding-left: 270px;
	padding-top: 21px;
}

.navtop
{
	list-style: none;
	margin-bottom: 3px;
	margin-left: 7px;
	display: inline;
	padding: 0px;
	color: #666666;
}

#navleft
{
	color: #666666;
	margin-top: 0px;
	padding-left: 20px;
	padding-top: 21px;
}

.navleft
{
	list-style: none;
	margin-bottom: 3px;
	margin-left: 7px;
	padding: 0px;
	color: #666666;
}

.img {
	border: 1px solid #fff;
	padding: 4px;
}

.img:hover {
	border: 1px solid #ccc;
}

 .img-shadow {
  float:left;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #000;
  border: 1px solid #ffffff;
  margin: -6px 6px 6px -6px;
  padding: 1px;
  }