@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: #fcf9f9;
}

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

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

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

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

.nomargin{
	margin: 0px;
}

.access{
	display: none;
}

.hr{
	margin: 0px 0px 10px 0px;
	height: 1px;
	background: #5a6d88;
}

.clear{
	clear: both;
}

.show{
	text-indent: 0px;
}

.uppercase{
	text-transform: uppercase;
}

.bold{
	font-weight: bold;
}