	
/*Applies to the search result page*/
	/* Column Header Font Style */
	tr.sr_colhead	{font-size: 12px;font-weight: bold;}
	
	tr.sr_row1{background-color:#cfd8e1;}
	tr.sr_row2{background-color:#b4c8e1;}
	
	tr.sr_row1  a, tr.sr_row1  a:link, tr.sr_row1  a:hover, tr.sr_row1  a:visited, tr.sr_row1  a:visited:hover,
tr.sr_row2  a, tr.sr_row2  a:link, tr.sr_row2  a:hover, tr.sr_row2  a:visited, tr.sr_row2  a:visited:hover
{color:#003063;}
	/* Alternating Row Background Colour */
	td.sr_row1_col1, td.sr_row1_col2, td.sr_row1_col3 {background-color:#cfd8e1;}
	td.sr_row2_col1, td.sr_row2_col2, td.sr_row2_col3 {background-color:#b4c8e1;}	
	/*Column Widths*/
	td.sr_row1_col1,td.sr_row2_col1 {width:200;}
	td.sr_row1_col2,td.sr_row2_col2 {width:130;}
	td.sr_row1_col3,td.sr_row2_col3 {width:230;}
	
/*Applies to the search result page*/
	/* Record Title Font Style */
	.sd_title	{font-size: 12px;font-weight: bold;}
	/* Alternating Row Background Colour */
	/*Column Widths*/
	td.sd_col1 {width:200;}
	td.sd_col2 {width:300;}
	/*Column Font Styles*/
	.sd_col1 {font-weight: bold;}
	.sd_col2 {}
	
/*Applies to the search form page*/
  td.sf_col1 {width:150;}
  td.sf_col2 {width:210;}
  td.sf_col3 {width:190;}
	.sf_label	{font-weight: bold;}
	.sf_field {background-color: #ffffff;}
	.sf_field_short {background-color: #ffffff;width:80;}
	.sf_field_postal {background-color: #ffffff;width:100;}
	.sf_field_medium {background-color: #ffffff;width:189;}
	.sf_naicsFieldDDL {width : 300;}
	

