/* CSS Document */

body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
}
.bg-block
{
	background-color:#000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	padding:0px;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
}
h6 
{
	font-size: 10px;
}
.txt-orange
{
	color:#d56f05;
}
.txt-blokywhite
{
 	color:#999999;
}
.txt-blokywhitelink
{
 	color:#999999;
	text-decoration:underline;
}
.txt-blokywhitelink:hover
{
 	color:#999999;
	text-decoration:none;
}
.txt-orangelink
{
	color:#d56f05;
	text-decoration:underline;
}
.txt-orangelink:hover
{
	color:#d56f05;
	text-decoration:none;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	color: #999999;
	background-color: #000000;
	border: 1px solid #666666;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: #000000;
	border: 1px solid #666666;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: #000000;
	border: 1px solid #666666;
}
