@charset "utf-8";
/********************************************************************/
/* STYLE THAT APPLY TO ALL TEMPLATES */
/********************************************************************/
body,html {
	font-family:Verdana;
    font-size: 12px;
    text-align:left;	
    background-color:#ffffff;
	margin:auto;
    padding:0;
	color:#0d1b2c;
	overflow-x:hidden; 
	
	}
	
/* Visible vertical scrollbar which disables correctly and allows normal horizontal scrollbar behaviour. */
html {
 overflow-y: scroll !important;
}	
