/** tips **/
.tooltip {
	width: 250px;
	position: absolute;
	left: -9999px;
	background: #fff;
	padding: 4px;
	border: 1px solid #CDCDCD;
	z-index:100;
}
.tooltip p{
	color: #333;
	background: #FFFDEB;
	padding: 4px 8px;
	font-size:14px;
}

body{
	font-size:10px;
}

table{
	font-size:12px;
}

.menutab a{
	display:block;
	text-decoration:none;
	width:100%;
	height:100%;
}

.menutab a:hover{
	background-color:#ffcccc;
}

.listdata tr:hover{
	background-color:#DFFFFF;
}

.fdisp {
	font-size:10pt;
	padding-right:10px;
}

h3{
	color:#9933ff;
	text-align:center;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

h4{
	color:#666;
	text-align:center;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
	font-size:10px;
}
