/* CSS Document */
Body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
A,A:Link,A:Visited {
	text-decoration: none;
	color: #3366CC;
	font-weight: bold;
}
A:Hover{
	color:#6699FF;
}
.StandOut{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
#scroller{
	border : solid 0px #ff0000; 
	background : inherit; 
	color : inherit; 
	padding : 2px; 
	width : 300px; 
	height : 350px; 
	overflow : auto;
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #fcfcfc;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #eeeeee;
	}

table.shadow { 
    align: center
  }

  td.shadow-top { 
    height: 16px;  
    background-image: url(images/top.gif)
  }

  td.shadow-topRight { 
    width: 16px;
    height: 16px;
    background-image: url(images/topRight.gif)
  }

  td.shadow-right { 
    width: 16px; 
    background-image: url(images/right.gif)
  }

  td.shadow-bottomRight { 
    width: 16px; 
    height: 16px; 
    background-image: url(images/bottomRight.gif)
  } 

  td.shadow-bottom { 
    height: 16px;
    background-image: url(images/bottom.gif)
  }

  td.shadow-bottomLeft { width: 16px;
    height: 16px;
    background-image: url(images/bottomLeft.gif)
  } 

  td.shadow-left { width: 16px;
    background-image: url(images/left.gif)
  }

  td.shadow-topLeft { 
    width: 16px; 
    height: 16px; 
    background-image: url(images/topLeft.gif)
  }      

  td.shadow-center { 
    background-color: white  
  }

UL {
	margin-top: 2px;
}