body,tr {
	background-color: #FFFFFF;
	font-size: 9pt;
	color: #000000;
}
hr {
	color: #0033CC;
}
a:link {
        color: #0000FF; 
        text-decoration: underline
}
a:active {
        color: #FF0000; 
        text-decoration: underline
}
a:visited {
        color: #0000FF; 
        text-decoration: underline
}
a:hover {
        color: #FF9900; 
        text-decoration: underline
}
input,textarea,select {
	font-size: 9pt;
	border: 1px solid #666666;
}
.table_frame {
	border: 1px solid #000099;
}
.adm {
	font-size: 10pt;
	background-color: #000099;
	font-weight: bold;
	color: #FFFFFF;
}
.functitle {
	font-size: 10pt;
	color: #0000FF;
	font-weight: bold;

}
.userinfo {
	font-size: 9pt;
	color: #333333;
	background-color: #999999;
}
.noborder {
	font-size: 9pt;
	border: 0px none;
}
