
/* CSS Document */


body{
background-color: #ffffff;
margin: 0 0 0 0;
	
}

.menuon{
	font-family:Arial, Verdana, sans-serif;
		font-size:13px;
		font-weight:normal;
		text-decoration:none;
		color:#333333;
		opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
		cursor:pointer;
		
	}
	
	.menuoff{
	font-family:Arial, Verdana, sans-serif;
		font-size:13px;
		font-weight:normal;
		text-decoration:none;
		color:#333333;
		opacity:0.25;
	filter:alpha(opacity=25);
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
		cursor:pointer;
		
	}
	
	.baron{
	background:#000000; width:2px; height:42px; 
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity:1;
	}
	
	.baroff{
	background:#000000; width:2px; height:42px;
		
	opacity:0.00;
	filter:alpha(opacity=0);
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	
	}
	
.branch{
		 width:81px; overflow-x : hidden ; display:none;
		}
	.branch2{
		  overflow-x : hidden ; display:none;
		}
	
	
	.menuon2{
	font-family:Arial, Verdana, sans-serif;
		font-size:12px;
		font-weight:normal;
		text-decoration:none;
		color:#333333;
		cursor:pointer;
		opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;

	}
	
	.menuoff2{
	font-family:Arial, Verdana, sans-serif;
		font-size:12px;
		font-weight:normal;
		text-decoration:none;
		color:#333333;
		cursor:pointer;
		opacity:0.25;
	filter:alpha(opacity=25);
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;

	}
	
	
	.divoon{
	display:block;
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	}
	
	.divooff{
	
		display:none;
	opacity:0.00;
	filter:alpha(opacity=0);
	-moz-opacity: 0.00;
	
	
	}
	.footer{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#757575;
		text-decoration:none;
		
		
		}
		
			a.footer{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#757575;
		text-decoration:none;
		
		
		}
			a.footer:hover{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#000000;
		text-decoration:underline;
		
		
		}

.redon{
	font-family:Arial, Verdana, sans-serif;
		font-size:13px;
		font-weight:normal;
		text-decoration:none;
		color:#F00;
		opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
		cursor:pointer;
		
	}
	
	
