@charset "UTF-8";body  {	font: 100% Verdana, Arial, Helvetica, sans-serif;	background: #E5E5E5;	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;}.twoColFixLtHdr #container {	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	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. */	background: #FFFFFF;	border-left:2px solid #E5F1F7;	border-right:2px solid #E5F1F7;} .twoColFixLtHdr #header {	background: #DDDDDD;	border-bottom:2px solid #E5F1F7;	padding: 0 0 0 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. */} .twoColFixLtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */}.twoColFixLtHdr #sidebar1 {	float: left; /* since this element is floated, a width must be given */	width: 190px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 0 0 0 0px;}.twoColFixLtHdr #mainContent {	margin: 0 0 0 0px; /* 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: 0 0 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	border-left:2px solid #E5F1F7;} .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;}html,body{text-align:left;font-family: Arial, Verdana, Helvetica, sans-serif;background-color: #ffffff;font-size: 90%;height: 100%;margin: 0;}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;}/* FOOTER */	footer a:link {	color: #FFFFFF;	text-decoration: none;}	footer a:visited {	text-decoration: none;	color:#CCCCCC;}	footer a:hover {	text-decoration: underline;	color:#FFFFFF;}.navlinklc {	font-family: Arial, Helvetica, sans-serif;	font-size: 90%;	font-style: normal;	font-weight: normal;	color: #333333;	text-decoration: none;}.navlinklcblk {	font-family: Arial, Helvetica, sans-serif;	font-size: 90%;	font-style: normal;	font-weight: normal;	color: #000000;	text-decoration: none;}a.top:link {color: #666666; }a.top:visited {color: #666666; }a.top:hover {color: #CC0000; }a.top:active {color: red; }.bodycopy {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #666666;	text-decoration: none;	font-size: 90%;	line-height: 120%;}.bodycopyitalic {	font-family: Arial, Helvetica, sans-serif;	font-style: italic;	font-weight: normal;	color: #666666;	text-decoration: none;	font-size: 90%;	line-height: 120%;}.bodyboldbordertl {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: bold;	color: #000;	text-decoration: none;	font-size: 90%;	line-height: 120%;	border-top: 1px solid #000;	border-left: 1px solid #000;}.bodyboldbordertlb {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: bold;	color: #000;	text-decoration: none;	font-size: 90%;	line-height: 120%;	border-top: 1px solid #000;	border-left: 1px solid #000;	border-bottom: 1px solid #000;}.bodyboldbordertrb {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: bold;	color: #000;	text-decoration: none;	font-size: 90%;	line-height: 120%;	border-top: 1px solid #000;	border-right: 1px solid #000;	border-bottom: 1px solid #000;}.bodyboldbordertb {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: bold;	color: #000;	text-decoration: none;	font-size: 90%;	line-height: 120%;	border-top: 1px solid #000;	border-bottom: 1px solid #000;}.bodycopybordertlb {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #666;	text-decoration: none;	font-size: 90%;	line-height: 120%;	border-top: 1px solid #000;	border-left: 1px solid #000;	border-bottom: 1px solid #000;}.bodycopybordertrb {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #666;	text-decoration: none;	font-size: 90%;	line-height: 120%;	border-top: 1px solid #000;	border-right: 1px solid #000;	border-bottom: 1px solid #000;}.bodycopybordertb {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #666;	text-decoration: none;	font-size: 90%;	line-height: 120%;	border-top: 1px solid #000;	border-bottom: 1px solid #000;}.bodycopybordert {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #666666;	text-decoration: none;	font-size: 90%;	line-height: 120%;	border-top: 1px solid #000;}.bodycopybordertr {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #666666;	text-decoration: none;	font-size: 90%;	line-height: 120%;	border-top: 1px solid #000;	border-right: 1px solid #000;}.bodyboldborderl {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: bold;	color: #000;	text-decoration: none;	font-size: 90%;	line-height: 120%;	border-left: 1px solid #000;}.bodycopyborderr {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #666666;	text-decoration: none;	font-size: 90%;	line-height: 120%;	border-right: 1px solid #000;}.bodyboldborderbl {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: bold;	color: #000;	text-decoration: none;	font-size: 90%;	line-height: 120%;	border-bottom: 1px solid #000;	border-left: 1px solid #000;}.bodycopyborderb {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #666666;	text-decoration: none;	font-size: 90%;	line-height: 120%;	border-bottom: 1px solid #000;}.bodycopyborderbr {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #666666;	text-decoration: none;	font-size: 90%;	line-height: 120%;	border-bottom: 1px solid #000;	border-right: 1px solid #000;}.upperblk {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #000000;	text-decoration: none;	font-size: 100%;	line-height: 120%;	text-transform: uppercase;}.bodybold {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: bold;	color: #000000;	text-decoration: none;	font-size: 90%;	line-height: 120%;}.bodyboldblue {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: bold;	color: #0068AF;	text-decoration: none;	font-size: 115%;	line-height: 120%;}.bodywht {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #FFFFFF;	text-decoration: none;	font-size: 90%;	line-height: 120%;}.acchead {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: bold;	color: #000000;	text-decoration: none;	font-size: 100%;	line-height: 120%;}.acclist {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #333333;	text-decoration: none;	font-size: 90%;	line-height: 120%;	margin-left: 10px;}.bodycopylist {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #333333;	text-decoration: none;	font-size: 90%;	line-height: 150%;}.bodycopywht {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #FFFFFF;	text-decoration: none;	font-size: 90%;	line-height: 120%;}.bodycopywhtbullet {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #FFFFFF;	text-decoration: none;	font-size: 90%;	line-height: 160%;}.smlbodycopy {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #333333;	text-decoration: none;	font-size: 90%;	line-height: 100%;}.smlbodybold {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: bold;	color: #333333;	text-decoration: none;	font-size: 80%;	line-height: 100%;}.smlbodycopyindent {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #333333;	text-decoration: none;	font-size: 80%;	line-height: 100%;	margin-left: 10px;	margin: 10;	padding-left: 10px;}.whtbodycopy {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #FFFFFF;	text-decoration: none;	font-size: 100%;	line-height: 130%;}.whtbodybold {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: bold;	color: #FFFFFF;	text-decoration: none;	font-size: 90%;	line-height: 130%;}.redcaps {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #CC0000;	text-decoration: none;	font-size: 100%;	line-height: 120%;}.redcopy {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #CC0000;	text-decoration: none;	font-size: 90%;	line-height: 120%;}.redbullets {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #CC0000;	text-decoration: none;	font-size: 90%;	line-height: 160%;}.headblk {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #000000;	text-decoration: none;	font-size: 150%;	line-height: 120%;}.headblkbold {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: bold;	color: #000000;	text-decoration: none;	font-size: 150%;	line-height: 120%;}.headwht {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #FFFFFF;	text-decoration: none;	font-size: 130%;	line-height: 100%;}.headwhttint {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #EBA0A0;	text-decoration: none;	font-size: 150%;	line-height: 120%;}.headwhtbold {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: bold;	color: #FFFFFF;	text-decoration: none;	font-size: 150%;	line-height: 120%;}.grptitle {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #000000;	text-decoration: none;	font-size: 100%;	line-height: 120%;}.grptitlewht {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #FFFFFF;	text-decoration: none;	font-size: 100%;	line-height: 120%;}.lrggrey {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #666666;	text-decoration: none;	font-size: 130%;	line-height: 110%;	padding-bottom: 8px;}.quicklinks {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #666666;	text-decoration: none;	font-size: 80%;	line-height: 130%;}.medgrey {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: bold;	color: #666666;	text-decoration: none;	font-size: 100%;	line-height: 120%;}.tablehead {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: bold;	color: #000000;	text-decoration: none;	font-size: 80%;	line-height: 100%;}.tableheadnorm {	font-family: Arial, Helvetica, sans-serif;	font-size: 80%;	font-style: normal;	font-weight: normal;	color: #000000;	text-decoration: none;}.whttablehead {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #FFFFFF;	text-decoration: none;	font-size: 80%;	line-height: 100%;}.tableheadlrg {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: bold;	color: #000000;	text-decoration: none;	font-size: 90%;	line-height: 100%;}.tblsmlbody {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #666666;	text-decoration: none;	font-size: 90%;	line-height: 100%;}.tblsmlbold {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: bold;	color: #000000;	text-decoration: none;	font-size: 80%;	line-height: 100%;}.tblsmlboldhead {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: bold;	color: #333333;	text-decoration: none;	font-size: 70%;	line-height: 100%;}.border {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: bold;	color: #000000;	text-decoration: none;	font-size: 80%;	line-height: 100%;	background-image: url(pix/centre.gif);}.navigate {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-style: normal;	font-weight: bold;	color: #CCCCCC;	text-decoration: none;}.navigate_grey {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-style: normal;	font-weight: normal;	color: #999999;	text-decoration: none;}.tableheadno {	font-family: Arial, Helvetica, sans-serif;	font-size: 70%;	font-style: normal;	font-weight: normal;	color: #000000;	text-decoration: none;	vertical-align: top;	background-position: top;}.navlinkuc {	font-family: Arial, Helvetica, sans-serif;	font-size: 100%;	font-style: normal;	font-weight: bold;	color: #333333;	text-decoration: none;}.tblsmlbodyhead {	font-family: Arial, Helvetica, sans-serif;	font-size: 70%;	font-style: normal;	line-height: 150%;	font-weight: normal;	color: #333333;	text-decoration: none;}.redheads {	font-family: Arial, Helvetica, sans-serif;	font-size: 150%;	font-style: normal;	font-weight: normal;	text-transform: none;	color: #CC0000;	text-decoration: none;}.redheadsml {	font-family: Arial, Helvetica, sans-serif;	font-size: 120%;	font-style: normal;	font-weight: normal;	text-transform: uppercase;	color: #CC0000;	text-decoration: none;}.greytext {	font-family: Arial, Helvetica, sans-serif;	font-size: 100%;	font-style: normal;	font-weight: bold;	color: #999999;	text-decoration: none;}.bodyboldlrg {	font-family: Arial, Helvetica, sans-serif;	font-size: 110%;	font-style: normal;	font-weight: bold;	color: #000000;	text-decoration: none;}.blacktext {	font-family: Arial, Helvetica, sans-serif;	font-size: 100%;	font-style: normal;	font-weight: normal;	color: #000000;	text-decoration: none;}.blacktextitalic {	font-family: Arial, Helvetica, sans-serif;	font-size: 100%;	font-style: italic;	font-weight: normal;	color: #000000;	text-decoration: none;}.box {	background-color: #FFFFFF;	border-left: thin solid #000000;}.figures {	font-family: Arial, Helvetica, sans-serif;	font-size: 220%;	font-style: normal;	font-weight: normal;	color: #666666;	text-decoration: none;}.boxcream {	background-color: #EEEEDD;	border: thin solid #CCCCCC;}.whiteheads {	font-family: Arial, Helvetica, sans-serif;	font-size: 150%;	font-style: normal;	font-weight: normal;	text-transform: uppercase;	color: #FFFFFF;	text-decoration: none;}.redpara {	font-family: Arial, Helvetica, sans-serif;	font-size: 130%;	font-style: normal;	font-weight: normal;	text-transform: uppercase;	color: #CC0000;	text-decoration: none;}.creambody {	font-family: Arial, Helvetica, sans-serif;	font-size: 100%;	font-style: normal;	font-weight: normal;	color: #EEEEDD;	text-decoration: none;}.yellbold {	font-family: Arial, Helvetica, sans-serif;	font-size: 100%;	font-style: normal;	font-weight: bold;	color: #FFCC00;	text-decoration: none;}.yellbody {	font-family: Arial, Helvetica, sans-serif;	font-size: 100%;	font-style: normal;	font-weight: normal;	color: #FFCC00;	text-decoration: none;}.redbold {	font-family: Arial, Helvetica, sans-serif;	font-size: 100%;	font-style: normal;	font-weight: bold;	color: #CC0000;	text-decoration: none;}.redbody {	font-family: Arial, Helvetica, sans-serif;	font-size: 100%;	font-style: normal;	font-weight: normal;	color: #CC0000;	text-decoration: none;}.tblsmlbodywht {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #FFFFFF;	text-decoration: none;	font-size: 80%;	line-height: 100%;}.medgreyitalic {	font-family: Arial, Helvetica, sans-serif;	font-style: italic;	font-weight: bold;	color: #666666;	text-decoration: none;	font-size: 100%;	line-height: 120%;}.redheadslc {	font-family: Arial, Helvetica, sans-serif;	font-size: 150%;	font-style: normal;	font-weight: normal;	text-transform: none;	color: #CC0000;	text-decoration: none;}.blackheadslc {	font-family: Arial, Helvetica, sans-serif;	font-size: 150%;	font-style: normal;	font-weight: normal;	text-transform: none;	color: #000000;	text-decoration: none;}.lrggreyitalic {	font-family: Arial, Helvetica, sans-serif;	font-style: italic;	font-weight: normal;	color: #666666;	text-decoration: none;	font-size: 130%;	line-height: 120%;}.boxlink {	border: thin solid #CCCCCC;	background-color: #FFFFFF;	font-family: Arial, Helvetica, sans-serif;	font-size: 100%;	font-style: normal;	line-height: 120%;	font-weight: bold;	color: #333333;	text-decoration: none;}.whiteheadsLC {	font-family: Arial, Helvetica, sans-serif;	font-size: 120%;	font-style: normal;	font-weight: normal;	text-transform: none;	color: #FFFFFF;	text-decoration: none;	padding: 2px;	left: 3px;	top: 3px;	right: 3px;	bottom: 3px;}.bodycopyblack {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #000000;	text-decoration: none;	font-size: 90%;	line-height: 120%;}.superscript {	font-family: Arial, Helvetica, sans-serif;	font-style: italic;	font-weight: normal;	color: #999999;	text-decoration: none;	font-size: 80%;	line-height: 100%;}.blackheadsml {	font-family: Arial, Helvetica, sans-serif;	font-size: 130%;	font-style: normal;	font-weight: normal;	text-transform: none;	color: #000000;	text-decoration: none;}.lrggreysml {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #666666;	text-decoration: none;	font-size: 110%;	line-height: 110%;}.blackheadslcBlue {	font-family: Arial, Helvetica, sans-serif;	font-size: 170%;	font-style: normal;	font-weight: normal;	text-transform: none;	color: #0068AF;	text-decoration: none;}.bluecaps {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #0068AF;	text-decoration: none;	font-size: 90%;	line-height: 120%;	text-transform: uppercase;}.bluecopy {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #0068AF;	text-decoration: none;	font-size: 100%;	line-height: 120%;	text-transform: none;}.lrggreymed {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #666666;	text-decoration: none;	font-size: 120%;	line-height: 110%;	padding-bottom: 8px;}.bodycopyblacksub {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #000000;	text-decoration: none;	font-size: 95%;	line-height: 120%;}.blue_box {	border: 1px solid #CCE4F1;}.blackheadslcBlack {	font-family: Arial, Helvetica, sans-serif;	font-size: 170%;	font-style: normal;	font-weight: normal;	text-transform: none;	color: #000000;	text-decoration: none;}.bodycopyLINK {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #FF00FF;	text-decoration: underline;	font-size: 90%;	line-height: 120%;}.bodyboldred {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: bold;	color: #FF0000;	text-decoration: none;	font-size: 115%;	line-height: 120%;}br.minus {margin-bottom:10px;}a.textlink {color:#666; text-decoration:underline}a.textlink:hover {color:#0075b1; text-decoration:underline}a.textlink.active {color:#0075b1; text-decoration:underline}a.textlink.visited {color:#0075b1; text-decoration:underline}a.btextlink {color:#0068AF; text-decoration:underline}a.btextlink:hover {color:#0068AF; text-decoration:underline}a.btextlink.active {color:#0068AF; text-decoration:underline}a.btextlink.visited {color:#0068AF; text-decoration:underline}a.bluelink {color:#0068AF; text-decoration:none}a.bluelink:hover {color:#0068AF; text-decoration:none}a.bluelink.active {color:#0068AF; text-decoration:none}a.bluelink.visited {color:#0068AF; text-decoration:none}.superscript2 {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #666666;	text-decoration: none;	font-size: 80%;	line-height: 130%;}.bodycopysml {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	font-weight: normal;	color: #666666;	text-decoration: none;	font-size: 80%;	line-height: 120%;}.line_thin {	border-bottom-style: solid;	border-bottom-width: 1px;	border-bottom-color: #000;	font-family: Arial, Helvetica, sans-serif;	font-size: None;}.line_thick {	border-bottom-style: solid;	border-bottom-width: 2px;	border-bottom-color: #000;	font-family: Arial, Helvetica, sans-serif;	font-size: None;}
