	body {
		background-color: #F3F3F3;
		margin: 0px;
		padding: 0px;
	}
	
	.body_left_edge {
		background-image: url(/assets/images/left_body_shadow.gif);
		width: 8px;
	}
	
	.body_right_edge {
		background-image: url(/assets/images/right_body_shadow.gif);
		width: 8px;
	}
	
	.text {
		font-family: Arial, sans-serif;
		font-size: 12px;
	}
	
	a:link, a:visited {
		color: #333333;
	}
	
	a:hover, a:active {
		color: #888888;
	}
	
	.nav {
		border-bottom: 3px #CE0017 solid;
		font-family: Trebuchet MS, Arial, sans-serif;
		font-size: .85em;
		width: 904;
		height: 40;
	}
	
	.nav tr {
		background-image: url(/assets/images/nav_background.gif);
	}
	
	.nav div {
		text-align: center;
		vertical-align: top;
		padding-top: 8px;		
		margin: 0;	
		width: 135px;
		height: 32px;
		float: right;
	}
		
	.nav a:link, .nav a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	.nav a:hover, .nav a:active {
		text-decoration: underline;
	}
	
	.nav #selected_nav_div {
		background-image: url(/assets/images/nav_tab.gif);
	}
	
	.nav #selected_nav_div a:link, .nav #selected_nav_div a:visited, .nav #selected_nav_div a:hover, .nav #selected_nav_div a:active {
		color: #000000;
		text-decoration: none;
	}
	
	.factor_nav {
		width: 330px;
	}
	
	.factor_nav td {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	
	.factor_nav_heading {
		font-family: Trebuchet MS, Arial, sans-serif;
		font-weight: bold;
		font-size: 18px;
		color: #333333;
		border-bottom: 1px 	#333333 solid;
	}
	
	#factor_button {
		cursor: pointer;
	}
	
	.factor_forms {
		font-family: Arial, sans-serif;
		font-size: 12px;
	}
	
	.factor_forms th {
		font-family: Trebuchet MS, Arial, sans-serif;
		font-weight: bold;
		font-size: 18px;
		color: #333333;
		text-align: left;
		padding-bottom: 5px;
	}
	
	.ffh {
		font-weight: bold;
		text-align: right;
	}

	.factor_input {
		width: 90%;
		border: 1px #5B5B5B solid;
	}

	.privacy_sub_heading {
		font-size: 14px;
		font-weight: bold;
	}

	
	.footer {
		width: 904;
		height: 107;
		background-color: #5B5B5B;
		font-size: 11px;
		font-family: Trebuchet MS, Arial, sans-serif;
		text-align: center;
		color: #FFFFFF;
		
	}
	
	.footer a:link, .footer a:visited {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	.footer a:hover, .footer a:active {
		text-decoration: underline;
	}

