html {
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
background:#ffffff; /*color background - only works in IE */
}

#div_container
{
	text-indent: 10px;	
}

.scroll
{
scrollbar-arrow-color: #464646;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-darkshadow-color: #999999;
scrollbar-face-color: #D4D0C8;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #CCCCCC;
scrollbar-track-color: #e6e6e6;	
}

.main_text{
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#353535;
	padding-left: 18px;
	padding-bottom: 25px;
}

div.main_text_02{
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#353535;
	padding-left: 23px;
	padding-top: 0px;
	padding-bottom: 10px;
}


div.main_text_03{
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#353535;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

a.main_text_a
{
	color:#9A9900;
	text-decoration:none;
}

a.main_text_a:hover
{
text-decoration: underline;
}
 
.title_text{
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#ffffff;
	padding-left: 18px;
}

.border_tabel {
	border: 1px solid #c0c0c0;
}	

.border_white {
	border: 4px solid #ffffff;
}	

.table_height {
	position:absolute;
	width:963px;
	height:566px;
	top:50%;
	left:50%;
	margin:-283px auto auto -481px;

}

.language_text{
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#cccccc;
}

a.l_language:link {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	background-color: transparent;
	text-decoration: none;
     }
a.l_language:visited {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	background-color: transparent;
	text-decoration: none;
     }
a.l_language:hover {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#cccccc;
	background-color: transparent;
	text-decoration:underline;
     }
a.l_language:active {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	background-color: transparent;
	text-decoration: none;
     }

.country_text{
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#DBD3B4;
}

a.l_country:link {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	background-color: transparent;
	text-decoration: none;
     }
a.l_country:visited {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	background-color: transparent;
	text-decoration: none;
     }
a.l_country:hover {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#DBD3B4;
	background-color: transparent;
	text-decoration:underline;
     }
a.l_country:active {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	background-color: transparent;
	text-decoration: none;
     }
	 

a.link:link {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#9A9900;
	background-color: transparent;
	text-decoration: none;
     }
a.link:visited {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#9A9900;
	background-color: transparent;
	text-decoration: none;
     }
a.link:hover {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	background-color: transparent;
	text-decoration:underline;
     }
a.link:active {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#9A9900;
	background-color: transparent;
	text-decoration: none;
     }
	 
	 
.secondary-title_text{
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#9a9900;
	padding-left: 18px;
}	 

.gray_line {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #747f85;
	border-right-color: #747f85;
	border-bottom-color: #747f85;
	border-left-color: #747f85;
}	

.orange_line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #9a9900;
	border-right-color: #9a9900;
	border-bottom-color: #9a9900;
	border-left-color: #9a9900;
}	