A.search:link {text-decoration:none;color:#000000;}
A.search:visited {text-decoration:none;color:#000000;}
A.search:active {text-decoration:none;color:#000000;}
A.search:hover {text-decoration:none;color:#CC9900;}

.title {  font-family: Arial, Helvetica, sans-serif; font-size: 16pt; font-weight: bold; font-style: normal; color: #006699}
.links {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; text-decoration: underline}
.subtitlefont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;


}
.linksCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC9900;
	font-weight: bold;



}
.finalfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;



}
.finalfontsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;

}
.linksblue {
font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #CC9900; text-decoration: underline
}
.linksCopysite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC9900;
	font-weight: bold;
	list-style-type: none;
	bottom: 50px;



}
.txt_field_911 {
	font-family: Arial;
	font-size: 11px;
	color: #FFFADA;
	font-weight: normal;
	background-color: #336699;
	border: 1px solid #000000;
}
.finalfontsmalljus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;

}
<CFPARAM NAME="action" DEFAULT="">
<CFSET color1 = "B40101">
<CFSET color2 = "eeeeee">

<CFIF application.color1 NEQ "">
 	<CFSET color1 = application.color1>
<CFELSE>
	<CFSET application.color1 = color1>
</CFIF>

<CFIF application.color2 NEQ "">
 	<CFSET color2 = application.color2>
<CFELSE>
	<CFSET application.color2 = color2>
</CFIF>

<CFIF application.font_style NEQ "">
 	<CFSET fontstyle = application.font_style>
<CFELSE>
 	<CFSET fontstyle = "verdana,arial,helvetica,geneva">
</CFIF>

<CFOUTPUT>
	<style type="text/css">
		TD { font-size: <cfif action NEQ "printerfriendly">12px<cfelse>9px</cfif>; font-family: #htmleditformat(fontstyle)# }
		BODY { font-size: <cfif action NEQ "printerfriendly">12px<cfelse>9px</cfif>; font-family: #htmleditformat(fontstyle)# }
		SELECT { font-size: <cfif action NEQ "printerfriendly">12px<cfelse>9px</cfif>; font-family: #htmleditformat(fontstyle)# }
		SELECT.small { font-size: 10px; font-family: #htmleditformat(fontstyle)# }
		DIV { font-size: <cfif action NEQ "printerfriendly">12px<cfelse>9px</cfif>; font-family: #htmleditformat(fontstyle)# }
		sup { font-size: 9px; font-family: #htmleditformat(fontstyle)# }
		
		A.search { font-size: 11px; font-weight: bold; color: white; text-decoration: none }
		A.search:visited { font-size: 11px; font-weight: bold; color: white; text-decoration: none }
		A.search:hover { font-size: 11px; color: white; text-decoration: underline }
		
		A.whitesearch { font-size: 11px; color: white; text-decoration: none }
		A.whitesearch:visited { font-size: 11px; color: white; text-decoration: none }
		A.whitesearch:hover { font-size: 11px; color: white; text-decoration: none }
		
		A.white { font-size: 11px; color: white; text-decoration: normal; }
		A.white:visited { font-size: 11px; color: white; text-decoration: normal; }
		A.white:hover { font-size: 11px; color: white; text-decoration: none; }
		
		A.color1search { font-size: 11px; color: ###color1#; text-decoration: none }
		A.color1search:visited { font-size: 11px; color: ###color1#; text-decoration: none }
		A.color1search:hover { font-size: 11px; color: black; text-decoration: none }
		
		A.blacksearch { font-size: 11px; color: black; text-decoration: none }
		A.blacksearch:visited { font-size: 11px; color: black; text-decoration: none }
		A.blacksearch:hover { font-size: 11px; color: ###color1#; text-decoration: none }
			
		A.nav { font-weight: bold; font-size: 11px; color: #1C4187; text-decoration: none }
		A.nav:visited { font-weight: bold; font-size: 11px; color: #1C4187; text-decoration: none }
		A.nav:hover { font-weight: bold; font-size: 11px; color: black; text-decoration: none }
				
		A.navon { font-weight: bold; font-size: 11px; color: white; text-decoration: none }
		A.navon:visited { font-weight: bold; font-size: 11px; color: white; text-decoration: none }
		A.navon:hover { font-weight: bold; font-size: 11px; color: #000000; text-decoration: none }
		
		A.rollover { background-color: black; font-size: 11px; color: ##000000; text-decoration: none }
		A.rollover:visited { background-color: black; font-size: 11px; color: ##000000; text-decoration: none }
		A.rollover:hover { background-color: ###color1#; font-size: 11px; color: ###color1#; text-decoration: none }
		
		A.rollover2 { background-color: ###color2#; font-size: 11px; color: ##000000; text-decoration: none }
		A.rollover2:visited { background-color: ###color2#; font-size: 11px; color: ##000000; text-decoration: none }
		A.rollover2:hover { background-color: ###color2#; font-size: 11px; color: ###color1#; text-decoration: none }		
				
		A.tools { color: black; font-size: 11px }
		A.tools:visited { color: black; font-size: 11px }
		A.tools:hover { color: ###color1#; font-size: 11px  }
				
		A:hover { text-decoration: none }
		
		B.white { font-size: <cfif action NEQ "printerfriendly">11px<cfelse>9px</cfif>; color: white }
		B.white2 { font-size: 14px; color: white }
		B.title { font-size: 16px; color: #1C4187 }
		B.titlelarge { font-size: 18px; color: #1C4187 }
		B.title2 { font-size: 14px; color: #1C4187 }
		B.criteria { font-weight: bold; font-size: 11px }
		b.color1 { font-size: 12px; color: #1C4187 }
		
		.small { font-size: 11px }
		.sub { font-size: 10px }
		.smaller { font-size: 9px }
		.small_footer { font-size: 7pt }
		.grey { color: ###color2# }
		.rollover { background-color: ###color1# }
		.red { color: red }
		.star { color: red }
		
		SPAN.criteria { font-size: 11px }
		h1.searching { color: red;}
	</style>
</CFOUTPUT>