body {
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	background-color: #802d0b;
	color: White;
	font-size: 9pt;
	margin-right:0;
	margin-left:0;
	margin-bottom:0;
	margin-top:0;
}
TD.MainContent
{
	background-color: #DF9B63;
	BORDER-RIGHT: black double; 
	 BORDER-TOP: black double; 
	 BORDER-LEFT: black double; 
	 BORDER-BOTTOM: black double;
	 color: BLACK;
}
font.Accent
{
	font-size:10pt;
	color: White;
	font-weight: bold;
}
font.Header
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14pt;
	color: #802d0b;
	font-weight: bold;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 9pt;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 9pt;
}
a
{
	color: White;
	font-style: normal;
	text-decoration: none;
}
A:hover
{
	color: #DF9B63;
}
A:hover.Body
{
	color: #802d0b;
}
IMG.Main
{
	 BORDER-RIGHT: black double; 
	 BORDER-TOP: black double; 
	 BORDER-LEFT: black double; 
	 BORDER-BOTTOM: black double;
	 color: BLACK;
}
font.Caption
{
	font-size: 8pt;
	color: #802d0b;
}
div.shadow {
  padding: 0 1px;
  background: #DF9B63;
  position: relative;
}

div.shadow img {
  padding: 5px 5px 9px 5px;
  background: white url(shad_bottom.png) repeat-x bottom left;
}

div.shadow div.topleft {
  width: 2px;
  height: 4px;
  background: url(shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url(shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url(shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}