/*background*/
body {
	background-color: #ffffff;
}
/*Menu Top*/
.MENU_TOP_no_link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
/*	font-weight:bold;*/
	color: #f33500;
}
.MENU_TOP a:link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
/*	font-weight:bold;*/
	color: #f33500;
	text-decoration: none;	
}
.MENU_TOP a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
/*	font-weight:bold;*/
	color: #f33500;
	text-decoration: none;	
}
.MENU_TOP a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
/*	font-weight:bold;*/
	color: #1630a6;
	text-decoration: none;	
}
.MENU_TOP a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
/*	font-weight:bold;*/
	color: #f33500;
	text-decoration: none;	
}
/*Menu Left Side*/
.MENU_LEFT a:link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
/*	font-weight:bold;*/
	color: #1630a6;
	line-height:250$;
	text-decoration: none;	
}
.MENU_LEFT a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
/*	font-weight:bold;*/
	color: #1630a6;
	line-height:250$;
	text-decoration: none;	
}
.MENU_LEFT a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
/*	font-weight:bold;*/
	color: #f33500;
	line-height:250$;	
	text-decoration: none;	
}
.MENU_LEFT a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
/*	font-weight:bold;*/
	color: #1630a6;
	line-height:250$;	
	text-decoration: none;	
}
/*Menu Botton*/
.MENU_BOTTON a:link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
/*	font-weight:bold;*/
	color: #1630a6;
	line-height:250$;
	text-decoration: none;	
}
.MENU_BOTTON a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
/*	font-weight:bold;*/
	color: #1630a6;
	line-height:250$;
	text-decoration: none;	
}
.MENU_BOTTON a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
/*	font-weight:bold;*/
	color: #f33500;
	line-height:250$;	
	text-decoration: none;	
}
.MENU_BOTTON a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
/*	font-weight:bold;*/
	color: #1630a6;
	line-height:250$;	
	text-decoration: none;	
}
/*Titles*/
.TITLE {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-style: normal;
	color: #1630a6;
}
.TITLE-green {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-style: normal;
	color: #BED600;
}
/*Texts*/
.TXT_gray {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height:200%;
	color: #5c5b5b;
}
.TXT_blue {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height:250%;
	color: #1630a6;
}
.TXT_orange {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height:250%;
	color: #f33500;
}
.TXT_orange_2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #f33500;
}
.TXT_white {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
}

<script language="JavaScript">
<!-- Disable right-mouse click
function mouseDown(e) {
 if (parseInt(navigator.appVersion)>3) {
  var clickType=1;
  if (navigator.appName=="Netscape") clickType=e.which;
  else clickType=event.button;
  if (clickType!=1) {
   alert ('Right mouse button is disabled.')
   return false;
  }
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown = mouseDown;
 if (navigator.appName=="Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
//-->
</script>
<!-- Disable text -->
<script language="JavaScript1.2">
function disableselect(e){
return false
}

function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>