/***** RULES FOR ALL PAGES *****/
	body
	{
		font-family:arial,verdana, sans-serif;
		margin:0px;
		padding:0px;
	}
	
	h1
	{
		font-size:18px;
		color:#3C658E;
		font-weight:normal;
		margin:-18px -14px 20px -14px;
		padding: 14px 14px 14px 14px;
	}
	a
	{
		color:#009966;
	}

	h2
	{
		font-size:13px;
		color:#264767;
		font-weight:bold;
		margin:30px 0px 3px 0px;
		text-decoration:none;
	}
	
	h2 a {
		text-decoration:underline;
		color:#264767;
	}
	p, h3, td
	{
		margin:0px 0px 12px 0px;
		font-size:12px;
		color:#333333;
	}
	
	#page
	{
		width:720px;
	}
	
	#topnav ul
	{
		width:720px;
		height: 26px;
		float:left;
		background: url(/images/top.gif) repeat-x;
		/* border-color:#000000;
		border-style:solid;
		border-width:0px 0px 1px 0px; */
		margin:0px;
		padding:0px;
		clear:both;
	}
	
	#topnav li
	{
		float:left;
		color: #ffffff;
		font-family: Arial, Helvetical, Verdana;
		font-size: 11px;
		list-style-type: none;
		margin:0px;
		padding:0px 18px 3px 18px;
		border-color:#ffffff #c9c9c9 #ffffff #ffffff;
		border-style:solid;
		border-width:0px 0px 0px 1px; 
	}
	
	#topnav li.last
	{
		border-width:0px 0px 0px 1px;
	}
	
	#topnav li:hover
	{
		background-color:#a09f9f;
	}
	
	#topnav li:hover a,
	#topnav ul li a:hover
	{
		text-decoration:underline;
	}
	
	#topnav ul li a
	{
		font-size:11px;
		font-weight:normal;
		color:#ffffff;
		text-decoration:none;
	}

	#footer
	{
		background: url(/images/footer.gif) repeat-x;
		color:#ffffff;
		font-size:11px;
		margin:0px;
		padding:14px 14px 14px 14px;
		clear:both;
	}
	
	#footer p
	{
		color:#ffffff;
	}
	
	#content
	{
		margin:18px 14px 18px 0px;
	}

	#header
	{
		height:98px;
		clear:both;
		font-size:11px;
		font-family: arial, sans-serif;
		background: url(/images/equifax-home.jpg) no-repeat;
	}
	
/***** RULES FOR LAYOUT 1 *****/
	.one #header
	{
		color:#DAD5D2;
		background-color:#ffffff;
	}

	
/***** RULES FOR NAV *****/
	
	#leftnav
	{
		background-color:#ffffff;
		width:155px;
		font-size:11px;
		font-weight:bold;
		color:#999999;
		margin:0px;
		padding:0px;
	}
	#leftnav a
	{
		color:#3374A2;
		text-decoration:none;
		font-weight: normal;
	}
	#leftnav a:hover
	{
		text-decoration:underline;
	}
	.topline {
		background: url(/images/topnav.gif) repeat-x;
		height: 24px;
		padding-left:10px;
	}
	.ftm {
		margin: 0px;
		padding: 0px;
	}
	ul.ftm {
		margin: 0px;
		list-style-type: none;
	}
	ul.ftm * {
		margin: 0px 0px 0px 5px;
		padding: 0px;
		list-style-type: none;
		white-space: nowrap;	
	}
	ul.ftm ul {
		margin: 0px 0px 0px 20px;
		display: none;
	}
	ul.ftm img {
		width: 9px;
		height: 9px;
	}
	
	ul.ftm li
	{
		padding:5px 0px 5px 0px;
	}