@charset "utf-8";
/* CSS Document */
/* Font untuk semua tulisan website kecuali header dan menu  */
.newsFlashMain .paratext {
	font-family: calibri;
	font-size: 14px;
	xcolor: #050505;
	color: black;
	text-align: justify;
}

.paratext { font-family: calibri;  font-size: 14px; xcolor: #050505; color: black; text-decoration: none; }

.newsFlashMain .title {
	font-weight: bold;
	color: #fcfcfe;
	font-family: calibri, "calibri", calibri;
	font-size: 17px;
}

.font .file {
	font-weight: bold;
	color: #05029a;
	font-family: Times New Roman, "Times New Roman", Times New Roman;
	font-size: 25px;
}
.parent .with {
	font-weight: bold;
	color: #fcfcff;
	font-family: calibri, "calibri", calibri;
	font-size: 15px;
}
.sub .subfnt {
	font-weight: bold;
	color: #050505;
	font-family: calibri, "calibri", calibri;
	font-size: 15px;
}
.head .headfnt {
	font-weight: bold;
	color: #009900;
	font-family: calibri, "calibri", calibri;
	font-size: 16px;
}
.footer .txt {
	font-weight: normal;
	color: #ffffff;
	font-family: calibri, "calibri", calibri;
	font-size: 13px;
}

.ptfont .txt2 {
	font-weight: bold;
	color: #002a67;
	font-family: Times New Roman, "Times New Roman", Times New Roman;
	font-size: 18px;
}
.ptfont .txt2 {
	font: 18 calibri, "Times New Roman", Times New Roman; font-weight: bold; color:#002a67;
}
.fonttbl .txt {
	font: 25 calibri, "calibri", calibri; font-weight: bold; color:#fbfcfb;
}
.font .file {
	font: 25 calibri, "Times New Roman", Times New Roman; font-weight: bold; color:#05029a;
}
.parent .green {
	font: 15 calibri, "calibri", calibri; font-weight: bold; color:#009900;
}
.sub .subfnt {
	font: 15 calibri, "calibri", calibri; font-weight: bold; color:#050505;
}
.head .headfnt {
	font: 16 calibri, "calibri", calibri; font-weight: bold; color:#009900;
}

/*menu titik halaman depan*/

.centersectiontitle {repeat-x scroll 0 0 transparent; background-position: center; margin: 10px 0 25px; min-height: 20px; text-align: center; }
.centersectiontitle h4 {
	font-size: 23px;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	color: #0327fc;
}
.sectiontitle {repeat-x scroll 0 0 transparent; background-position: center; margin: 5px 0 25px; min-height: 20px; }
.sectiontitle h4 { font-size: 23px; background:#93dafe; display: inline; padding-right: 10px; padding-left: 10px; }

/* menu kotak learn more */
.readmore,a.readmore { cursor: pointer; border: 0px; color: #fff; padding: 6px 10px; display: inline; -webkit-transition: background-color 300ms linear; -moz-transition: background-color 300ms linear; -o-transition: background-color 300ms linear; -ms-transition: background-color 300ms linear; transition: background-color 300ms linear; }
.readmore:hover,a.readmore:hover { background: #333; color: #fff; }
