
	A:link    {COLOR:#0000FF; TEXT-DECORATION: none}
	A:visited {COLOR:#0000FF; TEXT-DECORATION: none}
	A:active  {COLOR:#0000FF; FONT-WEIGHT: none} 
	A:hover   {COLOR:#0000FF; TEXT-DECORATION: underline}
	
	.custbar { font: Arial; }
	
	.detail{font-size:12px;}
	
	
	body {
		background-image: url('/images/bg3.jpg');
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
	
	img {border:0;}
	
	.stdBorder{background-color:#f0f3fa; -moz-border-radius: 10px; -webkit-border-radius: 10px; border: 2px solid #b2bace; padding: 2px;}
	
	.bg1 {background-color:#F6F6FF;}
	.bg2 {background-color:#E6E6FF;}
	.bg3 {background-color:#CFCFE5;}

	.bgtablehead {background-color:#CCCCCC;}
	.bgtablehead2 {background-color:#DDDDDD;}

	
	/* Predictive Text Result box, and Returned Elements */
	
	#ptResults{
		background: #E6E6FF;
		border:black solid 1px;
		position:absolute;
		display:none;
	}
	
	.ptElement{
		text-decoration: none;
		color:#000000!important;
	}
	
	/* --- */
	
	.suggestion_list
	{
	background: white;
	border: 1px solid;
	padding: 4px;
	}
	
	.suggestion_list ul
	{
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
	
	.suggestion_list a
	{
	text-decoration: none;
	color: navy;
	}
	
	.suggestion_list .selected
	{
	background: navy;
	color: white;
	}
	
	.suggestion_list .selected a
	{
	color: white;
	}

	#autosuggest
	{
	display: none;
	}

