@charset "utf-8";
/* CSS Document */
/* Optimized for 1024 x 768. No width should exceed 960px.*/


.display_none, .header-wrapper, .header, .nav, nav, .inside, .subhead, .subhead-wrapper, .content-right, .content-bottom, .footer, footer, .subfooter, .bg_header_table, .bg_nav_bar, .noPrint, .bottomnav, .org-chart-icon, .datenav, .tabs, .left-nav, #meta-pg-description, .hidden-accessible {
	display: none !important;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	color: #000;	
	background: #FFF;	
	padding: 0; 
	float: none; 
	width: auto;
	} 

a:link, a:visited {
	color: #333; 
	text-decoration: underline;
	}
	
fieldset {
	border: none;
	}	
	
.office-right {		
	margin-top: 15px;
	}

.small {font-size: 8pt;}
	
/* Prints the link url 
a[href]:after {
    content: " (" attr(href) ") ";
  }
*/	