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

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

body{
	background: #ffffff;
}

h5{
text-indent: -99999999px;
	list-style-type: none;
}

h1{
	font-size: 17px;
	padding: 0px 0px 10px 0px;
}

h2{
	font-size: 15px;
	padding: 0px 0px 10px 0px;
}

a{
	color: #cc0000;
}

p.line{
	border-bottom: 1px solid #333333;
	margin-bottom: 10px;
}

.nomargin{
	margin: 0px;
	padding: 0px;
}

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

.access{
	display: none;
}

.clear{
	clear: both;
}

.show{
	text-indent: 0px;
}

.bold{
	font-weight: bold;
}
#small a{
	font-size: 10px;
}


