.domain_name {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.domainnumber {
	font-family: Arial;
	font-size: 24px;
	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: 18px;
}
.cma_txt_field {
	border: 1px solid #000000;
	background-color: #cccccc;
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}
.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: #cccccc;
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}
.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;
	text-decoration: none;
}
.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;
}
.white_bullets_indent {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: -15px;
	list-style-image: url(../images/arrow-white-bl-bg.gif);
	line-height: 18px;
}
.main_txt_bold {
	font-family: Arial;
	font-size: 12px;
	color: #901100;
	text-decoration: none;
	text-align: justify;
	font-weight: bold;
}
.blk_sub_header_txt {

	font-family: Arial;
	font-weight: bold;
	color: #000000;
	font-size: 15px;
	text-decoration: none;
}
.main_txt_nojus {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
<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: #901100; text-decoration: none }
		A.nav:visited { font-weight: bold; font-size: 11px; color: #901100; 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: #000000 }
		B.titlelarge { font-size: 18px; color: #000000 }
		B.title2 { font-size: 14px; color: #000000 }
		B.criteria { font-weight: bold; font-size: 11px }
		b.color1 { font-size: 12px; color: #000000 }
		
		.small { font-size: 11px }
		.sub { font-size: 10px }
		.smaller { font-size: 9px; color: #000000 }
		.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>
