/* CSS Document */

A:hover .content, A:hover .content_bold_black, A:hover .content_bold_red {
	color: red; text-decoration: underline; }
A:hover .content_bold_blackgrn{
	color:#090; text-decoration: underline; }

.content  { color: #888; font-size: 8pt; font-family: Arial }
.content_black {	font-size: 8pt; color:#000;}
.content_black_widerspacing { font-size: 8pt;  letter-spacing: 2px; color:#000}
.content_bold_black {	font-size: 8pt;  font-weight: bolder; color:#000;}
.content_bold_blackgrn {	font-size: 8pt;  font-weight: bolder; color:#000;}
.content_bold_red {	font-size: 8pt;  font-weight: bolder; color:red;}
.content_bold_red_widerspacing { font-size: 8pt; font-weight: bolder; color:red; ; letter-spacing: 2px}

A:link .content_black_underlined, A:visited .content_black_underlined, A:active .content_black_underlined{
	font-size: 8pt;
	color:#000;
	text-decoration: underline;
}

A:hover .content_black_underlined {	
	font-size: 8pt;
	color:#F00;
	text-decoration: underline;
}

.nowrap_table td {
	white-space: nowrap;
}
.white_bg_table td {
	background-color: #FFF;
}

.greytext { color:#666; }
.greytext A:link, .greytext A:visited { color:#333; text-decoration:none ;}
.greytext A:hover { color:#000; text-decoration: underline;}.content_bold_black_thinlines {
	font-size: 8pt;
	font-weight: bolder;
	color:#000;
	line-height: 110%;
}
.rep_table td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;
}

