/*** 20man **********************/

a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #666666;
}
a:active {
	color: #333333;
}
.reg_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	color: #666666;
}
.title_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #003366;
	line-height: 22px;

}
.small_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;

}
.bold_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #87a214;
}
.reg_txt_hp {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	color: #666666;
}

/****************************************/

div.newtooltip span
{
    display:none;
    position:absolute;
    padding:4px 4px;
    margin-left:8px;
    width:250px;
    background: #e4efcc;
    z-index:1000;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
    border: 1px solid #cccccc;
    color: #6c6c6c;
}

div.newtooltip input.newtooltip:hover,
div.newtooltip textarea.newtooltip:hover,
div.newtooltip select.newtooltip:hover,
div.newtooltip input[type=checkbox]:hover + label,
div.newtooltip input[type=checkbox] + label:hover
{
    background: #e4efcc;
}


div.newtooltip input.newtooltip:hover + span,
div.newtooltip textarea.newtooltip:hover + span,
div.newtooltip select.newtooltip:hover + span,
div.newtooltip input[type=checkbox]:hover + label + span,
div.newtooltip input[type=checkbox] + label:hover + span
{
    display:inline;
}