@charset "UTF-8";
body {
	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: #333333;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a:link, a:visited {
	text-decoration:none;
	color:#3399FF;
}

a:hover {
	text-decoration:underline;
}

a.title:link {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration:none;
	font-size: 18px;
	color: #000000;
	font-weight: bold;

}

a.title:visited {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration:none;
	font-size: 16px;
	color: #000000;
}

a.title:hover {
	text-decoration:none;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration:none;
	font-size: 16px;
	color: #000000;
}


/**********************************************************************

DIV classes that frame the whole page and main content window on the site

***********************************************************************/

.oneColElsCtr #container {
	width: 850px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	margin: 40px auto;
	padding: 0px 0px;
}

.oneColElsCtr #mainContent {
	padding: 0px 0px 0px 0px;
}

.content { 
	padding: 20px 25px 30px 0px; /* the padding here spaces the main content window away from the Main Nav, sidebar, and footer nav */
}

/**********************************************************************

LOGO and SEARCH on top of all pages ( DTZ Rockwood )

***********************************************************************/

/* Removes all decoration for an image with a hyperlink for the DTZ Rockwood Logo */
.logo {
	margin: 0px;
	padding: 6px 0px 20px 0px;
	border:none;
}

#search {
	margin:5px 0;
}

/**********************************************************************

TEXT CONTENT on site used on multiple pages throughout

***********************************************************************/

/* Text style for all description text below Headline on homepage and all pages */
.description-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

/**********************************************************************

SIDEBAR CONTENT used on multiple pages throughout

***********************************************************************/

/* this style spaces the sidebar content down so that the text such as office information will align with the headers in the .content DIV */
.sidebar { 
	margin:56px 0 30px 0;
	padding: 15px 25px 0 25px;
	border-left: #CCCCCC dashed 1px;
}

/* Blue block that fills the background of Header type text */
.description-text-sidebar { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background-color:#cde6ff;
	display:block;
	padding: 5px 10px;
	margin: 0 0 20px -10px;
}

/* Blank background text appearing in the sidebar usually below the .description-text-sidebar */
.description-text-sidebar-blank { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	display:block;
	padding: 5px 10px;
	margin: 0 0 20px -10px;
}

/* Office headline text on sidebar of the Contact Us page */
.office { 
	font-weight:bold;
	color:#FF0000;
}

/*******************************************************************************

IMAGES for Service Lines and service summary pages "dog-leg" etc.

*******************************************************************************/

/* padding and margins for "dog-leg" images: specifically the sidebar */
.sidebar-img { 
	padding:0;
	margin:0;
}

/* padding and margins for single images in the sidebar - spaced to match the sub pages navigation below the header */
.sidebar-shoulder { 
	padding:0;
	margin:78px 0 0 0;
}

/* padding and margins for "dog-leg" images: specifically the top */
.top-img { 
	padding:0;
	margin:0;
}

/**********************************************************************

SERVICE LINE LINKS for Corporate Overview and Adivsory and Transactional Overview Pages

***********************************************************************/

/* Corporate Overview Service line sublinks */
a:link.overview-sublinks, a:visited.overview-sublinks, a:active.overview-sublinks { 
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#333333;
	font-size:12px;
	line-height:18px;
	background-color:#cde6ff;
	display:block;
	padding: 5px 10px;
	margin: 0 0 5px 0px;
	width: 225px;
}

/* Corporate Overview Service line sublinks */
a:hover.overview-sublinks, a:link.overview-sublinks-active {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
	line-height:18px;
	background-color: #666666;
	display:block;
	padding: 5px 10px;
	margin: 0 0 0px 0px;
	width: 225px;
}

/* Advisory and Transactional Overview page Service line sublinks */
a:link.capabilities-sublinks, a:visited.capabilities-sublinks, a:active.capabilities-sublinks { 
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#333333;
	font-size:12px;
	line-height:18px;
	background-color:#cde6ff;
	display:block;
	padding: 5px 10px;
	margin: 0 0 5px 15px;
}

/* Advisory and Transactional Overview page Service line sublinks */
a:hover.capabilities-sublinks, a.capabilities-sublinks-active { 
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
	line-height:18px;
	background-color: #666666;
	display:block;
	padding: 5px 10px;
	margin: 0 0 5px 15px;
}

/**********************************************************************

SERVICE LINE NAVIGATION for Advisory and Transactional pages

***********************************************************************/

#service-nav ul {
	padding:0;
	margin:0;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	float: left;
	margin:20px 0px 20px 0px;
}

#service-nav ul li {
	display: inline;
}

#service-nav ul li a {
	padding: 2px 6px 6px 6px;
	background-color: #CDE6FF;
	color: #333333;
	text-decoration: none;
	font-weight:normal;
	float: left;
	width:71px;
	height:45px;
	border-top:#CDE6FF 3px solid;
	text-align: left;
	margin-right:2px;
}

#service-nav ul li a:hover {
	background-color: #99ccff;
	color: #333333;
	border-top:#FF0000 3px solid;
}

#service-nav ul li a.active {
	background-color: #99ccff;
	color: #333333;
	border-top:#FF0000 3px solid;
}

/*******************************************************************************

FORMS on Reports page, Contact page

*******************************************************************************/

/* FORM FIELD LABEL styles on the contact.html and reports.html pages */
.form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

/* Headline and Header Link for Error page */
.header-error {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FF0000;
}

/*******************************************************************************

MANAGEMENT TEAM styles: MGMT.HTML hompage and INVDIVIDUAL EXECUTIVE BIO pages

*******************************************************************************/

/* This controls the space between the Management Team Header and the sliding menu content below so that it l up with the sidebar content*/
.exec-title {
	padding:15px 0 15px 0;
}

/* This controls the space between the exexutive's names & titles in the collapsable menus on the Management Team main page*/
.exec-table {
	padding:10px 0 0px 0;
}

/* These control the space between the Management Team Header on the INDIVIDUAL EXECUTIVE BIOS so they line up with the sidebar content, etc. */
.exec-bio {
	padding:15px 0 0px 0;
	margin-bottom:-10px;
	margin-top:15px;
}

a.mgmt-header, a:link.mgmt-header, a:visited.mgmt-header, a:link.mgmt-header-active  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333333;
	font-weight:bold;
	text-decoration:none;
}

a:hover.mgmt-header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FF0000;
	font-weight:bold;
	text-decoration:none;
}

a:link.mgmt-header-active  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FF0000;
	font-weight:bold;
	text-decoration:none;
}

.mgmt-title  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	margin:5px 0 15px 0;
}

.mgmt-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}

/*******************************************************************************

MANAGEMENT TEAM: INDIVIDUAL BIO pages top PREVIOUS and NEXT button stylings below

*******************************************************************************/

#pagetopnav {
	padding:5px 0px 5px 0px;
}

a:link.previous, a:visited.previous {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#99ccff;
	color:#FFFFFF;
	padding:5px 20px 5px 17px;
	margin:0 5px 0 0;
	text-decoration:none;
}

a:hover.previous {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#999999;
	color:#FFFFFF;
	padding:5px 20px 5px 17px;
	margin:0 5px 0 0;
	text-decoration:none;
}

a:link.next, a:visited.next {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#99ccff;
	color:#FFFFFF;
	padding:5px 17px 5px 20px;
	margin:0 0 0 0px;
	text-decoration:none;
}

a:hover.next {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#999999;
	color:#FFFFFF;
	padding:5px 17px 5px 20px;
	margin:0 0 0 0px;
	text-decoration:none;
}

/*******************************************************************************

CMU download current report link

*******************************************************************************/

.cmu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border-top: #999999 dashed 1px;
	border-bottom: #999999 dashed 1px;
	margin:15px 0px;
}

.cmu a:link, .cmu a:visited {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:#cde6ff;
	display:block;
	padding: 25px 0 25px 75px;
	background-image:url(../images/cmu-icon.gif);
	background-position:10px 6px;
	background-repeat:no-repeat;
	background-attachment:scroll;
}

.cmu a:hover {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color: #999999;
	display:block;
	padding: 25px 0 25px 75px;
	background-image:url(../images/cmu-icon-roll.gif);
	background-position:10px 6px;
	background-repeat:no-repeat;
	background-attachment:scroll;
}

/*******************************************************************************

Investment Update download current report link

*******************************************************************************/

.inv {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border-top: #999999 dashed 1px;
	border-bottom: #999999 dashed 1px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: url(../images/Inv-Update-4Q09-Icon-Page-Rollover.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.inv a:link, .inv a:visited {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:#cde6ff;
	display:block;
	padding: 25px 0 25px 75px;
	background-image:url(../images/Inv-Update-4Q09-Icon-Page-Rollover.jpg);
	background-position:10px 3px;
	background-repeat:no-repeat;
	background-attachment:scroll;
}

.inv a:hover {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color: #999999;
	display:block;
	padding: 25px 0 25px 75px;
	background-image:url(../images/Inv-Update-4Q09-Icon-Page-Rollover.jpg);
	background-position:10px 3px;
	background-repeat:no-repeat;
	background-attachment:scroll;
}


/*******************************************************************************

Career - Job Description 1 (JD1) download current report link

*******************************************************************************/

.jd1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border-top: #999999 dashed 1px;
	border-bottom: #999999 dashed 1px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.jd1 a:link, .jd1 a:visited {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:#cde6ff;
	display:block;
	padding: 12.5px 0 12.5px 0px;
	background-position:10px 3px;
	background-repeat:no-repeat;
	background-attachment:scroll;
}

.jd1 a:hover {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color: #999999;
	display:block;
	padding: 12.5px 0 12.5px 0px;
	background-position:10px 3px;
	background-repeat:no-repeat;
	background-attachment:scroll;
}

/*******************************************************************************

PRESS RELEASE pdf link download style

*******************************************************************************/

#press {
	font-family: arial, helvetica, sans-serif;
	display:block;
	border-bottom: #999999 dotted 1px;
	font-size:12px;
	margin-bottom: 10px;
	border-bottom: #999999 dotted 1px;
}

.press-inner {
	padding-top:1px;
	padding-bottom: 10px;
}

#press a:link.press, a:visited.press {
	color: #000000;
	text-decoration: none;
}

#press a:hover.press {
	color: #FF0000;
	text-decoration: none;

}

/* Below is the styling for the box that shows the date to the left of the Press Release PDF Link */

.date-box {
	width: 85px;
	font-size:14px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	color: #FF0000;
}

#pdf {
	font-size:10px;
	padding: 10px 0;
	font-weight: normal;
}

#pdf a:link.pdf, a:visited.pdf {
	background-color:#666666;
	color: #FFFFFF;
	padding: 2px 15px;
}

#pdf a:hover.pdf {
	background-color: #CCCCCC;
	color: #333333;
	padding: 2px 15px;
	text-decoration: none;
}

/* OLD PRESS RELEASE SYLES!
#press-table {
	margin-bottom:15px;
}

#press {
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	height:50px;
}

#press a {
	display:block;
	width:440px;
	padding:9px 20px;
	text-decoration:none;
	color:#333333;
	background-color:#FFFFFF;
	background-image:url(../images/press-icon4.png);
	background-position:448px 0px;
	background-repeat:no-repeat;
	background-attachment:scroll;
}

#press a:hover {
	display:block;
	width:440px;
	padding: 9px 20px;
	text-decoration:none;
	background-color: #CCCCCC;
	color: #333333;
	background-image:url(../images/press-icon4-r.png);
	background-position:448px 0px;
	background-repeat:no-repeat;
	background-attachment:scroll;
}

/* Below is the styling for the box that shows the date to the left of the Press Release PDF Link */
/*
.date-box {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	float:left;
}

.month {
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#66CCFF;
	display:block;
	width:40px;
}

.day {
	font-size:16px;
	background-color:#cde6ff;
	display:block;
}

.year {
	font-size: 9px;
	background-color:#cde6ff;
	display:block;
	padding-bottom:2px;
}
*/


/*******************************************************************************

Text style for all description bullets on all pages

*******************************************************************************/

/* General list style for listed content */
.description-list {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	list-style-type: square;
}

/* List class for CLIENTS page */
.clients {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:23px;
	list-style-type: square;
}

/* Headline and Header Link for homepage and Content titles for all pages */
.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
}

/* SERVICE LINE subnav Header on About Us.html and Capabilities.html pages only: above service line links */
a:link.header, a:active.header, a:visited.header {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:20px;
	color:#333333
}

a:hover.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FF0000;
}

/* All Headlines that are images possess this style: you can use it to control the distance between the headline and the content below */
.header-img {
	margin-bottom: 0px;
	border:none;
}

.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	padding:10px 0 10px 15px;
	margin:0 0 0 0;
}	

/*******************************************************************************

MAIN NAV MENU and SUB NAV MENU on all pages

*******************************************************************************/

#main-nav ul {
	padding:0;
	margin:0;
	background-color: #333333;
	color: White;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	float:left;
}

#main-nav ul li {
	display: inline;
}

#main-nav ul li a {
	padding: 6px 40px;
	background-color: #333333;
	color: White;
	text-decoration: none;
	border-right: 1px solid #999999;
	font-weight:bold;
	float:left;
}

#main-nav ul li a.special {
	color: #CDE6FF;
	
}

#main-nav ul li a:hover {
	background-color: #CCCCCC;
	color: #333333;
}

#main-nav ul li a.active {
	background-color: #CCCCCC;
	color: #333333;
}

#main-nav-inline ul {
	padding:0;
	margin:0;
	background-color: #333333;
	color: White;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	float:left;
}

#main-nav-inline ul li {
	display: inline;
}

#main-nav-inline ul li a {
	padding: 6px 20px;
	background-color: #333333;
	color: White;
	text-decoration: none;
	border-right: 1px solid #999999;
	font-weight:bold;
	float:left;
}

#main-nav-inline ul li a:hover {
	background-color: #CCCCCC;
	color: #333333;
}

#main-nav-inline ul li a.active {
	background-color: #CCCCCC;
	color: #333333;
}

#main-nav-inline ul li a.special {
	background-color: #000000;
	color: #CDE6FF;
}

#main-nav-right ul {
	padding: 6px 40px;
	background-color: #CCCCCC;
	color: #ef3e42;
	text-decoration: none;
	font-weight:bold;
	float:left;
}

#main-nav-right ul li a {
	padding: 6px 40px;
	background-color: #333333;
	color: #ef3e42;
	text-decoration: none;
	border-right: 1px solid #999999;
	font-weight:bold;
	float:left;
}

#main-nav-banner ul {
	padding:0;
	margin:0;
	background-color: #3366CC;
	color: White;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	float:left;
	letter-spacing: 0px;
	list-style-type:none
	padding-bottom: 4px;
	list-style-type:none
}
#main-nav-banner ul li a {
	padding:0;
	color: White;
	text-decoration: none;
	font-weight:bold;
	float:left;
	padding-top: 6px;
	padding-right: 40px;
	padding-bottom: 4px;
	padding-left: 40px;
	list-style-type:none

}

#main-nav-charcoal ul {
	padding: 0;
	margin:0;
	background-color: #333333;
	color: White;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	float:left;
	letter-spacing: 0px;
	list-style-type:none
	padding-bottom: 4px;
	border-bottom: 1px solid #999999;
	list-style-type:none
}
#main-nav-charcoal ul li a {
	color: White;
	text-decoration: none;
	font-weight:bold;
	float:left;
	padding-top: 3px;
	padding-left: 12px;
	padding-bottom: 4px;
	list-style-type:none
}

#main-nav-banner-red ul {
	padding:0;
	margin:0;
	background-color: #ef3e42;
	color: White;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	float:left;
	letter-spacing: 1px;
	list-style-type:none
}

#main-nav-banner-red ul li a {
	color: White;
	text-decoration: none;
	font-weight:bold;
	float:left;
	padding-top: 6px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	list-style-type:none
}

#main-nav-banner-lightblue ul {
	padding:0;
	margin:0;
	background-color: #CDE6FF;
	color: Black;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	float:left;
	letter-spacing: 1px;
	list-style-type:none
}

#main-nav-banner-lightblue ul li a {
	color: Black;
	text-decoration: none;
	font-weight:bold;
	float:left;
	padding-top: 6px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	list-style-type:none
}

#subnav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#CCCCCC;
}

#subnav ul {
	padding:6px 10px;
	margin:0px 10px;
}

#subnav li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

#subnav li a {
	display: inline;
	list-style-type: none;
	padding-right:0;
	text-decoration:none;
	color: #333333;
}

#subnav li a:hover, .active-sub {
	display: inline;
	list-style-type: none;
	border-bottom:3px solid #FF0000;
	padding-bottom:3px;
	color: #333333;
}

/*******************************************************************************

Menu on footer/bottom of all pages stylings below

*******************************************************************************/

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#CCCCCC;
	color: #666666;
}

#footer ul {
	padding:10px 0 10px 15px;
	margin:0 0 0 0;
}

/* Sidebar button */
#footer li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

/* Linked sidebar button */
#footer li a {
	display: inline;
	list-style-type: none;
	padding-right:0;
	text-decoration:none;
	color: #666666;
}

#footer li a:hover {
	display: inline;
	list-style-type: none;
	text-decoration:underline;
	color: #666666;
}

#footer-right {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#CCCCCC;
	color: #666666;
}

#footer-right ul {
	padding:10px 5px 10px 0px;
	margin:0 0 0 0;
}

/* Terms of Use and Privacy footer stlyes */
#footer-right li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

#footer-right li a {
	display: inline;
	list-style-type: none;
	padding-right:0;
	text-decoration:none;
	color: #666666;
}

#footer-right li a:hover {
	display: inline;
	list-style-type: none;
	text-decoration:underline;
	color: #666666;
}


/*******************************************************************************

Eyebrow on Top of all pages stylings below

*******************************************************************************/

#eyebrow {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #999999;
	text-align:right;
	margin: 10px -10px;
	float:right;
}

#eyebrow ul {
	padding:10px 0 10px 15px;
	margin:0 0 0 0;
}

#eyebrow li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

#eyebrow li a {
	display: inline;
	list-style-type: none;
	padding-right:0;
	text-decoration:none;
	color: #666666;
}

#eyebrow li a:hover {
	display: inline;
	list-style-type: none;
	text-decoration:underline;
	color: #666666;
}

/* Investor Log In Item */

#eyebrow li a.active {
	display: inline;
	list-style-type: none;
	padding:3px 10px;
	margin-right:0px;
	text-decoration:none;
	color: #FFFFFF;
	background-color:#666666
}

#eyebrow li a.active:hover {
	display: inline;
	list-style-type: none;
	padding:3px 10px;
	text-decoration:none;
	color: #FFFFFF;
	background-color:#CCCCCC
}
.ShadedBox {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#333333;
	font-size:12px;
	line-height:18px;
	background-color: #CDE6FF;
	letter-spacing: normal;
	text-align: left;
	text-indent: 0px;
	vertical-align: bottom;
	word-spacing: normal;
	white-space: pre;
	display: block;
	margin-top: 0px;
	margin-right: 06px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 225px;

}
.description-box-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-right: 3px;
}
.description-box-inset-text {
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.description-text-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
description-text-smaller {
	font-size: 11px;
}
.description-text-smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.HorizontalDashedLine {
	border-bottom-width: 1.5px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-size: 1px;
	margin: 0px;
	padding-bottom: 6px;
}
.TableTextRule {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-top: 3px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}

.List-Bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:16px;
	font-weight:bold
	
}
	
.List-Bullet ul {
	list-style-type:square;
	font-weight:normal
}

.List-Bullet li {
	padding-left:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:14px;
	margin-left:0px;
	margin-bottom:4%;

}

.List-Bullet-Circle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:16px;
	font-weight:bold

}

.List-Bullet-Circle ul {
	list-style-type:circle;
	font-weight:normal

}

.List-Bullet-Circle li {
	padding-left:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:14px;
	margin-left:0px;
	margin-bottom:4%;

}
