BODY {
	BACKGROUND: url(../images/background_778.jpg) #5683BC fixed repeat-y center top;
}
.domain_name {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.main_nav {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.main_txt {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
.main_header_txt {
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	line-height: 25px;
}
.cma_txt_field {
	border: 1px solid #000000;
	background-color: #8C8C8C;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.main_txt_white {

	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
}
.search_txt_field {

	border: 1px solid #FFFFFF;
	background-color: #8C8C8C;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.main_txt_white_nojus {


	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.wht_sub_header_txt {

	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 15px;
}
.small_txt_white_nojus {



	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.fine_print_txt {

	font-family: Arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.signature_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 32px;
	font-weight: bold;
	color: #FFFFFF;
}
.search-center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
}
.search-center-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #000000;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #5683BC;
	border: 1px solid #ADA3AC;
	font-weight: bold;
}
.text-section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}
.signature-normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.button-back {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #900100;
	border: 1px solid #FFFFFF;
}
.search-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #000000;
}
.main_header_txt2 {
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	line-height: 25px;
	height: 10px;
}

<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: #ffffff }
		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>

