/*I'm the god!!!!, no im not :(

/*the main body
_____________________________________________________*/
body {
	background-color: #FCFCFE;
	margin: 0px;
	background-image: url(../images/BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.mainBg {
	background-color: #F9FAFE;
	background-image: url(../images/MainBg.jpg);
	background-repeat: repeat-x;
}

/*the header
H3 and H4 both are the same, tersalah one!!!! hiayah..
_____________________________________________________*/
h3 {
	font-family: Arial;
	font-size: 19px;
	color: #565245;
	text-decoration: none;
	font-weight: lighter;
}
.h3style {
	color: #1A79AF;
}
.h3style2 {
	color: #E76A0D;
}
h4 {
	font-family: Arial;
	font-size: 19px;
	color: #565245;
	text-decoration: none;
	font-weight: lighter;
}
h5 {
	font-family: Arial;
	font-size: 16px;
	color: #E76A0D;
	text-decoration: none;
	font-weight: lighter;
}
h6 {
	font-family: Arial;
	font-size: 12px;
	color: #565245;
	text-decoration: none;
	font-weight: bold;
}
.h6style {
	color: #0B84AF;
}
.font1 {
	font-family: "Arial";
	font-size: 12px;
	color: #565245;
	text-decoration: none;
	text-align: justify;
}
.font2 {
	font-family : Verdana;
	font-size   : 9px;
	margin      : 6px 12px 12px;
	color: #FEFEFE;
}
.font2-H {
	font-family : Verdana;
	font-size   : 12px;
	color: #FEFEFE;
	font-weight: bold;
}

/*Images dumasses!!!
_____________________________________________________*/
.pics {
	border:1px solid #6FA5E5;
	}

/* links with css style
_____________________________________________________*/
a:link { color: #166DC4; text-decoration: none; }
a:visited { color: #166DC4; text-decoration: none; }
a:hover { color: #166DC4; text-decoration: underline; }

/* Text input maaa
_____________________________________________________*/
input { 
 BORDER-RIGHT: #28415F 1px solid;
 BORDER-TOP: #28415F 1px solid;
 BORDER-LEFT: #28415F 1px solid;
 BORDER-BOTTOM: #28415F 1px solid; 
 background-color: #ffffff;
 color: #000000;
 FONT-SIZE: 12px;
}

textarea {
 BORDER-RIGHT: #28415F 1px solid;
 BORDER-TOP: #28415F 1px solid;
 BORDER-LEFT: #28415F 1px solid;
 BORDER-BOTTOM: #28415F 1px solid; 
 background-color: #ffffff; 
 color: #28415F;
 FONT-SIZE: 12px;
}