
#itext_content .itext-link{
	font-weight: bold;
	font: 12px Verdana;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
.fw-link{
	color:blue;
	
}
#fw_content .fw-link:hover{
	border-bottom: 1px solid #000;
	text-decoration: none;
	color: black;
}

.fw-tip, .fw-overtip {
    background-color: #EEE;
    line-height:      normal;
    FONT-WEIGHT:      normal; 
    COLOR:            black; 
    FONT-SIZE:        11px; 
    FONT-FAMILY:      Trebuchet MS, Tahoma, Verdana, Arial, Helvetica;
    position:         absolute; 
    visibility:       hidden;
    top:              20px;
    left:             90px; 
    width:            200px;
    text-align:       left;
}
.fw-tip {
    border:           dotted 1px #000000;
    filter:           alpha(opacity=80);
    opacity:          0.80;
}

.fw-overtip {
    border:           solid 1px #000000;
    filter:           alpha(opacity=100);
    opacity:          1.0;
}

.fw-info-box{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #000;
}
.fw-info-box a:hover{
	color: gray;
}

.fw-footer-box{
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #000;
	text-align: right;
	border-top: 1px solid #444;
	background-color: #AAA;
	padding: 1px 2px 1px 1px;
}
.fw-footer-box A{
	color: #000;
}

.fw-info-box H3, .fw-info-box H4, .fw-info-box H5{
	font-size: 11px;
	margin: 0px;
	padding: 2px;
	font-weight: normal;
	color: #000;
}
.fw-info-box H3{
	font-size: 12px;
	border-bottom: 1px solid #666;
	font-weight: bold;
	padding: 2px;
	background-color: #9CC7FF;
	xbackground-color: #AAFFA7;
}
.fw-info-box H4{
	padding: 4px 4px 4px 4px;
}
.fw-info-box H5{
	text-align: right;
}
.fw-info-box DIV{
	font-size: 10px;
}
.fw-delim{
	border-top: 1px solid #666;
}