  body {
  	background-color: #a2b9ca;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #55686e;
	}
	
  p {
  	margin: 0px;
	}
	
  .container {
  	background-color: #FFFFFF;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	}
	
  .header {
  	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	height: 88px;
	}
	
  .title {
  	font-size: 18px;
	font-weight: bold;
	padding-left: 8px;
	padding-bottom: 6px;
	}
	
  .table_copy {
  	background-image:url(../images/table_bg.gif);
	background-repeat: repeat-y;
	width: 428px;
	padding: 0px 10px 0px 10px;
	min-height: 70px;
	}
	
  .copy {
  	text-align: justify;
	padding-left: 8px;
	padding-bottom: 12px;
	}
	
  .sidebar {
  	background-image:url(../images/sidebar_body.gif); 
	background-repeat:repeat-y; 
	width: 312px; 
	}
	
  .sidebar_hdr {
  	background-image: url(../images/sidebar_hdr.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
	padding: 13px 0px 0px 14px;
	width: 288px;
	height: 35px;
	font-size: 18px;
	font-weight: bold;
	}
	
  .sidebar_text {
  	text-align: justify;
	padding: 0px 10px 10px 20px;
	}
	
  .sidebar .banner {
  	padding-left: 8px;
	padding-bottom: 5px;
	}

