body
{
	margin:0px;
	padding:0px;
	line-height:160%;
	background: url(images/white_bg.jpg) center repeat-y;
	background-color:#bebebe;
}

h1
{
	font-family:Arial;
	font-size:28px;
	color:#000000;
}

h2
{
	font-family:Arial;
	font-size:20px;
	color:#000000;
}

p
{
	font-family:"Trebuchet MS",Arial;
	font-size:12px;
	color:#333;
	line-height:140%;
}

li
{
	font-family:"Trebuchet MS",Arial;
	font-size:12px;
	color:#333;
	line-height:140%;
}

ul {
	margin-left:10px;
}

#block 
{
	margin:0 auto;
	width:500px;
}

.headline
{
	margin-left:26px;
	margin-top:4px;
	font-family:"Trebuchet MS",Arial;
	font-size:14px;
	font-weight:bold;
	letter-spacing:.1em;
	color:#fff;
}

.section
{
	margin-left:26px;
}

a
{
	color:#7a1111;	
}

a:link 
{
	color:#7a1111;
	text-decoration:none;	
}


a:visited 
{
	color:#7a1111;
	text-decoration:underline;	
}

a:hover 
{
	color:#000;
	text-decoration:underline;	
}