@charset "utf-8";

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body{
	font: 86% Arial, Helvetica, sans-serif;arial, sans-serif;
	background-color:#000000;
	color:#000;
	font-style:normal;
	text-align:center;
	line-height:130%;
}

textarea {
	font-size: 100%;
}

h1 {
	font-size: 10pt;
	font-weight: normal;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
}

/*
a:link,a:visited,a:active {
	color:#000;
	text-decoration:underline;
	border:none;
}

a:hover{
	text-decoration:none;
}
*/

.clear{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0em;
	clear: both;
}
label {
	padding-left:3px;
}
