	body {
	font: 62.5%/133% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 20px;
	color: #6f6f6f;
	background: url(../_images/frame/bg.gif) repeat-x;
	text-align: center;
	border-top: 3px solid #334587;
	}	
	h1{
	font: normal 1.5em Arial, Helvetica, sans-serif;
	}	
	h2{
	font-size: 12px;
	}	
	#heading{
	font: normal 1.25em Arial, Helvetica, sans-serif;
	text-align: center;
	}
	#heading_lines{
	color: #334587;
	font: normal 1.5em Arial, Helvetica, sans-serif;
	text-align: center;
	}
	#sub_heading{
	font: normal 1.25em Arial, Helvetica, sans-serif;
	text-align: left;
	}
	#nav_heading{
	font: normal 1.0em Arial, Helvetica, sans-serif;
	text-align: center;
	}
	#sub_heading_lines{
	color: #334587;
	font: normal 1.25em Arial, Helvetica, sans-serif;
	text-align: center;
	}
	
	/* STANDARD LINKS */
	
	a{ 
	text-decoration: none;
	color: #6f6f6f; 
	}
	a:hover{ 
	text-decoration: underline;
	font-weight: bold; 
	}
	a:visited{ 
	color: #6f6f6f;
	}
	a:active{ 
	color: #6f6f6f; 
	}
	
	/* /STANDARD LINKS */
	
	#nav {
		background-color:#000000;
	}
		#nav .nav a{ 
		text-decoration: none;
		color: #6f6f6f; 
		font-weight: bold; 
		}
		#nav .nav a:hover{ 
		color: #6f6f6f;
		text-decoration: underline;
		font-weight: bold; 
		}
		#nav .nav a:visited{ 
		color: #6f6f6f;
		}
		#nav .nav a:active{ 
		font-weight: bold; 
		color: #6f6f6f; 
		}
		
	/* RIGHT SIDE MENU */
	
	.menu a{ 
	color: #6f6f6f;
	text-decoration: none; 
	}
	.menu a:hover{ 
	color: #6f6f6f;
	text-decoration: underline;
	font-weight: bold;
	}
	.menu a:visited{ 
	color: #6f6f6f;
	text-decoration: none; 
	}
	.menu a:active{ 
	color: #6f6f6f;
	text-decoration: none; 
	}
	.menuborder{
	text-align: left;
	border: solid 1px #DEDEDE;
	}
	
	.sub_menu_break{
		background: url(../_images/frame/sub_menu_break.jpg) no-repeat;
		width: 155px;
		height: 1px;
	}
	img { vertical-align: middle; }

	
	#maincontents{
	margin: 0 auto;
	width: 957px;
	text-align: left;
	background: url(../_images/frame/body_rpt.png) repeat-y;
	}
	#bottom1 {
	display: block;
	margin: 0 auto;
	width: 957px;
	height: 19px;
	background: url(../_images/frame/bottom.png) no-repeat;
	}
	#indent{
	padding-left: 20px;
	}
	#menubox{
	padding-left: 5px;
	padding-top: 5px;
	width: 200px; 
	text-align: left;
	border: solid 1px #DEDEDE;
	background: #f7f7f7;
	background-image: url(../_images/textbox-corner.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
	.nav_bg{		background: #EBEBEB;		text-align:center;	}
	#marqueecontainer{
	position: relative;
	width: 155px; /*marquee width */
	height: 150px; /*marquee height */
	background-color: #EBEBEB;
	overflow: hidden;
	}
	
/*	LISTITEMS	*/
	.resultsItem{
		border-bottom: #000000 1px dashed;
	}

	.alt{
		background-color: #F6F6F6; 
	}

	.hdr{
		font-weight: bolder; 
	}

	.resultsHdr{
		background-color: #EBEBEB; 
		font-weight: bolder;
		border-bottom: #000000 1px dashed;
	}

	.resultsHdr a{
		color: #6f6f6f;
	}
/*	/ LISTITEMS	*/


/*	EXPANDING TABLES */
	.hiddenTable {
		display:none;
	}
	
	.expanding_table {
		padding: 6px 12px;
		border: 1px solid #EEEEEE;
		background: #FFFFFF;
		margin-bottom: 8px;
	}
	
	.expanding_links a{ 
		color: #6f6f6f;
		text-decoration: none; 
		border-bottom:1px solid #334587;
	}
	.expanding_links a:hover{ 
		color: #334587;
		font-weight: bold;
	}
	.expanding_links a:visited{ 
		color: #6f6f6f;
	}
	.expanding_links a:active{ 
		color: #6f6f6f; 
	}
/*	/ EXPANDING TABLES */