

/* for NC4.x, mac IE5.x */
body,td,th {
 font-size: 12px; 
}
.small {
	font-size: 10px;
}
/* for Other */

@media all {
	body,td,th {
		font-size: 90%;
	}
	.small {
		font-size: smaller;
	}
}


body {
	margin-left: 5px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
}
body,td,th {
	color: #333333;
}
a:link {
	text-decoration: none;
	color: #0088CC;
}
a:visited {
	text-decoration: none;
	color: #336699;
}
a:active {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #FF8800;
}

.px10 {font-size: 10px}
.menu_item {
	font-size: 10px;
	padding: 2px;
	border: 1px solid #999999;
}
.bold-px12 {
	font-size: 12px;
	font-weight: bold;
}
.bold-wht {
	font-weight: bold;
	color: #FFFFFF;
}

.border_dark {
 border:solid 1px #666666;
}
.border_gray {
 border:solid 1px #999999;
}
.border_blue {
 border:solid 1px #018DEC;
}
.border_pink {
 border:solid 1px #FB45A5;
}
.border_orange {
 border:solid 1px #FF9900;
}
.border_green {
 border:solid 1px #99CC66;
}

