@charset "UTF-8";
/* CSS Document */

/* SCROLLING FRAME STYLES */

  body, html
  {
  	margin: 0;
  	padding: 0;
  	background-color: white;
  	font-size: 12px;
  	line-height: 14px;
  	font-family: Arial;
  	color: #666666;
  }
  
  body
  {
  	padding: 10px;
  }

/*ALL LINKS */
  a
  {
  	text-decoration: none;
  	color: #005696;
  }
  
  a:hover
  {
  	text-decoration: underline;
  }
  
/* ALL IMAGES */
  img
  {
  	border: none;
  	margin-bottom: 5px;
  }
  
/* ALL ULs and LIs */
  ul, li
  {
  	padding: 0;
  	margin: 0;
  	list-style: none;
  	margin-bottom: 18px;
  }
  
/* DATE */
  ul li
  {
  	font-weight: bold;
  	font-size: 10px;
  	margin-bottom: 0;
  }
  
/* TITLE */
  ul li ul
  {
  	font-weight: bold;
  	font-size: 12px;
  	line-height: 15px;
	color: #005696;
	margin-bottom: 0;
  }
  
/* DESCRIPTION */
  ul li ul li
  {
  	font-weight: normal;
  	font-size: 12px;
  	line-height: 15px;
	color: #005696;
	display: inline;
	margin-bottom: 0;
  }  
  
  
  