@charset "utf-8";
/* CSS Document */

<style type="text/css">
<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
body {
	background-color: #e7eef2;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
}
.linkfooter {color: #0099FF}
.H1 {
	font-size: 40px;
	color: #CC0000;
}
.H2 {font-size: 25px}
.bluenormal {color: #0000CC}
.H2red {color: #CC0000}
.normalsize {font-size: 12px}
.blue15 {
	color: #0000CC;
	font-size: 15px;
	font-weight: bold;
}
.tittle15 {font-size: 15px}
.PS {
	font-size: 20px;
	font-weight: bold;
}
.kaedahbayar {font-size: 10px}
.tittlebayar {font-size: 20px; font-weight: bold; color: #FFFFFF; }
.footer {color: #0099FF; font-size: 11px; }
.cukupbazriv1 {
	font-size: 20px;
	font-weight: bold;
	color: #CC3300;
}

.cukupbazriv2 {font-size: 27px}
.tittletrue {font-size: 20px; font-weight: bold; }
.masalah {font-size: 11px}
-->
</style>

<script type="text/javascript">
<!--
var dayarray=new Array("Ahad","Isnin","Selasa","Rabu","Khamis","Jumaat","Sabtu")
var montharray=new Array("Januari","Februari","Mac","April","Mei","Jun","Julai","Ogos","September","Oktober","November","Disember")
function getthedate(){
var mydate=new Date()
var year=mydate.getYear()
if (year < 1000)
year+=1900
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym<10)
daym="0"+daym
var hours=mydate.getHours()
var minutes=mydate.getMinutes()
var seconds=mydate.getSeconds()
var dn="AM"
if (hours>=12)
dn="PM"
if (hours>12){
hours=hours-12
}
if (hours==0)
hours=12
if (minutes<=9)
minutes="0"+minutes
if (seconds<=9)
seconds="0"+seconds
//change font size here
var cdate="<small><font color='black' class='normalsize' face='Arial'>"+dayarray[day]+", "+daym+" "+montharray[month]+" "+year+" "+hours+":"+minutes+":"+seconds+" "+dn
+"</font></small>"
if (document.all)
document.all.clock.innerHTML=cdate
else if (document.getElementById)
document.getElementById("clock").innerHTML=cdate
else
document.write(cdate)
}
if (!document.all&&!document.getElementById)
getthedate()
function goforit(){
if (document.all||document.getElementById)
setInterval("getthedate()",1000)
}

//-->
</script>