.bodybold_wht {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	font-style: normal;	font-weight: bold;	color: #FFFFFF;	text-decoration: none;}body  {	font-family: Arial, Helvetica, sans-serif;	font-size: 100%;	background: #F3F4EE;	background-image: url(assets/shared/bg.jpg);	background-repeat: repeat-x;	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	color: #000000;}p {	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */}.content #container { 	width:960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #FFFFFF;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	text-align: left; /* this overrides the text-align: center on the body element. */} .content #header { 	width:100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #FFF; 	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	background-image: url(assets/header/header_bg.jpg);	background-repeat: repeat-x;} .header { 	width:100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #FFF; 	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */} .content #header-search { 	width:100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #FFF; 	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */} .content #header-links { 	background: #C3D2DB; 	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */} .content #header h1 {	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */}.content #left-nav {	float: left; /* since this element is floated, a width must be given */	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	padding: 0px 0px 0px 0px;}.content #right-nav {	float: right; /* since this element is floated, a width must be given */	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */}.content #mainContent { 	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */	padding: 0px 0px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	background:#FFF; } div#footer_cover {	float: left;	width: 100%;}div#footer_cover #footer {	padding: 2.50em 1.42em;	background: url(assets/footer/footer_bg.jpg) repeat-x;}div#footer_cover #footer .block {	float: left;	width: 19.25em;}div#footer_cover #footer .block a {	color: #888;	line-height: 0.4em;	margin-bottom: 0.2em;}div#footer_cover #footer img {	margin-bottom: 0.83em;}div#fr {	float:right !important;	width: auto !important;}.content #footer { 	font: 70% Verdana, Arial, Helvetica, sans-serif;	color: #607989;	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	background:#C3D2DB; } .content #footer p {	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */}.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */	float: right;	margin-left: 8px;}.fltlft { /* this class can be used to float an element left in your page */	float: left;	margin-right: 8px;}.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */	clear:both;    height:0;    font-size: 1px;    line-height: 0px;}#search {	background-image: url(pixs/shared/search_bg.jpg);	background-repeat: repeat-x;	padding:6px 0 0 0;/*margin-right:30px;*/	/*top/right/bottom/left*/	margin: 0px 0px 0px 0px;	height:30px}.search-site-text{	font-family: Arial, Helvetica, sans-serif;	font-size: 80%;	font-style: normal;	font-weight: normal;	color: #607989;	text-decoration: none;	margin-right: 10px;	margin-left: 20px;}.jump-menu{	width:260px; 	font-family: Arial, Helvetica, sans-serif;	font-size: 80%;	padding:0px 0 0;/*margin-right:30px;*/	/*top/right/bottom/left*/	margin: 0px 0px 0px 0px;}.jump-menu-first{	font-style: normal;	font-weight: bold;	color: #37424A;	text-decoration: none;	line-height: 120%;}.jump-menu-second{	font-style: normal;	font-weight: bold;	color: #37424A;	text-decoration: none;	line-height: 120%;}.jump-menu-third{	font-style: normal;	font-weight: normal;	color: #37424A;	text-decoration: none;	line-height: 120%;}.jump-menu-four{	font-style: normal;	font-weight: normal;	color: #37424A;	text-decoration: none;	line-height: 120%;}a:link, a:active, a:visited{color: #666666;text-decoration: none;}a:hover{color: #000000;text-decoration: none;}A.sublink:link {	color:#FFFFFF;	text-decoration:none;	}	A.sublink:visited {	color:#FFFFFF;	text-decoration:none;	}	A.sublink:hover {	color:#FFFFFF;	text-decoration:underline;}A.two:link {	color:#607989;	text-decoration:underline;	}	A.two:visited {	color:#607989;	text-decoration:underline;	}	A.two:hover {	color:#FF0000;	text-decoration:underline;}A.three:link {	color:#607989;	text-decoration:none;	}	A.three:visited {	color:#607989;	text-decoration:none;	}	A.three:hover {	color:#607989;	text-decoration:underline;}A.four:link {	color:#607989;	text-decoration:underline;	}	A.four:visited {	color:#607989;	text-decoration:underline;	}	A.four:hover {	color:#607989;	text-decoration:underline;}.body-text{	font-family: Arial, Helvetica, sans-serif;	font-size: 80%;	font-style: normal;	font-weight: normal;	color: #666;	text-decoration: none;	line-height: 120%;}.body-text-small{	font-family: Arial, Helvetica, sans-serif;	font-size: 70%;	font-style: normal;	font-weight: normal;	color: #999;	text-decoration: none;	line-height: 100%;}.h-text{	font-family: Arial, Helvetica, sans-serif;	font-size: 120%;	font-style: normal;	font-weight: bold;	color: #333;	text-decoration: none;}.h-sub-text{	font-family: Arial, Helvetica, sans-serif;	font-size: 90%;	font-style: normal;	font-weight: bold;	color: #333;	text-decoration: none;}.table-col1{	font-family: Arial, Helvetica, sans-serif;	font-size: 80%;	font-style: normal;	font-weight: normal;	color: #666;	text-decoration: none;	line-height: 120%;	text-indent: 560px;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #CCCCCC;	display: table;	text-align: right;}.table-col2{	font-family: Arial, Helvetica, sans-serif;	font-size: 80%;	font-style: normal;	font-weight: normal;	color: #666;	text-decoration: none;	line-height: 120%;	text-indent: 480px;	display: table;	text-align: right;}.nav_top {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-style: normal;	font-weight: bold;	text-transform: none;	color: #333333;	text-decoration: none;}.sub-links{	font-family: Arial, Helvetica, sans-serif;	font-size: 76%;	font-style: normal;	font-weight: normal;	color: #666;	text-decoration: none;	line-height: 120%;	padding-left: 20px;}.links {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	font-style: normal;	font-weight: normal;	color: #000000;}.blueitalic {	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	font-style: italic;	font-weight: normal;	color: #0099FF;	text-decoration: none;}.greytext {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	font-style: normal;	font-weight: normal;	color: #999999;	text-decoration: none;}.bodybold {	font-family: Arial, Helvetica, sans-serif;	font-size: 80%;	font-style: normal;	font-weight: bold;	color: #000000;	text-decoration: none;	line-height: 120%;}.body {	font-family: Arial, Helvetica, sans-serif;	font-size: 80%;	font-style: normal;	font-weight: normal;	color: #818A8F;	text-decoration: none;	line-height: 120%;}.bodysml {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	font-style: normal;	font-weight: normal;	color: #999999;	text-decoration: none;}.intro {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 14px;	font-style: normal;	font-weight: normal;	color: #666666;	text-decoration: none;	line-height: 140%;}.header {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 16px;	font-style: normal;	font-weight: normal;	color: #000000;	text-decoration: none;}.redbody {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	font-style: normal;	font-weight: normal;	color: #FF0000;	text-decoration: none;}.lghtgreytxt {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	font-style: normal;	font-weight: normal;	color: #CCCCCC;	text-decoration: none;}.greybold {	font-family: Arial, Helvetica, sans-serif;	font-size: 110%;	font-style: normal;	font-weight: normal;	color: #666666;	text-decoration: none;	line-height: 120%;}.bodyboldgrey {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	font-style: normal;	font-weight: normal;	color: #000000;	text-decoration: none;}.subscript {	font-family: Arial, Helvetica, sans-serif;	font-size: 70%;	font-style: normal;	font-weight: normal;	color: #818A8F;}.redsub {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 13px;	font-style: normal;	font-weight: normal;	color: #FF0000;	text-decoration: none;	padding-bottom: 4px;}.redhead {	font-family: Arial, Helvetica, sans-serif;	font-size: 24px;	font-style: normal;	font-weight: bold;	color: #FF0000;	text-decoration: none;}.bodyitalic {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	font-style: italic;	font-weight: normal;	color: #000000;	text-decoration: none;}.sublinks {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	font-style: normal;	font-weight: normal;	color: #0000FF;	text-decoration: none;}.qlinksred {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	font-style: normal;	font-weight: normal;	color: #FF0000;	text-decoration: none;}.bodyblk {	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	font-style: normal;	font-weight: normal;	color: #000000;	text-decoration: none;}.navdivider {	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #CCCCCC;	background-color: #CCCCCC;	background-image: url(pixs/line_dot.gif);	background-repeat: repeat-x;}.navspacer {	padding: 3px;}.nav_top {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-style: normal;	font-weight: bold;	text-transform: none;	color: #333333;	text-decoration: none;}.footer {	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	font-style: normal;	font-weight: normal;	color: #666666;	text-decoration: none;	padding-left: 10px;}.nav_sub {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	font-style: normal;	font-weight: normal;	text-transform: none;	color: #333333;	text-decoration: none;	padding-left: 5px;	padding-top: 3px;	padding-bottom: 3px;}.headings {	font-family: Arial, Helvetica, sans-serif;	font-size: 140%;	font-style: normal;	font-weight: normal;	color: #000000;	text-decoration: none;	text-transform: none;	line-height: 110%;}.bodyboldtable {	font-family: Arial, Helvetica, sans-serif;	font-size: 70%;	font-style: normal;	font-weight: bold;	color: #333333;	text-decoration: none;	padding-top: 2px;	padding-bottom: 2px;	padding-right: 5px;}.bodyboldtable_bracket {	font-family: Arial, Helvetica, sans-serif;	font-size: 80%;	font-style: normal;	font-weight: bold;	color: #818A8F;	text-decoration: none;	padding-top: 2px;	padding-bottom: 2px;}.bodyboldtablehead {	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	font-style: normal;	font-weight: bold;	color: #000000;	text-decoration: none;	padding-top: 2px;	padding-bottom: 2px;	padding-right: 5px;}.bodytable {	font-family: Arial, Helvetica, sans-serif;	font-size: 70%;	font-style: normal;	font-weight: normal;	color: #818A8F;	text-decoration: none;	padding-top: 2px;	padding-bottom: 2px;	padding-right: 5px;}.bodytable_bracket {	font-family: Arial, Helvetica, sans-serif;	font-size: 80%;	font-style: normal;	font-weight: normal;	color: #818A8F;	text-decoration: none;	padding-top: 2px;	padding-bottom: 2px;}.bodytablehead {	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	font-style: normal;	font-weight: normal;	color: #666666;	text-decoration: none;	padding-top: 2px;	padding-bottom: 2px;	padding-right: 5px;}.bodytableindent {	font-family: Arial, Helvetica, sans-serif;	font-size: 80%;	font-style: normal;	font-weight: normal;	color: #666;	text-decoration: none;	padding-top: 2px;	padding-bottom: 2px;	padding-left: 20px;}.bodytableindentdbl {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	font-style: normal;	font-weight: normal;	color: #666666;	text-decoration: none;	padding-top: 2px;	padding-bottom: 2px;	padding-left: 20px;}.notes {	font-family: Arial, Helvetica, sans-serif;	font-size: 70%;	font-style: italic;	font-weight: normal;	color: #607989;	text-decoration: none;}.bodyitalic {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	font-style: italic;	font-weight: normal;	color: #666666;	text-decoration: none;}.nav_sub_indent {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	font-style: normal;	font-weight: normal;	text-transform: capitalize;	color: #333333;	text-decoration: none;	padding-left: 15px;	padding-top: 3px;	padding-bottom: 3px;}.list_body {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	font-style: normal;	font-weight: normal;	color: #666666;	text-decoration: none;	padding-top: 5px;	padding-bottom: 5px;}.body_pageref {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	font-style: normal;	font-weight: normal;	color: #FF00FF;	text-decoration: none;}.nav_subbold {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	font-style: normal;	font-weight: bold;	text-transform: none;	color: #333333;	text-decoration: none;	padding-left: 5px;	padding-top: 3px;	padding-bottom: 3px;}.subscript_grey {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 8px;	font-style: normal;	font-weight: normal;	color: #999999;}.box {	border: thin solid #999999;}.redsubsub {	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	font-style: normal;	font-weight: bold;	color: #FF0000;	text-decoration: none;	padding-bottom: 4px;}.line_thin {	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #666666;}.line_thick {	border-bottom-width: 2px;	border-bottom-style: solid;	border-bottom-color: #666666;}.numbers_large {	font-family: Arial, Helvetica, sans-serif;	font-size: 30px;	font-style: normal;	font-weight: bold;	color: #CCCCCC;	text-decoration: none;}.list_box {	padding: 4px 4px 6px 0px;	border-bottom-width: 2px;	border-bottom-style: solid;	border-bottom-color: #FFFFFF;}.name_box {	padding: 10px 10px 10px 10px;	background:#F5F8F9; 	border-bottom-width: 4px;	border-bottom-style: solid;	border-bottom-color: #FFF;}.main_box {	border-right-width: 1px;	border-right-style: solid;	border-right-color: #C3D2DB;	padding-right: 10px;}.accounts_box {	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #E5E5E5;}.line_thick {	border-bottom-width: 2px;	border-bottom-style: solid;	border-bottom-color: #666666;}.headings_sub {	font-family: Arial, Helvetica, sans-serif;	font-size: 90%;	font-style: normal;	font-weight: normal;	color: #FFFFFF;	text-decoration: none;	text-transform: uppercase;	line-height: 130%;	padding-top: 20px;	padding-right: 20px;	padding-bottom: 20px;}.headings_sub_nxt {	font-family: Arial, Helvetica, sans-serif;	font-size: 100%;	font-style: normal;	font-weight: normal;	color: #818A8F;	text-decoration: none;	text-transform: none;	line-height: 170%;}.groupTable { width:640px; padding:0; margin:30px 0px 30px 0px; }.groupTable table { border:solid 1px #C0C5C7; padding:0; margin:0; }.groupTable th.box { color: #818A8F; font-size:1.0em; font-weight:bold; text-align:center; vertical-align: middle; padding:6px; margin:0 0 0 0; border:solid 1px #C0C5C7; }.groupTable th.sub { color: #818A8F; font-size:0.8em; font-weight:normal; text-align:center; vertical-align: middle; padding:6px; margin:0 0 0 0; border:solid 1px #C0C5C7; background-image: url(pixs/shared/group_bg.jpg);background-repeat: repeat-x;}.groupTable td.center { color: #818A8F; font-size:0.7em; font-weight:normal; text-align:center; vertical-align: top; padding:0 0 0 0; margin:0 0 0 0; }.groupTable td.left { color: #818A8F; font-size:0.7em; font-weight:normal; text-align:left; vertical-align: top; padding:0 0 0 0; margin:0 0 0 0; }.groupTable td.box { color: #818A8F; font-size:0.7em; font-weight:normal; text-align:left; vertical-align: top; padding:6px; margin:0 0 0 0; border:solid 1px #C0C5C7; }.groupTable td p { color: #818A8F; font-weight:normal; text-align:center; vertical-align: top; padding:3px 6px 3px 6px; margin:0 0 0 0; }/* #maincontent p.backtop a {  */.backtop a {	margin: 0px 0px 20px 0px;	padding-top: 0px;	padding-right: 12px;	padding-bottom: 30px;	padding-left: 0px;	line-height: 1.5em;	color: #607989;	background-image: url(pixs/shared/blue_arrow.gif);	background-repeat: no-repeat;	background-position: right 2px;	text-decoration: none;	font-size: 75%;}/* #maincontent p.backtop a:hover {  */.backtop a:hover {	text-decoration: underline;}.sub_text {	font-family: Arial, Helvetica, sans-serif;	font-size: 85%;	font-style: normal;	font-weight: normal;	color: #818A8F;	text-decoration: none;	text-transform: none;	line-height: 120%;}.bulletlist {	padding: 5px 20px 15px 15px;}.bulletlist li {	margin: 0px;	padding-top: 0px;	padding-right: 0px;	padding-bottom: 10px;	padding-left: 0px;	color: #818A8F;}.fh_box {	background-image: url(pixs/shared/fh_grad.jpg);	background-repeat: repeat-x;	margin: 470px;	padding: 0px 0px 0px 0px;}.bodybold_blue {	font-family: Arial, Helvetica, sans-serif;	font-size: 80%;	font-style: normal;	font-weight: bold;	color: #607989;	text-decoration: none;	line-height: 120%;}.related_box {	background:#CED2BB;	padding: 5px 10px;	border-bottom-width: 4px;	border-bottom-style: solid;	border-bottom-color: #FFF;}.video_box {	padding:  0px 20px 20px 0px;}.video_link_box {	background:#F5F8F9;	padding: 5px 5px 5px 5px;	border-bottom-width: 4px;	border-bottom-style: solid;	border-bottom-color: #FFF;}.related_links {	font-family: Arial, Helvetica, sans-serif;	font-size: 70%;	font-style: normal;	font-weight: normal;	color: #818A8F;	text-decoration: none;	line-height: 180%;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #FFFFFF;}.body_italic {	font-family: Arial, Helvetica, sans-serif;	font-size: 80%;	font-style: italic;	font-weight: normal;	color: #818A8F;	text-decoration: none;	line-height: 120%;}.name_box_outline {	padding: 10px 10px 10px 10px;	background:#F5F8F9;	border: 1px solid #E5E5E5;}/* CSS FOR SLIDESHOW SCRIPT */	.imageSlideshowHolder,.imageSlideshowHolder_left{		margin:0px;	/* "Air" */		float:right; /* Floating gallery at the right side of other web page content */				width:200px;	/* Image width */		height:100px;	/* Image height */				position:relative;	/* Don't remove this line */	}	.leftFloatingDiv{		float:left;		width:160px;		height:255px;	}	/* Don't change these values */	.imageSlideshowHolder img{		position:absolute;		left:0px;		top:0px;	}	/* css reveal */	.applemenu{margin: 0px 0;padding: 0;width: 720px; /*width of menu*/border: 1px solid #F5F8F9;}.applemenu div.silverheader a{background: #F5F8F9;font: normal 13px  Arial, Helvetica, sans-serif;color:#607989;font-weight: bold;display: block;position: relative; /*To help in the anchoring of the ".statusicon" icon image*/width: auto;padding: 5px 0;padding-left: 8px;text-decoration: none;border-top:1px solid #C3D2DB;}.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{color: #607989;}.applemenu div.selected a, .applemenu div.silverheader a:hover{background: #d5dfe4;color: #607989;}.applemenu div.submenu{ /*DIV that contains each sub menu*/background: white;padding: 0px;height: 220px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/}.links_box {	background:#f0f1ea;	padding: 5px 10px;	border-bottom-width: 4px;	border-bottom-style: solid;	border-bottom-color: #FFF;}.redhead_thin {	font-family: Arial, Helvetica, sans-serif;	font-size: 24px;	font-style: normal;	font-weight: normal;	color: #FF0000;	text-decoration: none;}.bodybold_subs {	font-family: Arial, Helvetica, sans-serif;	font-size: 90%;	font-style: normal;	font-weight: bold;	color: #000000;	text-decoration: none;	line-height: 120%;}.body_subs {	font-family: Arial, Helvetica, sans-serif;	font-size: 90%;	font-style: normal;	font-weight: normal;	color: #000000;	text-decoration: none;	line-height: 120%;}.links_bodytext {	font-family: Arial, Helvetica, sans-serif;	font-size: 80%;	font-style: normal;	font-weight: normal;	color: #000000;	text-decoration: none;	line-height: 120%;}.bodytext_caps {	font-family: Arial, Helvetica, sans-serif;	font-size: 90%;	font-style: normal;	font-weight: normal;	color: #454545;	text-decoration: none;	line-height: 120%;	text-transform: uppercase;}.box_grad {	background-image: url(assets/shared/links_grad.jpg);	background-repeat: repeat-x;}.quote_box {	padding-right: 10px;	padding-left: 10px;}.figures {	font-family: Arial, Helvetica, sans-serif;	font-size: 200%;	font-style: normal;	font-weight: normal;	color: #000000;	text-decoration: none;	text-transform: none;	line-height: 100%;	padding-top: 10px;	padding-bottom: 10px;}.headings_med {	font-family: Arial, Helvetica, sans-serif;	font-size: 120%;	font-style: normal;	font-weight: normal;	color: #000000;	text-decoration: none;	text-transform: none;	line-height: 100%;}.body_accounts {	font-family: Arial, Helvetica, sans-serif;	font-size: 80%;	font-style: normal;	font-weight: normal;	color: #818A8F;	text-decoration: none;	line-height: 120%;	padding-left: 20px;	padding-top: 3px;	padding-bottom: 3px;}.bodyboldtable_wht {	font-family: Arial, Helvetica, sans-serif;	font-size: 70%;	font-style: normal;	font-weight: bold;	color: #FFFFFF;	text-decoration: none;	padding-top: 2px;	padding-bottom: 2px;	padding-right: 5px;}.body_list {	font-family: Arial, Helvetica, sans-serif;	font-size: 80%;	font-style: normal;	font-weight: normal;	color: #818A8F;	text-decoration: none;	line-height: 120%;}.bodybold_sml {	font-family: Arial, Helvetica, sans-serif;	font-size: 75%;	font-style: normal;	font-weight: bold;	color: #333333;	text-decoration: none;	line-height: 120%;}
