body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #000000;
	color: #cccccc;
	font: 12px
	line-height: 1.2em;
	text-decoration: none;
	width: 100%;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li{
	margin: 0;
	padding: 0;
	border: 0;
}

img { border: 0px }

h1 {
	font-size: 12px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	 padding: 25px 0px 20px 0px;
}

h3 {
	font-size: 14px;
	color: #F0F0F0;
	font-weight: bold;
	 padding: 20px 0px 10px 0px;
	 }

h4 {
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
}

p{
font-size: 12px;
     line-height:1.5em;
     color:#F0F0F0;
	 font-weight: normal;
}


a{
	color: #FF33CC;
}

a:hover{
	color: #0099FF;
	text-decoration: underline;
}

hr {
	display: none;
}

/*footer*/
address{
	 font-size:10px;
     font-style:normal;
     color:#DDDDDD;
	 line-height:1.5em;
     text-align:center;
	 width: 95%;
	 padding: 30px 0px 20px 0px;
}