a:active {
	color: red;
	font-size: 10pt;
}

a:link {
	color: Blue;
	text-decoration: none; 
}

a:hover {
	text-decoration: underline;
	color: blue;
}

a:visited {
	color: Maroon;
	text-decoration: none;
}

TABLE {
	padding-bottom : 0mm;
	padding-top : 0mm;
	font-size : 10pt;
}

P{
	text-align:center;
}
 
 .pesan{
	color: Red;
	font-size: 10pt;
	font-weight : bold;
}
 
 .nmfield{
	font-size: 10pt;
	color : Black;
	font-weight : bold;
}

 .nmfield1{
	font-size: 10pt;
	color : Teal;
	font-weight : bold;
}

.judul {
	color: red;
	font-size: 13pt;
	text-align : center;
	font-weight : bold;
	font-family : Verdana;
}

.heading {
	text-align : center;
	font-weight : bolder;
	font-family : Verdana;
}

TD {
	padding: 1mm;
}

.tblTitle {
	font-size: 10pt;
	color : #FFFFFF;
	background-color: #AAAAAA;
	font-weight : bold;
	text-align : center;
}

body {
	font-family: Gulim;
	font-size: 10pt;
	text-align: center;
	background-color : #FFFFFF;
} 

.box {
	border-style	: solid;
	border-width	: 1px;
	border-color	: #AAAAAA;
}
