@charset "utf-8";
/* CSS Document */

body { 
	margin: 0px;
	padding: 0px;
	background-color:#345862;
	}
	
	.canggu {
		font-family: Tahoma;
		font-size: 14pt;
		line-height: 14pt;
		color: #333333;
		}

	.lmenu {
		font-family: Tahoma;
		font-size: 8pt;
		color: #FFFFFF;
		text-decoration: none;
		}
		
		.lmenu:hover {
			color: #8da2a3;
			text-decoration: none;
			}
			
		.line {
			font-family: Tahoma;
			font-size: 7pt;
			color: #8da2a3;
			}
.dash {
	background-image: url(../images/dash.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}
	
	.foot {
		font-family: Tahoma;
		font-size: 8pt;
		color: #000000;
		text-decoration: none;
		line-height: 12pt;
		}
		
		.foot:hover {
			color: #3b5458;
			text-decoration: none;
			}
		
		.line2 {
			font-family: Tahoma;
			font-size: 7pt;
			color: #538288;
			}
			
		.tfoot {
			font-family: Tahoma;
			font-size: 8pt;
			color: #000000;
			line-height: 12pt;
			}
.text {
	font-family: Tahoma;
	font-size: 8pt;
	color: #333333;
	text-align: justify;
	line-height: 13pt;
	}

.textLink {
	font-family: Tahoma;
	font-size: 8pt;
	color: #333333;
	text-decoration:none;
	}
	
	.textLink:hover {
		color: #3b5458;
		text-decoration:none;
		}

	
.textcntr {
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
	text-align:center;
	line-height: 14pt;
	}

	
.RateTittle{
	font-family: Tahoma;
	font-size: 9pt;
	color: #B5C7C9;
	line-height: 13pt;
	}	
/* SCROLLER */	
	#divContainer { z-index:0; position:relative; top:-0; left:0px; height:150px; visibility: hidden; overflow:hidden; }
	#divContent { visibility:visible; position:absolute; z-index:1; left: 0px; }

