body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
}
body {
	background-color: #CCCCCC;
	background-image: url(../images/bg_grad.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #990000;
	text-decoration: none;
}

a:hover{
	color: #072251;
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #999999;
	color: #FFFFFF;
}
				
input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #F8F8F8;
	border: 1px solid #333333;
	padding: 1px;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:   url(../images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/************* main styles ***************/

#container {
	background-image: url(../images/side.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.header{
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #FFFFFF; FONT-STYLE: normal; FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color:#11456A;
	padding:8px 6px 8px 6px;
}
.articlesubtitle {
	/*background : #E3E3E3;*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;	
	font-weight : bold;
	color : #EBFOFF;
	/*font-style : italic;*/
}

.articletext {
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;	
	/*background : #E3E3E3;*/
	color : #333333;
}

.articlefooter {
	border-top : 1px dotted #9EA3AE;
	/*border-bottom : 1px solid #333333;*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;	
	font-weight : bold;
	color : #333333;
}

.articlefooterlink {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;	
	font-weight : bold;
	color : Black;
	text-decoration : none;
}

.articlefooterlink,.articlefooter{
	/*background : #DBDEE4;*/
}

.articlefooterlink:HOVER {
	color : #687692;
}

.rowarticlespostedby {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #696969;
	/*background-color : #DDEDC7;*/
	border-bottom : 1px dotted #57585C;
	/*border-top : 1px solid #556B2F;*/
}

.artpreviewmastertable {
    font-family :  Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px;
    color : Black;
    border : 1px solid #cedcec;
}

/* style untuk artikel yang bukan jenis pos melalui form, artikel ini ditulis secara manual */
.articles_m_title{
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
}

.articles_m_text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px
}
