@charset "UTF-8";

/* SpryCollapsiblePanel.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	/*
	border-left: solid 1px #CCC;
	border-right: solid 1px #999;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #999;
	*/
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	font: bold 0.7em sans-serif;
	/*background-color: #696C73;
	border-bottom: solid 1px #CCC;*/
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	-moz-user-select: none ;
	-khtml-user-select: none;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: white;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	/*background-color: #000;*/
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #CCCCCC;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #FFFFCC;
}

/********************************************/

.bd_box_cyan
{
	border-left: 1px solid #00CCCC;
	border-top: 1px solid #00CCCC;
	border-right: 1px solid #00CCCC;
	border-bottom: 1px solid #00CCCC;
}

.bd_caption_cyan
{
	background-color: #00CCCC;	
	border-left: 1px solid #00CCCC;
	border-top: 1px solid #00CCCC;
	border-right: 1px solid #00CCCC;
}

.bd_caption_w
{
    background-image:url(images/gradasi.jpg);
	/*background: #A9AB9F; */
	color: #4d4d4d;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.bd_box_w
{
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.bd_caption_w_a
{
    background-image:url(images/gradasi.jpg);
	/*background: #A9AB9F; */
	color: #4d4d4d;
	border-left: 1px solid #81928E;
	border-top: 1px solid #81928E;
	border-right: 1px solid #81928E;

}

.bd_caption_a
{
	background-color: #81928E;	
	border-left: 1px solid #81928E;
	border-top: 1px solid #81928E;
	border-right: 1px solid #81928E;
}

.bd_box_a
{
	border-left: 1px solid #81928E;
	border-top: 1px solid #81928E;
	border-right: 1px solid #81928E;
	border-bottom: 1px solid #81928E;
}

.bd_caption_f
{
	background-color: #996666;	
	border-left: 1px solid #996666;
	border-top: 1px solid #996666;
	border-right: 1px solid #996666;
}

.bd_box_f
{
	border-left: 1px solid #996666;
	border-top: 1px solid #996666;
	border-right: 1px solid #996666;
	border-bottom: 1px solid #996666;
}

.bd_caption_h
{
	background-color: #FFCC33;	
	border-left: 1px solid #FFCC33;
	border-top: 1px solid #FFCC33;
	border-right: 1px solid #FFCC33;
}

.bd_box_h
{
	border-left: 1px solid #FFCC33;
	border-top: 1px solid #FFCC33;
	border-right: 1px solid #FFCC33;
	border-bottom: 1px solid #FFCC33;
}

.bd_caption_bt
{
	background-color: #999966;	
	border-left: 1px solid #999966;
	border-top: 1px solid #999966;
	border-right: 1px solid #999966;
}

.bd_box_bt
{
	border-left: 1px solid #999966;
	border-top: 1px solid #999966;
	border-right: 1px solid #999966;
	border-bottom: 1px solid #999966;
}

.bd_caption_bl
{
	background-color: #669999;	
	border-left: 1px solid #669999;
	border-top: 1px solid #669999;
	border-right: 1px solid #669999;
}

.bd_box_bl
{
	border-left: 1px solid #669999;
	border-top: 1px solid #669999;
	border-right: 1px solid #669999;
	border-bottom: 1px solid #669999;
}

.bd_caption_bb
{
	background-color: #0099FF;	
	border-left: 1px solid #0099FF;
	border-top: 1px solid #0099FF;
	border-right: 1px solid #0099FF;
}

.bd_box_bb
{
	border-left: 1px solid #0099FF;
	border-top: 1px solid #0099FF;
	border-right: 1px solid #0099FF;
	border-bottom: 1px solid #0099FF;
}

.bd_caption_c
{
	background-color: #CCCC99;	
	border-left: 1px solid #CCCC99;
	border-top: 1px solid #CCCC99;
	border-right: 1px solid #CCCC99;
}

.bd_box_c
{
	border-left: 1px solid #CCCC99;
	border-top: 1px solid #CCCC99;
	border-right: 1px solid #CCCC99;
	border-bottom: 1px solid #CCCC99;
}
.bd_caption_p
{
	background-color: #330000;	
	border-left: 1px solid #330000;
	border-top: 1px solid #330000;
	border-right: 1px solid #330000;
}

.bd_box_p
{
	border-left: 1px solid #330000;
	border-top: 1px solid #330000;
	border-right: 1px solid #330000;
	border-bottom: 1px solid #330000;
}

.bd_caption_b
{
	color: #FFFFFF;
	background-color: #003333;	
	border-top: 1px solid #003333;
	border-left: 1px solid #003333;
	border-right: 1px solid #003333;
}
.bd_box_b
{
	border-left: 1px solid #003333;
	border-top: 1px solid #003333;
	border-right: 1px solid #003333;
	border-bottom: 1px solid #003333;
}
.bd_caption_ps
{
	background-color:#ccff00;	
	border-left: 1px solid #ccff00;
	border-top: 1px solid #ccff00;
	border-right: 1px solid #ccff00;
}

.bd_box_ps
{
	border-left: 1px solid #ccff00;
	border-top: 1px solid #ccff00;
	border-right: 1px solid #ccff00;
	border-bottom: 1px solid #ccff00;
}

.bd_caption_pb
{
	background-color: #003333;	
}

.bd_box_pb
{
	border-left: 1px solid #003333;
	border-top: 1px solid #003333;
	border-right: 1px solid #003333;
	border-bottom: 1px solid #003333;
}



#sectionLinks2{
	margin: 0px;
	padding: 0px;
}

#sectionLinks2 a:link, #sectionLinks2 a:visited {
	display: block;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	color: #666666  ;	
	font-size: 10px;
	font-family: Arial,Verdana,  Helvetica, sans-serif;
}

#sectionLinks2 a:hover{
	/*background:url(../images/right.gif) right center no-repeat;*/
	background-color: #6E6E6E;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
	font-family:  Arial,Verdana, Helvetica, sans-serif;
}

/*
a:link {
text-decoration: none;
}

a:visited {
text-decoration:none ;
}

a:hover {
text-decoration: underline;
}
*/
.bdgradasi
{
	background-image: url(../images/gradasittl.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
}

.bgtitik {
    background: url(../images/titik.gif);
    background-repeat:repeat-x;
	background-position: center;
}
.bgtitikw {
    background:url(../images/wtitik.gif);
    background-repeat:repeat-x;
	background-position: center;
}
.bd
{
	background: #E5E5E5;
	border-left: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
}
.bd0
{
	background: #DCFF2D;
	border-left: 1px solid #EEFF96;
	border-top: 1px solid #EEFF96;
}
.bd1
{
	background: #CCEEBE;
	color: #626262;
	border-left: 1px solid #E6EEE2;
	border-top: 1px solid #E6EEE2;
}
.bd1a
{
	background: #E2EEDC;
	color: #626262;
	border-left: 1px solid #E6EEE2;
	border-top: 1px solid #E6EEE2;
}
.bd2
{
	background: #E5E5E5;
	color: #4d4d4d;
	border-left: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;
}
.bd2c
{
	background: #EEEEEE;
	color: #4d4d4d;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.imgartikel
{
	border-left: 0px;
	border-top: 0px;
	border-right: 10px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
.imgartikelgrey
{
	border-left: 10px solid #FFFFFF;
	border-top: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
}
.bdh
{
	background: #8C9299;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.bd2p
{
	background: #EFEFEF;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.bd2p2
{
	background: #E5E5E5;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.bd2d
{
	background: #666666;
	color: #4d4d4d;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.bd2bluek
{
	background: #323C46;
	border-left: 1px solid #4C5C6B;
	border-top: 1px solid #4C5C6B;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.bd2e
{
    background-image:url(../images/gradasi.jpg);
	/*background: #A9AB9F; */
	color: #4d4d4d;
	border-left: 1px solid #E4E4E4;
	border-top: 1px solid #E4E4E4;
	border-right: 1px solid #B6B6B6;
	border-bottom: 1px solid #B6B6B6;
}

.bd2e_nb
{
	background: #545A72;
	color: #4d4d4d;
	/*border-left: 1px solid #CCCCCC;
	border-right: 1px solid #666666;*/
	border-top: 1px solid #545A72;
	border-bottom: 4px solid #838DB2;
}
.bd2bayanghitam
{
    background-image:url(../images/bayanghitam.jpg);
	background-position: top;
	background-repeat:repeat-x; 
	/*background: #838DB2; 
	color: #979797;*/
	border-top: 1px #838DB2;
	border-left: 1px #CCCCCC;
	border-right: 1px #000000;
	border-bottom: 1px #000000;
}
.bd2f
{
     background-image:url(../images/gradasi2.jpg);
	/*background: #A9AB9F; */
	color: #4d4d4d;
	/*border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;*/
}

.bd2g
{
	background: #E0F1FF; 
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}


.bd2h
{
     background-image:url(../images/gradasip.jpg);
	 background-position:bottom;
	 background-repeat:repeat-x; 
	/*background: #A9AB9F; */
	color: #F3F3F3;
	/*border-left: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;*/
}

.bd2hh
{
    background-image: url(../images/gradasipp.jpg);
    background-position:bottom;
	background-repeat:repeat-x; 
	background-color:#FFFFFF;	
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.bd2w
{
	background-color:#FFFFFF;	
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.bdbox
{
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.bdbbox
{
	border-top: 1px dotted #E5E5E5;
	border-left: 1px dotted #E5E5E5;
	border-right: 1px dotted #E5E5E5;
	border-bottom: 1px dotted #E5E5E5;
}
.bd2wh
{
	background-color:#993333;	
	border-top: 1px solid #CC3333;
	border-left: 1px solid #CC3333;
	border-right: 1px solid #663333;
	border-bottom: 1px solid #663333;
}

.bd2hhu
{
    background-image: url(../images/gradasippu.jpg);
    background-position:top;
	background-repeat:repeat-x; 
	background-color:#FFFFFF;	
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.bd2hh_66cc00
{
    background-image:url(../images/gradasi_66cc00.jpg);
    background-position:bottom;
	background-repeat:repeat-x; 
	background-color:#66cc00;	
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}


.bd2hh_ffcc00
{
    background-image:url(../images/gradasi_ffcc00.jpg);
    background-position:bottom;
	background-repeat:repeat-x; 
	background-color:#ffcc00;	
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.bd2hh_00ccff
{
    background-image:url(../images/gradasi_ooccff.jpg);
    background-position:bottom;
	background-repeat:repeat-x; 
	background-color:#00CCFF;	
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.bd2i
{ 
    background-color: #EDEDED;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.bd2ibg
{ 
    background-color: #EDEDED;
}

.bd2a
{
	background: #EEEEEE;
	background-image:url(../images/title/bt.jpg);
	color: #4d4d4d;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

.bd2b
{
	background: #F3F3F3;
	color: #4d4d4d;
	border-left: 1px solid #FEFEFE;
	border-top: 1px solid #FEFEFE;
}

.bd3
{
	background: #eeeee0;
	color: #626262;
	border-left: 1px solid #f5f5e7;
	border-top: 1px solid #f5f5e7;
}

.bd3b
{
	background: #eaeadb;
	color: #4d4d4d;
	border-left: 1px solid #f5f5e7;
	border-top: 1px solid #f5f5e7;
}

.bd4
{
	background: #FE9900;
	border-left: 1px solid #FEC36A;
	border-top: 1px solid #FEC36A;
}

.bd5
{
	background: #A9AB9F;
	border-left: 1px solid #D8DBCC;
	border-top: 1px solid #D8DBCC;
}
.bd6
{
	background: #FFFFFF;
	border-left: 1px solid #FAFAFA;
	border-top: 1px solid #FAFAFA;
}

.bd6b
{
	background: #464B5F;
	/*border-left: 1px solid #CCCCCC;
	border-right: 1px solid #666666;*/
	border-top: 1px solid #545A72;
	border-bottom: 4px solid #838DB2;
}



.bdno
{ 
	background: #FFFFFF;
	border-left: 4px solid #FFFFFF;
	border-right: 41px solid #FFFFFF;
}

.bdimg
{
	background: url(../images/back/mhati1.jpg);
	background-color: #4C0000;
	background-repeat: no-repeat;
	border-left: 1px solid #FEFEFE;
	border-top: 1px solid #FEFEFE;
}


.bdlogowoop
{
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	background-position: center;
}

.bdlogowoor
{
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	background-position: left ;
}

.bdlogowoo
{
	background: url(../images/logowoo.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	background-position: center;
}


.fontcyan10
{
	color: #66CCFF;
	font: bold 10px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.fontcyan10s
{
	color: #66CCFF;
	font: 10px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.fontcyan12
{
	color: #66CCFF;
	font: bold 12px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.fontcyan12s
{
	color: #66CCFF;
	font: 12px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.fontcyan_besar
{
	color: #66CCFF;
	font: bold 18px arial,tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.fontcyan_besars
{
	color: #66CCFF;
	font: 18px arial,tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.fontpupus10
{
	color: #CCFF66;
	font: bold 10px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.fontpupus10s
{
	color: #CCFF66;
	font: 10px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.fontpupus12
{
	color: #CCFF66;
	font: bold 12px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.fontpupus12s
{
	color: #CCFF66;
	font: 12px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.fontblue16b
{
	color: #697C94;
	font: bold 16px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.fontblue16
{
	color: #697C94;
	font: 16px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.fontblue14b
{
	color: #697C94;
	font: bold 14px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.fontblue14
{
	color: #697C94;
	font: normal 14px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.fontblue12b
{
	color: #697C94;
	font: bold 12px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.fontblue12
{
	color: #697C94;
	font: 12px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.fontblue10b
{
	color: #697C94;
	font: bold 10px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.fontblue10
{
	color: #697C94;
	font: 10px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}


.fontbiruB
{
	color: #0C4A74;
	font: bold 12px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.fontbiru
{
	color: #0C4A74;
	font: bold 10px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.fontbiru_kecil
{
	color: #0C4A74;
	font: bold 9px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.fontbirubesarB
{
	color: #4A88E5;
	font: bold 16px verdana, tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.fontbirubesar
{
	color: #4A88E5;
	font: normal 16px verdana, tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.fontgelap
{
	color: #666666;
	font: bold 12px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.fontmerah
{
	color: #990000;
	font: bold 10px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.fontmerahB
{
	color: #990000;
	font: bold 12px courier new, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.fontorange14b
{
	color: #FF6600;
	font: bold 14px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	height:auto;
}

.fontorange14
{
	color: #FF6600;
	font: normal 14px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	height:auto;
}

.fontorange12b
{
	color: #FF6600;
	font: bold 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	height:auto;
}

.fontorange12
{
	color: #FF6600;
	font: normal 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	height:auto;
}

.fontorange10b
{
	color: #FF6600;
	font: bold 10px arial,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	height:auto;
}

.fontorange10
{
	color: #FF6600;
	font: normal 10px arial,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	height:auto;
}

.fontorange20b
{
	color: #FF6600;
	font: bold 20px arial,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	height:auto;
}

.fontorange20
{
	color: #FF6600;
	font: normal20px arial,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	height:auto;
}

.fontmerah24
{
	color: #990000;
	font: bold 20px arial,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	height:auto;
}
.fontgelap24
{
	color: #666666;
	font: bold 24px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.fontorange
{
	color: #ff9933;
	font: bold 10px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.fontorange_link
{
	color: #ff9933;
	font: bold 12px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.fonthitams
{
	color: #4E426D;
	font: 11px arial,verdana, tahoma, geneva, lucida, 'lucida grande', helvetica, sans-serif;
	height: 16;
}

.fonthitam
{
	color: #000000;
	font: bold 10px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.fontputih
{
	color: #FFFFFF;
	font: bold 10px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.fontputihm
{
	color: #FFFFFF;
	font: 10px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.fonthitams
{
	color: #000000;
	font: 10px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.fontputih_besar
{
	color: #FFFFFF;
	font: bold 14px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.fontputih_sedang
{
	color: #FFFFFF;
	font: normal 12px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.fontputih_sedangB
{
	color: #FFFFFF;
	font:  bold 12px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.fontpupus_besar
{
	color:#CCFF00;
	font: bold 18px arial,tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.fontpupus_besars
{
	color:#CCFF00;
	font: 18px arial,tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.fontabuabu
{
	color: #E8E8E8;
	font: 10px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.fontcontent_rata
{
	color: #666666;
	font:12px,Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	vertical-align: middle;
	text-align: justify;
	display: table-caption;
}
.fontcontent
{
	color: #666666;
	font:12px,Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	text-indent: 50px;
	vertical-align: middle;
	text-align: justify;
	display: table-caption;
}
.fontcontent_kecil
{
	color: #666666;
	font: smaller,Verdana, Arial, Helvetica, sans-serif;
	line-height:1;
	text-indent: 20px;
	vertical-align: middle;
	text-align: justify;
	display: table-caption;
}

.fonttls
{
	color: #767569;
	font: bold 10px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.fontpink12b
{
	color: #E52760;
	font: bold 12px verdana, tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.fontpink12
{
	color: #E52760;
	font: normal 12px verdana, tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.fontpink10b
{
	color: #E52760;
	font: bold 10px verdana, tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.fontpink10
{
	color: #E52760;
	font: normal 10px verdana, tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.fontpink16b
{
	color: #E52760;
	font: bold 16px verdana, tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.fontpink16
{
	color: #E52760;
	font: normal 16px verdana, tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.besarkuningtua {
	height: 12px;
	color: #BE902B;
	font-weight: bold;
	font-size: 14px;
}
.besarungu {
	color: #663399 ;
	font-weight: bold;
	font-size: 14px;
}

.midungub {
	color: #663399 ;
	font-weight: bold;
	font-size: 12px;
}

.midungu {
	color: #663399 ;
	font-weight: normal;
	font-size: 12px;
}

.smallungu {
	color: #663399 ;
	font-weight: normal;
	font-size: 10px;
}


.besarbiru {
	color: #353F81;
	font-weight: bold;
	font-size: 14px;
}

.besargrey {
	color: #334A60;
	font-weight: bold;
	font-size: 14px;
}


input.mybut {
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #8C9299;
	cursor: hand;
	border: none;
	/*background-image: url(../images/btnb.gif);
	background-repeat:repeat-x;
	background-position: center;*/
}

.tblborder_bd2
{
	background: #C8C8C8;
	color: #555A5F;
	border:0;
	table-layout:fixed;
}
.tblborder_bd4
{
	background:  #999999;
	color: #555A5F;
}

.tblborder_bd2_nf
{
	background: #C8C8C8;
	color: #555A5F;
	border:0;
}
.tblborder_bd3_nf
{
	background: #000000;
	color: #000000;
}

#mylinks a:link, #myLinks a:visited {
	background-color: #A9AB9F;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#myLinks a:hover{
	/*padding: 4px 6px 6px 6px;*/
	background-color: #FA5C1D; /*#87897F;*/
	color:#FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* -------------------------------------------- */
a:link {
	text-decoration: none;
	/*color: #FF6600;*/
}

a:visited {
	text-decoration: none;
    color: #006699;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #FFCC00;
}

a.hidden {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

a.hidden:active {
  color: #000000;
}

a.nav:link {
	color: #333333;
	padding: 2px;}

a.nav:visited {
	color: #cccccc;
	padding: 2px;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
}

a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}

a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
  color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
