.normalText {
	font-family: Arial;
	font-size: 8pt;
	color: #666666;
	letter-spacing: 0.03pc;
}
.judulText {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}


.menuBottom {
	font-family: Arial;
	font-size: 10px;
	color: #818181;
	letter-spacing: 0.03pc;
}


.largeText {
	font-family: Arial;
	font-size: 15px;
	color: #666666;
	text-indent: 8px;
}

a.normal:link { color: #66CC33; text-decoration: none;}
a.normal:visited { text-decoration: none; color: #66CC33;}
a.normal:hover { text-decoration: underline; color: #666666;}
a.normal:active { text-decoration: none; color: #66CC33; }

a.bottom:link { color: #666666; text-decoration: none;}
a.bottom:visited { text-decoration: none; color: #666666;}
a.bottom:hover { text-decoration: underline; color: #66CC33;}
a.bottom:active { text-decoration: none; color: #666666; }

.headPage {
	font-family: Arial;
	font-size: 10pt;
	color: #666666;
}

<SCRIPT LANGUAGE="JavaScript">
function openWindow(windowURL,windowName,windowWidth,windowHeight) {
window.name = 'parentWnd';
newWindow = window.open(windowURL,windowName,'width='+windowWidth+',height='+windowHeight+',toolbar=0,location=0,directories=0, status=0,menuBar=0,scrollBars=1,resizable=0');
newWindow.focus();
}
</SCRIPT>