@import url(layout.css);
@import url(menu.css);
@import url(titles.css);

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

body#home{
	background: #000000 url(../_graphics/bg.jpg) top left no-repeat;
}

body{
	background: #000000;
	margin: 0px 10px 0px 10px;
}

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

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

p{
	padding: 0px 0px 10px 0px;
}

#div_text p{
	padding: 0px;
	margin: 0px 0px 0px 34px;
	text-indent: -99999999px;
	background: url(../_graphics/div_text.gif) top left no-repeat;
	width: 352px;
	height: 153px;
}

.nomargin{
	margin: 0px;
}

.access{
	display: none;
}

.clear{
	clear: both;
}

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

.show{
	text-indent: 0px;
}

.bold{
	font-weight: bold;
}

input.radio{
	width:auto;
	clear: none;
	float: none;
}

label{
	width: 100px;
	margin: 2px 4px 2px 0px;
	font-weight: bold;
	clear: left;
	float: left;
	color: #ffffff;
}

input,textarea{
	float: left;
	padding: 3px;
	margin: 0px 0px 10px 0px;
	background: #ffffff;
	color: #000000;
}

input.button{
	float: left;
	background: #ffffff;
	color: #000000;
}