	td.reg {
		font-size: small;
		cursor:pointer;
		padding-left:35px;
		font-weight:bold;
	}
	
	.main_link:link{
		color:#FFFFFF;
		font-size: small;
		text-decoration:none;
		font-family:"Arial";
		padding-left:35px;
		font-weight:bold;
	}
	.main_link:active{ 
		color:#FFFFFF;
		font-size: small;
		text-decoration:none;
		font-family:"Arial";
		padding-left:35px;
		padding-right: 10px;
		font-weight:bold;
	}
	.main_link:visited{ 
		color:#FFFFFF;
		font-size: small;
		text-decoration:none;
		font-family:"Arial";
		padding-left:35px;
		padding-right: 10px;
		font-weight:bold;
	}
	.main_link:hover{ 
		color:#FFFFFF;
		font-size: small;
		text-decoration:none;
		font-family:"Arial";
		padding-left:35px;
		padding-right: 10px;
		font-weight:bold;
	}
	
	td.sub {
		font-size: small;
		cursor:pointer;
		padding-left:45px;
		font-weight : lighter;		
	}
	
	.sub_link:link{
		color:#FFFFFF;
		font-size: small;
		text-decoration:none;
		font-family:"Arial";
		padding-left:45px;
		font-weight : lighter;	
	}
	.sub_link:active{ 
		color:#FFFFFF;
		font-size: small;
		text-decoration:none;
		font-family:"Arial";
		padding-left:45px;
		font-weight : lighter;	
	}
	.sub_link:visited{ 
		color:#FFFFFF;
		font-size: small;
		text-decoration:none;
		font-family:"Arial";
		padding-left:45px;
		font-weight : lighter;	
	}
	.sub_link:hover{ 
		color:#FFFFFF;
		font-size: small;
		text-decoration:none;
		font-family:"Arial";
		padding-left:45px;
		font-weight : lighter;	
	}
	
	td.selected {
		font-size: small;
		background-image:url(/images/fp_active_link.jpg);
		background-repeat:no-repeat;
		background-position:left bottom;
		color: #FFFFFF;
		padding-left:35px;
		font-weight : bold;	
		background-color : #01B520;
	}
	td.sub_link_selected {
		font-size: small;
		background-image:url(/images/fp_active_link.jpg);
		background-repeat:no-repeat;
		background-position:left bottom;
		color: #FFFFFF;
		background-color : #01B520;
	}
	
	td.rollover {
		font-size: small;
		padding-left: 0px;
		background-repeat:no-repeat;;
		background-position:left bottom;
		background-image:url(/images/fp_rollover_link.jpg);
	}
	
	.customer_service_header { 
		font-size: medium;
		padding-left:20px;
		padding-right:12px;
		padding-top:2px;
		padding-bottom:3px;
		font-weight:bold;
		color: #FFFFFF;
		background-color: #0079C3;
		background-position: left;
		background-repeat: no-repeat;
	}
	
	.financial_products_header { 
		font-size: medium;
		padding-left:20px;
		padding-right:12px;
		padding-top:2px;
		padding-bottom:5px;
		font-weight:bold;
		color: #FFFFFF;
		background-color: #0079C3;
		background-position: left;
		background-repeat: no-repeat;

	}



