@charset "UTF-8";/* CSS Document */html	{		-ms-text-size-adjust: 100%;		-webkit-text-size-adjust: 100%	}body  	{    	overflow: auto;    	font-family: Arial, Helvetica, sans-serif;    	font-weight: normal;    	font-style: normal;    	font-size: 0.85em;    	color: black;    	margin: 0 auto;    	border: 0;    	padding: 0;    	background: white;  	}	article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary	{		display: block;	}	audio, canvas, video	{		display: inline-block;		vertical-align: baseline;	}	audio:not([controls])	{		display: none;		height: 0;	}		[hidden], template	{		display: none;	}	a	{		background-color: transparent;	}	a:active, a:hover	{		outline: 0;	}	a img:hover	{		opacity: 0.5;    	filter: alpha(opacity=50); /* For IE8 and earlier */	}	abbr[title]	{		border-bottom:1px dotted;	}	dfn	{		font-style:italic;	}	mark	{		background: #ff0;		color: #000;	}	small	{		font-size: 80%;	}	sub, sup	{		font-size: 75%;		line-height: 0;		position: relative;		vertical-align: baseline;	}	sup	{		top: -0.5em;	}	sub	{		bottom: -0.25em;	}	img	{		border: 0;	}	svg:not(:root)	{		overflow: hidden;	}	figure	{		margin: 1em 40px;	}	hr	{		-moz-box-sizing: content-box;		box-sizing: content-box;	}	code, kbd, pre, samp	{		font-family: monospace, monospace;		font-size: 1em;	}	fieldset	{		border: 1px solid #c0c0c0;		margin: 0 2px;		padding: .35em .625em .75em;	}	legend	{		border: 0;		padding: 0;	}	pre, textarea	{		overflow: auto;	}