@CHARSET "utf-8";

* { 
	margin : 0px; 
	padding : 0px; 
	}
	
html {
	background: #F6F6F6 url(../images/background/bg.jpg) repeat-x;
	text-align: center;	
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #4b4b4b;
	font-size: 80%;
	overflow: -moz-scrollbars-vertical; 
	}	
	
/**********************************************************/
img { 
	border : none; 
	outline: none; 
	}
		
a { 
	color: #333333; 	
	outline: none; 
	}    

a:hover { 
	color: #CC0000;
	outline: none; 
	}	
	
.clear {
	clear: both;
	}	
	
.engTxt {
	font-family: font-family: Arial, Helvetica, sans-serif;
	}	
	
.biggerSize {
	font-size: 110%;
	font-weight: bold;
	}	
	
.hide {
	display: none;
	}	
	
.nowrap {
	white-space: nowrap;
	}	
	
.hoverButton {
	cursor: pointer;
	margin: 0 1px 1px 0px;
	h:expression(onmouseover=new Function("this.style.margin ='1px 0px 0px 1px';"),
    		  onmouseout=new Function("this.style.margin ='0 1px 1px 0px';") );
	}
	
.hoverButton:hover {
	margin: 1px 0px 0px 1px;
	}	
	
		