@charset "utf-8";
/* CSS Document */


@import url("index_layout.css");
@import url("index_config.css");


* { margin: 0; padding: 0;}

html { height: 100%; background-color:#000000; }

body {
	margin: 0;	
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#02131F;
	scrollbar-3dlight-color:#282828;
	scrollbar-darkshadow-color:#181818;
	scrollbar-shadow-color:#282828;
	scrollbar-arrow-color:#282828;
	scrollbar-track-color:#1e1e1e;
	word-break:break-all;
}


img, input.type-image { border: none;}

select, textarea { padding: 0; margin: 0;}

input { padding: 0; margin: 0;}

form, h1, h2, h3, h4, h5, h6, p, div, th, td, table, select, address { margin: 0; padding: 0;}

table { border-collapse: collapse;}

td	{font-family:'Trebuchet MS','verdana'; font-size:13px; line-height:14px; letter-spacing:0; color:#8d8d8d; line-height:18px;}

a{ margin:0; padding:0;}

a:link, a:visited { color:; text-decoration: none;}

a:hover, a:active { color:; text-decoration: none;}

hr{ visibility:hidden;}

.fl{float:left;}
