
	@import url("screen.css");
	
	/*Reset*/	
	html{ background:#eeeeee; color:#000;}
	body{ border:0; background:transparent; margin:0; padding:0; font-size:100%; height:100%;}
	
	/*Base*/
	html {font-size:100.01%;}
	body {color:#615b5d; font-family:Arial, Helvetica, sans-serif; font-size:75%; }
	
	h1, h2, h3, h4, h5, h6 { margin:0; padding:0;}
	h1{ }
	h2{}
	h3{}
	h4{}
	h5{}
	h6{}
	
	p  			{ margin:0 0 0.7em 0;}
	big			{ font-size:1.3em; }
	blockquote  { margin:1em 3em;  }
	caption		{}
	del 		{ text-decoration:line-through;}
	small 		{ font-size:0.8em; }
	span 		{				   }
	sup, sub	{ font-size:0.8em; }
	b			{}
	pre			{}
	center		{}
	strike		{}
	abbr		{ cursor:help;}
	acronym		{ cursor:help;}
	q:after		{ content:'"'}
	q:before	{ content:'"'}
	form{ margin:0; padding:0;}
	
	a 		  	   { color:#f18624;}
	a:hover        { color:#f18624; text-decoration:underline;}
	/*a:link         { color:#454545; }
	a:visited      { color:#777; }
	a:visited:hover{ color:#ff0033; }*/
	:focus, :active, :target { outline:none;}
	
	
	object{ outline:none; border:none;}
	
	ul, ol  { list-style:none; list-style-position:outside; margin:0; padding:0; }
	li		{ list-style:none;}
	ol		{ list-style-type:none; }
	dl		{				  }
	dt		{				  }
	dd		{ margin:0;   }
	
	fieldset 	   { margin:0; padding:1em; }
	textarea 	   { overflow:auto; vertical-align:top; }
	input, textarea, select, button{ font-family:inherit; font-size:100%; padding:0; margin: 0; color:#615b5d; }
	button { width: auto; overflow: visible;}
	label, input[type=button], input[type=submit], button { cursor: pointer; }
	input { height:20px; line-height:20px;}
	select { padding:2px;}
	input, textarea, select { border-top:1px solid #9a9da1; border-bottom:1px solid #ccd2d8; border-left:1px solid #cdcdd4; border-right:1px solid #c7c9d0; -moz-box-shadow: 0 0 1px #c7c9d0 inset; -webkit-box-shadow: 0 0 1px #c7c9d0 inset; box-shadow: 0 0 1px #c7c9d0 inset;}
	input:focus, textarea:focus, select:focus { border:1px solid #f8ac6b; -moz-box-shadow: 0 0 1px #f8ac6b inset; -webkit-box-shadow: 0 0 1px #f8ac6b inset; box-shadow: 0 0 1px #f8ac6b inset;}
	table{}
	table td{ border-collapse:collapse; vertical-align:middle;}
	table th{ font-weight:bold;}
	
	hr { line-height:0; height:1px; outline:none; background:none; size:portrait; margin:12px 0; _margin:0; font-size:0; color:#FF0000; }
	
	img{ border:none;}
	
	/*Class*/
	
	.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
	.hidden { display: none; visibility: hidden; } 
	.over, .button { overflow:hidden; text-indent:-900000px;}
	input.over, .button { font-size:0; line-height:100%; border:none; display:block;}
	
	.img-right	{ float:right; margin:10px 0 10px 10px;}
	.img-left	{ float:left; margin:10px 10px 10px 0;}
	
	.right		{ float:right; }
	.left		{ float:left; }	
	
	.block	{ display:block;}
	.none	{ display:none; }
	
	.clear		{clear:both;}
	.clearleft	{clear:left;}
	.clearfix:after  { clear:both; content: "."; display:block; height:0; visibility:hidden; }
	.clearfix 		 { display:inline-block; }
	* html .clearfix { height:1%; }
	.clearfix 		 { display:block; }
	*+html .clearfix { min-height:1%; }