/* this is the clipping region for the menu. its width and height 
get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
}

/* this is the main container for the menu itself. its width 
and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
}

/* this table comprises all menu items. each TR is one item. It 
is relatively positioned so that the shadow and background 
transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; 
	top:0px;
	z-index:2;
}

.transMenu.top .items {
	border-top:none;
}

/* each TR.item is one menu item */
.transMenu .item {
	color:black;
	font-weight:bold;
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the
	border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
}

/* this DIV is the semi-transparent white background of each menu. 
the -moz-opacity is a proprietary way to get transparency in mozilla, the 
filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; 
that browser only uses a semi-transparent white PNG that the spacer gif 
inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
}

/* same concept as .background, but this is the sliver of shadow on the
right of the menu. It's left, height, and background are set by script. 
In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:0;
	filter:alpha(opacity=0);
}

/* same concept as .background, but this is the sliver of shadow on the 
bottom of the menu. It's top, width, and background are set by script.
In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:0;
	filter:alpha(opacity=0);
}

/* this is the class that is used when the mouse is over an item. 
script sets the row to this class when required. */
.transMenu .item.hover {
	background:#A4E1E1;
	color:black;
}

/* this is either the dingbat that indicates there is a submenu, 
or a spacer gif in its place. We give it extra margin to create 
some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
}
#centre{
	margin:0px auto;
	position:relative;
	text-align:left;
	width:940px;
}
#top {
	background-image:  url(files/dw_logo.gif);
	background-repeat: no-repeat;
	background-position: 28px 6px;
	height: 74px;
}
/* START-front page styles */
#homemenu {
	background: white;
	width: 210px;
	margin: 0px 0 0 0;
	font-size: 9pt;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
}
#homemenu a {
	margin:0 0 0 30px;
    padding:0 0 0 12px ;
    text-decoration:none;
    font-weight:bold;
    color:#999999;	
	padding-top: 5px;
	padding-bottom: 5px;
	display:block;	
}
#homemenu ul {
	list-style-type: none;
	margin: 1px;
	padding: 0px;
}
#homemenu li {
	display: block;
}
#homemenu .home  a:hover{	
	font-weight: bold;
	color: #000000;
	background-color: #F4F4F5;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.homeselected {
	color: #000000;
	font-weight:bold;
	margin:0 0 0 30px;
	padding:0 0 0 12px ;
	text-decoration:none;
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	display:block;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#homecontent {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
	padding-left: 210px;
	width: 554px;
	position: relative;
}
#homecontent p {
	font-size: 10pt;
	line-height: 13pt;
	margin: 0px 10px 0px 0px;
	color: #000000;
	font-weight: normal;
}
#homecontent h2{
	font-size: 18pt;
	color: #365679;
	font-weight: bold;
	margin: 16px 0px 4px 0px;
	line-height: 18pt;
}
#homecontent h3 {
	color: #365679;
	font-size: 11pt;
	margin: 8px 0px 0px 0px;
}
#homecontent h4{
	color: #365679;
	font-size: 15px;
	line-height: 16px;
	margin: 4px 2px 0px 4px;

}
#homecontent h5{
	color: #365679;
	font-size: 15px;
	margin: 0px 0px 0px 0px;
}
#content .quote{
	font-weight: normal;
	color: #365679;
	font-size: 17pt;
	line-height: 22pt;
	margin: 0px 0px 16px 0px;
}
#smltitles{
	color: #666666;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d9d9d9;
	width: 545px;
}
#smltitles a:link{
	color: #666666;
	background-image: url(files/more_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;
}
#smltitles a:hover{
	color: #666666;
	background-image: url(files/more_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;
}
#smltitles a:visited{
	color: #666666;
	background-image: url(files/more_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;
}
#fronttable {
	margin-bottom: 10px;
	width: 545px;
}
.fronttable {
	margin-top: 4px;
	margin-right: 4px;
}
.fronttable img{
	margin-top: 4px;
	margin-right: 6px;
	border-color: #CCCCCC;
	border-width: 2px;
	border-style: solid;
}
.fronttable img:hover{
	border-color: #365679;
	border-width: 2px;
	border-style: solid;
}
.fronttable img:visited{
	border-color: #CCCCCC;
	border-width: 2px;
	border-style: solid;
}
#frontphototable {
	background-color: #d9d9d9;
	width: 545px;
	margin: 12px 0px 30px 0px;
}
#frontphototable h5{
	width: 90px;
	margin: 4px 0px 0px 4px;

}
#more a:link{
	background-image: url(files/more_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	font-weight: normal;
	color: #666666;
}
#more a:visited{
	background-image: url(files/more_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	font-weight: normal;
	color: #666666;
}
.more {
	background-image: url(files/more_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;
	font-weight: bold;
}
.morenews {
	background-image: url(files/more_wht_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 6px;
}
#rightcolfront  {
	top: 0px;
	left: 764px;
	padding: 0px;
	width: 176px;
	position: absolute;
}
#rightcolfrontcontent {
	background-color: #666666;
	padding: 8px 8px 4px 8px;
}
#rightcolfront p {
	font-size: 9pt;
	line-height: 12pt;
	color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
}
#rightcolfront h3{
	font-size: 12pt;
	color: #000000;
	margin: 2px 0px 6px 0px;
	padding: 2px 0px 0px 6px;
	background-color: #ffcc00;
}
#rightcolfront h4{
	font-size: 10pt;
	color: #365379;
	margin-bottom: 12px;
	line-height: 12pt;
	font-weight: normal;
}
#rightcolfront h5{
	font-size: 11pt;
	color: #365379;
	margin: 4px;
	line-height: 13pt;
}
#rightcolfront img{
	margin-left: 4px;
}
#rightcolfront a:link{
	color: #ffffff;
	text-decoration: none;
}
#rightcolfront a:visited{
	color: #ffffff;
	text-decoration: none;
}
#rightcolfront a:hover{
	color: #ffffff;
	text-decoration: underline;
}
/* END-front page styles */
#menu {
	background: white;
	width: 210px;
	margin: 0px 0 0 0;
	font-size: 9pt;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
    }
#menu a {
	margin:0 0 0 23px;
    padding:0 0 0 5px ;
    text-decoration:none;
    font-weight:bold;
    color:#999999;	
	padding-top: 5px;
	padding-bottom: 5px;
	display:block;	
    }
	
#menu a.hover {
	color: #000000;
	background-color: #A4E1E1;
    }
#menu .selected {
	color: #000000;
	font-weight:bold;
	margin:0 0 0 23px;
	padding:0 0 0 5px ;
	text-decoration:none;
	background-color: #66CCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	display:block;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
}
#menu li {
	display: block;
}

#menu span {
    display:none;
    }
#img {
    vertical-align:bottom;
    }

#subnav {
    font-size:10px;
    margin-bottom:2em;
    }
#subnav a {
    color:#FB3B00;
    margin-right:1em;
    }
#subnav span {
    color:silver;
    margin-right:1em;
    }
body {
	font-size: 10pt;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 16pt;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	background-color: #ccd3ed;
	padding-top: 34px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 28px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#content {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
	padding-left: 210px;
	width: 554px;
	position: relative;
}
.text {
	font-size: 10pt;
	line-height: 14pt;
	margin-top: 3px;
	margin-right: 10px;
	color: #000000;
	font-weight: normal;
}
#content p {
	font-size: 10pt;
	line-height: 14pt;
	margin-top: 3px;
	margin-right: 10px;
	color: #000000;
	font-weight: normal;
}
#content .intro {
	font-size: 10pt;
	line-height: 14pt;
	margin-top: 3px;
	margin-right: 10px;
	color: #000000;
	font-weight: normal;
}
#content h2{
	font-size: 18pt;
	color: #365679;
	font-weight: bold;
	margin: 16px 0px 4px 0px;
	line-height: 18pt;
}
#content h3 {
	color: #365679;
	font-size: 11pt;
	margin: 8px 0px 0px 0px;
}
#content h4{
	color:#365679;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 26px;
	font-size: 11pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;

}
#content h5{
	color: #365679;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
}
#rightcolcontent {
	margin-top: 12px;
	padding: 5px;
	background-color: #FFFFFF;
	border-color: #d9d9d9;
	border-width: 1px;
	border-style: solid;
}
#rightcolproject  {
	top: 0px;
	left: 764px;
	padding-left: 17px;
	width: 168px;
	position: absolute;
}
#rightcolproject img {
	padding-right: 9px;
	padding-bottom: 9px;
}
#rightcolproject p {
	color: #000000;
	margin-top: 0px;
}
#rightcolproject h5{
	margin: 0px;
}
#rightcolproject h3{
	color: #365679;
	margin: 12px 0px 12px 0px;
}
.aboutush1{
	background-color:#D4D6C6;
}
.projectsh1 {

	background-color:#A4E1E1;
}
.peopleh1 {

	background-color:#ccd3ed;
}
.column {
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left:0px;
	font-size: 13px;
}
.offices{
	color:#365679;
	font-size:10pt;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.forwhom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #CCCCCC;
	line-height: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.columnright {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:0px;
	width: 160px;
	font-size: 8pt;
}
.columnright img{
	border-bottom:5px #FFFFFF solid;
}
a{
	color: #3C5F8C;
	text-decoration: none;
}
a:active{
	COLOR: #3C5F8C;
	TEXT-DECORATION: none;
}
a:link{
	COLOR: #3C5F8C;
	TEXT-DECORATION: none;
}
a:visited{
	COLOR: #3C5F8C;
	TEXT-DECORATION: none;
}
a:hover{
	COLOR: #3C5F8C;
	TEXT-DECORATION: underline;
}
ul{
	MARGIN-TOP: -3px;
	MARGIN-LEFT: 7px;
	MARGIN-BOTTOM: -3px;
	PADDING: 8px;
}
.line_left8{
	PADDING-LEFT: 7px;
	BORDER-LEFT: solid 1px #9A999F;
}
.line_bg{
	WIDTH: 1px;
	FONT-SIZE: 0px;
	BACKGROUND: #CCCCD1;
}
.line_space{
	WIDTH: 1px;
	HEIGHT: 18px;
	BACKGROUND: #FFFFFF;
}
.link_item{
	TEXT-INDENT: -10px;
	MARGIN-LEFT: 10px;
	PADDING: 0px;
	MARGIN-TOP: 0px;
	CLEAR: both;
}
.link_item_up{
	PADDING: 0px;
	MARGIN-TOP: 0px;
}
.link_item_indent{
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 9px;
	MARGIN-LEFT: 11px;
	TEXT-INDENT: -13px;
	CLEAR: both;
}
.link_item_dark A, .link_item_dark A:link, .link_item_dark A:visited, .link_item_dark A:active{
	MARGIN-TOP: 0px;
	MARGIN-LEFT: 0px;
	PADDING-RIGHT: 20px;
	COLOR: #000000;
	TEXT-INDENT: -10px;
	CLEAR: both;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
}
.link_item_dark A:hover{
	COLOR: #000000;
	TEXT-DECORATION: underline;
}
.link_item_dark_on A, .link_item_dark_onA:link, .link_item_dark_on A:visited, .link_item_dark_on A:active{
	MARGIN-TOP: 0px;
	MARGIN-LEFT: 0px;
	PADDING-RIGHT: 19px;
	COLOR: #000000;
	TEXT-INDENT: -10px;
	CLEAR: both;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
.link_item_dark_on A:hover{
	COLOR: #000000;
	TEXT-DECORATION: underline;
}
.subnav_content{
	MARGIN-TOP: 13px;
	MARGIN-BOTTOM: 2px;
	COLOR: #9999A7;
}
.subnav_content_link_hi{
	FONT-SIZE: 11px;
	COLOR: #000000;
	TEXT-DECORATION: none;
}
.subnav_content_link_hi A{
	COLOR: #000000;
	TEXT-DECORATION: none;
}
.subnav_content_link_hi A:link{
	COLOR: #000000;
	TEXT-DECORATION: none;
}
.subnav_content_link_hi A:visited{
	COLOR: #000000;
	TEXT-DECORATION: none;
}
.subnav_content_link_hi A:active{
	COLOR: #000000;
	TEXT-DECORATION: none;
}
.subnav_content_link_hi A:hover{
	COLOR: #000000;
	TEXT-DECORATION: underline;
}
.subnav_content_link{
	FONT-SIZE: 11px;
	COLOR: #9999A7;
	TEXT-DECORATION: none;
}
.subnav_content_link A{
	COLOR: #9999A7;
	TEXT-DECORATION: none;
}
.subnav_content_link A:link{
	COLOR: #9999A7;
	TEXT-DECORATION: none;
}
.subnav_content_link A:visited{
	COLOR: #9999A7;
	TEXT-DECORATION: none;
}
.subnav_content_link A:active{
	COLOR: #9999A7;
	TEXT-DECORATION: none;
}
.subnav_content_link A:hover{
	COLOR: #3E5F88;
	TEXT-DECORATION: underline;
}
.subnav_popup{
	z-index: 20;
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	height: 20px;
	background: #9999A3;
}
.mainnav{
	z-index: 30;
	position: absolute;
	top: 57px;
	left: 0px;
	width: 788px;
	height: 88px;
	text-align: right;
}
#main_sub_container{
	z-index: 50;
	position: absolute;
	top: 74px;
	left: 445px;
	height: 65px;
	width: auto;
	PADDING-TOP: 0px;
	VISIBILITY: hidden;
	DISPLAY: none;
}
.main_sub{
	position: relative;
	height: 62px;
	text-align: left;
	VISIBILITY: visible;
	OVERFLOW: hidden;
	PADDING-RIGHT: 12px;
	PADDING-LEFT: 0px;
	VERTICAL-ALIGN: top;
}
#main_sub_list{
	BORDER: 0;
	PADDING: 0;
	MARGIN: 0;
	TEXT-ALIGN: left;
}
a.main_sub_link{
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	line-height: 15px;
	color: #878791;
	padding-left: 0px;
	margin-right: 16px;
	text-decoration: none;
	white-space: nowrap;
}
a.main_sub_link:link{
	COLOR: #878791;
	TEXT-DECORATION: none;
}
a.main_sub_link:visited{
	COLOR: #878791;
	TEXT-DECORATION: none;
}
a.main_sub_link:active{
	COLOR: #878791;
	TEXT-DECORATION: none;
}
a.main_sub_link:hover{
	COLOR: #000000;
	TEXT-DECORATION: none;
}
a.main_sub_link_hi{
	FONT-FAMILY: Arial, Helvetica, Sans Serif;
	FONT-SIZE: 11px;
	COLOR: #878791;
	PADDING-LEFT: 0px;
	TEXT-DECORATION: none;
	WHITE-SPACE: nowrap;
}
a.main_sub_link_hi:link{
	COLOR: #878791;
	TEXT-DECORATION: none;
}
a.main_sub_link_hi:visited{
	COLOR: #878791;
	TEXT-DECORATION: none;
}
a.main_sub_link_hi:active{
	COLOR: #878791;
	TEXT-DECORATION: none;
}
a.main_sub_link_hi:hover{
	COLOR: #000000;
	TEXT-DECORATION: none;
}
.subnav_large{
	Z-INDEX: 20;
	POSITION: absolute;
	TOP: 430px;
	LEFT: 0px;
	WIDTH: 780px;
	HEIGHT: 20px;
	BACKGROUND: #9999A3;
}
.subnav_medium{
	Z-INDEX: 20;
	POSITION: absolute;
	TOP: 310px;
	LEFT: 0px;
	WIDTH: 780px;
	HEIGHT: 20px;
	BACKGROUND: #9999A3;
}
.subnav_small{
	Z-INDEX: 20;
	POSITION: absolute;
	TOP: 240px;
	LEFT: 0px;
	WIDTH: 780px;
	HEIGHT: 20px;
	BACKGROUND: #9999A3;
}
.subnav_xsmall{
	Z-INDEX: 20;
	POSITION: absolute;
	TOP: 170px;
	LEFT: 0px;
	WIDTH: 780px;
	HEIGHT: 20px;
	BACKGROUND: #9999A3;
}
#subnav_submenu{
	Z-INDEX: 70;
	POSITION: absolute;
	TOP: 330px;
	LEFT: 310px;
	WIDTH: 100px;
	TEXT-ALIGN: left;
	BACKGROUND: #9999A3;
	VISIBILITY: hidden;
	DISPLAY: none;
	OVERFLOW: visible;
}
a.subnav_sub_link{
	PADDING-TOP: 2px;
	PADDING-BOTTOM: 4px;
	PADDING-LEFT: 10px;
	PADDING-RIGHT: 16px;
	FONT-FAMILY: Arial, Helvetica, Sans Serif;
	FONT-SIZE: 11px;
	TEXT-DECORATION: none;
	COLOR: #ffffff;
	LINE-HEIGHT: 12px;
	WHITE-SPACE: nowrap;
	DISPLAY: block;
	BORDER-TOP: 1px solid #878791;
}
a.subnav_sub_link:link{
	COLOR: #ffffff;
	TEXT-DECORATION: none;
}
a.subnav_sub_link:visited{
	color: #ffffff;
	TEXT-DECORATION: none;
}
a.subnav_sub_link:active{
	COLOR: #ffffff;
	TEXT-DECORATION: none;
}
a.subnav_sub_link:hover{
	color: #ffffff;
	TEXT-DECORATION: none;
	BACKGROUND: #5C5C61;
	DISPLAY: block;
}
#menu #project {
	color:#009999;
}
#menu .activelink {
	font-weight: bold;
	color: #000000;
	background-color: #B3B366;
}
#menu .submenu {
	font-style: italic;
	font-weight: bold;
	padding-left: 15px;
}
#menu .submenuactive {
	font-style: italic;
	font-weight: bold;
	padding-left: 15px;
	color: #000000;
	background-color: #E4E8AA;
}
#menu .subtransmenuactive {
	font-style: italic;
	font-weight: bold;
	padding-left: 15px;
	color: #000000;
	background-color: #A4E1E1;
}
#menu .projects  a:hover{	
	font-weight: bold;
	color: #000000;
	background-color: #66cccc;
}
.projectsselected {
	color: #000000;
	font-weight:bold;
	margin:0 0 0 23px;
	padding:0 0 0 5px ;
	text-decoration:none;
	background-color: #66cccc;
	padding-top: 5px;
	padding-bottom: 5px;
	display:block;
}
#menu .overview  a:hover{	
	font-weight: bold;
	color: #000000;
	background-color: #D4D6C6;
}
.overviewselected {
	color: #000000;
	font-weight:bold;
	margin:0 0 0 23px;
	padding:0 0 0 5px ;
	text-decoration:none;
	background-color: #B1B8A6;
	padding-top: 5px;
	padding-bottom: 5px;
	display:block;
}
#menu .corporate  a:hover{	
	font-weight: bold;
	color: #000000;
	background-color: #ccd3ed;
}
.corporateselected {
	color: #000000;
	font-weight:bold;
	margin:0 0 0 23px;
	padding:0 0 0 5px ;
	text-decoration:none;
	background-color: #acc3f0;
	padding-top: 5px;
	padding-bottom: 5px;
	display:block;
}
#menu .selectedsector {
	color: #000000;
	font-weight:bold;
	margin:0 0 0 23px;
	padding:0 0 0 5px ;
	text-decoration:none;
	background-color: #B1B8A6;
	padding-top: 5px;
	padding-bottom: 5px;
	display:block;
}
#menu .selectedservice {
	color: #000000;
	font-weight:bold;
	margin:0 0 0 23px;
	padding:0 0 0 5px ;
	text-decoration:none;
	background-color: #B1B8A6;
	padding-top: 5px;
	padding-bottom: 5px;
	display:block;
}
#footer {
	color:#999999;
	font-size: 8pt;
	margin-top: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 180px;
	margin-left: 210px;
	margin-bottom: 30px;
	padding-top: 8px;
	width: 730px;
}
#footer a:link {
	Color:#999999;
	text-decoration: none;
	font-size: 7pt;
	line-height: 16pt;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#footer a:visited {
	Color:#999999;
	text-decoration: none;
	font-size: 7pt;
	line-height: 16pt;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#footer a:hover {
	Color:#000000;
	text-decoration: underline;
	font-size: 7pt;
	line-height: 16pt;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.osd {
	font-size: 7pt;
	line-height: 16pt;
	float: right;
}
