/* CSS Document */

A:hover .content, A:hover .content_bold_black, A:hover .content_bold_red, A:hover .center_black_big_bold {
	color:red; text-decoration:underline; }
A:hover .content_bold_blackgrn{
	color:green; text-decoration:underline; }
A:hover .content_bold_grnred{
	color:red; text-decoration:underline; }
A:hover .content_green, A:hover .center_grey_big {
	color:black; text-decoration:none;}

.content { font-size:8pt; color:#888888; }
.content_green { font-size:8pt; color:#3B3; }
.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_grnred {	font-size:8pt;  font-weight:bolder; color:green; }
.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 .center_black_big_bold, A:visited .center_black_big_bold, A:active .center_black_big_bold, A.center_black_big_bold, A:link .center_grey_big, A:visited .center_grey_big, A:active .center_grey_big, A.center_grey_big{text-decoration:none;}

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

A:link .content_bold_red, A:visited .content_bold_red, A:active .content_bold_red {
	font-size:8pt;
	color:red;
	font-weight:bolder;
	text-decoration:none;
}

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

.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, a.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;
}
td.right {
	text-align:right;
	font-weight:bold;
}
.full input, .full select {
	width:100%;
}
