@import url(layout_black.css);
@import url(menu_black.css);
@import url(titles_black.css);

/*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	color: #ffffff;
}*/

body{
	background: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	color: #ffffff;
}

ul,li,h1,h2,h3,h4,h5,h6{
	text-indent: -99999999px;
	list-style-type: none;
}

a{
	color: #ffcc00;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

p,.marginbottom{
	padding: 0px 0px 10px 0px;
}

.nomargin{
	margin: 0px;
}

.access{
	display: none;
}

.hr{
	margin: 3px 0px 0px 0px;
	height: 1px;
	background: #ffffff;
}

.clear{
	clear: both;
}

.show{
	text-indent: 0px;
}

.title{
	font-size: 1.3em;
}

.bold{
	font-weight: bold;
}

.normal{
	font-weight: normal;
}

.uppercase{
	text-transform: uppercase;
}

label{
	padding: 3px 0px 0px 2px;
	float: left;
	width: 50px;
}
/*
input{
	background: #ffffff;
	padding: 2px 3px;
	border: 1px solid #000000;
	width: 200px;
	color: #000000;
	margin-bottom:5px;
	margin-left:5px;
}

input.button{
	color: #000000;
	background: #ffffff;
	padding: 2px 3px;
	border: 1px solid #000000;
	margin: 6px 0px 0px 0px;
	width: auto;
}*/