@charset "UTF-8";
/* CSS Document */

html {
}
*{
	margin: 0;
	padding: 0;
	border: none;
	}
	
li { list-style: none;

}

body {
	background-color: #fff;
	color: #000;
	letter-spacing: 1px;
	word-spacing: 1px;
	}	
img {
	border: 0 none;

	}

ul {
	text-decoration: none;
	}
	
p, h1, h2, h3, h4, h5, h6, a {
	font-style: normal;
	line-height: 15px;
	font-family:"Courier New", Courier, monospace;
	}

a {
	text-decoration: none;
	font-style: normal;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
	} 
a:hover{
	color: #000000;
	}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 1px;
	word-spacing: 1px;
	}
p {
	font-size: 12px;
	line-height: 14px;
	}


h1 {
	font-style:normal;
	font-weight:normal;
	font-size: 14px;
	color: #333333;
	letter-spacing: 2px;
	word-spacing: 2px;
	}
h2 {
	font-size: 11px;
	line-height: 15px;

	}
h3 {
	font-size: 12px;
	}
h4	{
	font-size: 11px;
	}
h5 {
	font-size: 11px
	}
h6	{
	font-size: 11px
	}
li {
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	}
