@charaset "UTF-8"; 

/**** investor relations newsrelease table ****/

#content h1 {
	margin                    : 1em 0 1em 0;
	width                     : 440px;
	_width                    : 500px;
	padding-left              : 1em;
	border-right              : 2em solid #608064;
	border-left               : 2px solid #608064;
	border-top                : 2px solid #608064;
	border-bottom             : 2px solid #608064;
	background-color          : #1E4123;
/*	background                : url(/common/image/h1.gif);*/
	font-size                 : 140%;
	color                     : #fff;
	font-family               : verdana;
	clear                     : both;
}

/* News releases */


#content table.newsrelease {
	border-top       : 2px solid #cccccc;
	font-size        : 100%;
}

#content table.newsrelease th { 
	padding          : 3px 0px 3px 5px;
	border-bottom    : 2px solid #cccccc;
	font-weight      : bold;
	background-color : #E6E6E6;
	vertical-align   : top;
	text-align       : left;
	left             : auto;
}

#content table.newsrelease td {
	padding          : 8px 10px 8px 3px;
	border-bottom    : 2px solid #cccccc;
	vertical-align   : top;
}

#content table.newsrelease td img {
	position         : relative;
	top              : 3px;
}

#content table.newsrelease th p, #content table.newsrelease td p {
	margin           : 0;
	padding-bottom     : 3px;
	line-height        : 140%;
}

#content table.newsrelease th p, #content table.newsrelease td p a {
	font-weight        : bold;
}



/* Press clips  / review  */


div.header {
	background-color       : #608064;
	color                  : white;
	border-top             : 1px solid #1E4123;
	border-bottom          : 1px solid #1E4123;
	padding                : 3px 5px;
	margin                 : 5px 0px;
	font-weight            : bold;
}


div.source {
	color                  : #1E4123;
	font-weight            : bold;
	float                  : left;
	margin-right           : 30px;
	padding-left           : 5px;
}

div.source a {
	text-decoration        : none;
	color                  : #1E4123;
}

div.date {
	color                  : #333;
	float                  : left;
}

div.product {
	color                  : #333;
	float                  : right;
}


div.title {
	font-weight            : bold;
	clear                  : left;
	padding                : 5px 0px 5px 30px;
}

div.cite {
	padding                : 5px 30px;
	font-style             : italic;
	clear                  : both;
}

div.release {
	padding                : 1em 30px;
	text-indent            : -30px;
	border-bottom          : 2px solid #AAA;
	clear                  : both;
}

hr {
	color                  : #AAA;
	background-color       : #AAA;
	height                 : 2px;
}



/**** About Us people ****/

table.people {
	border           : 0;
	font-size        : 100%;
}

table.people td {
	padding          : 5px;
}

p.people_name {
	font-weight      : bold;
}

.people {
	margin-bottom    : 2em;
}

.people img {
	float            : left;
	width            : 138px;
	margin-top       : 1em;
}

.people .people_right {
	float            : right;
	width            : 370px;
}

.people .people_function {
	font-style       : italic;
/*	width            : 370px;   */
}




