body {
	margin : 0;
	/*text-align: center;*/
	background-color: #FFF;	
}

div#pageAll
{ 	
	margin: 0 auto;
	text-align: center; 
} 

a {
	text-decoration: none;
}

a:hover {
	text-decoration : underline;
}

a:link {
	color: #009;
	}

a:visited {
	color: #006;
}

a:active {
	color: #006;
}


div,td,p,li,blockquote,ul,ol  {
	font : 10px arial, helvetica, geneva, sans-serif;
	color : #000000;
	padding: 2px 10px 4px 10px;
}

b  { 
 	font-weight : bold; 
}

.color1	{
	background-color: #ffd9ec
}

.color2	{
	background-color: #fff2f8;
}

.color3	{
	background-color: #FFF;
}

.head	{
	font-weight : bold;
	font-size : 12px;
	background-color: #FFF;
	padding: 15px 0 4px 10px;
	}
	
.mark 	{
	color : #e7007b;
	font-size: 13px;
	}	

.stern {
	font-weight: bold;
	font-size: 20px;
	color: #E7007B;
	line-height: 15px;
	margin-top: 5px
}

.trenner {
	background: url(bg.gif) repeat-x 0 0;
	height: 7px;
	padding-bottom: 5px;
}