.img-shadow 
{
  background: url(../img/shadow.gif) no-repeat bottom right;
  margin: 5px 0 0 5px;
}

.img-shadow img 
{
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -5px 5px 5px -5px;
}

TD.subnavHeader
{
	border-bottom: solid 1px #272727;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
}

TD.subnavItem
{
	border-bottom: dashed 1px #272727;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
}

TD.subnavItem a
{
	display: block;	
	padding: 3px 0px 3px 5px;
	color: #272727;
	text-decoration: none;	
	font-weight:normal;
}
TD.subnavItem a:hover
{
	background: #eeeeee;
	color: #666666;
}

TD.rightBorder
{
	border-right: solid 1px #d7d7d7;	
}

A.small
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 7pt;
	text-decoration: none;
	color: #4b6a6e;
}
A.small:hover
{
	font-size: 7pt;
	text-decoration: underline;	
}
