*
{
	margin:0;
	padding:0;
}
html
{
	width: 100%;
	height: 100%;
	background-color:#fcfcfc;
}
body
{
	width: 100%;
	overflow-y:scroll;
	text-align:center;
	-webkit-text-size-adjust: none;
}
a
{
	color: #222222;
}
a:hover
{
	color: #777777;
}
.headline
{
	margin: 0px auto 20px auto;
	width: 594px;
	height: 36px;
 	background-image: url(/img/headline.png);
	border-bottom: 1px solid #aaaaaa;
	border-radius: 5px;
	line-height: 36px;
	text-align:left; 	
	text-indent: 30px;
	color: #333333;
}
.space10
{
	height: 10px;
}
.space30
{
	height: 30px;
}
.space50
{
	height: 30px;
}
.space100
{
	height: 100px;
}
.space200
{
	height: 200px;
}
.space300
{
	height: 300px;
}
.space400
{
	height: 400px;
}
.clearleft
{
	clear:left;	
}
.red
{
	color: #ff0000 !important;
}
.blue
{
	color: #3344ee !important; 
}
.grey
{
	color: #cccccc !important;
}
.black
{
	color: #000000 !important;
}
.small
{
	font-size: 0.7em;	
}