.newsbox {	float:right;
			width:240px;
			background-color:#EEEEFF;
			border-color:grey;
			border-style:solid;
			border-width:1px;
			border-radius:7px;
			-moz-border-radius: 7px; 
			-webkit-border-radius: 7px; 
			padding:5px;
			font-family:arial;
			font-size:11px;
			line-height:14px;
			margin-right:10px;

background-image: linear-gradient(bottom, #F0F0FF 0%, #FFFBF0 50%, #F0F0FF 100%);
background-image: -o-linear-gradient(bottom, #F0F0FF 0%, #FFFBF0 50%, #F0F0FF 100%);
background-image: -moz-linear-gradient(bottom, #F0F0FF 0%, #FFFBF0 50%, #F0F0FF 100%);
background-image: -webkit-linear-gradient(bottom, #F0F0FF 0%, #FFFBF0 50%, #F0F0FF 100%);
background-image: -ms-linear-gradient(bottom, #F0F0FF 0%, #FFFBF0 50%, #F0F0FF 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #F0F0FF),
	color-stop(0.5, #FFFBF0),
	color-stop(1, #F0F0FF)
);

-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
box-shadow: 5px 5px 5px rgba(0,0,0,0.5);

}	 

.headline { 
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
    font-size: 12px;
	font-weight: bold;
	color: black;
	line-height: 120%;
}

.header { 
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
    font-size: 12px;
	font-style: italic;
	color: black;
	line-height: 120%;
}

.event { 
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
    font-size: 14px;
	font-weight: bold;
	color: black;
	line-height: 120%;
}

.news { 
     font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
     font-size: 10px;
	 color: black;
	 line-height: 120%;
}

.article { 
	font-family: verdana,univers,arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
    font-size: 12px;
	color: #000000;
	line-height: 140%;
}

.newsbox img {
	max-width: 100%;
}


ol {
	list-style-type: 1;
}

ul li {
	list-style-type: circle;
        margin-left: -0.5em;
}

p	{margin-top: 1.0ex;
}

.blocknote {
	font-style: italic;
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	font-size: small;
}

.footnote {
 	font-size: small;
	color: gray;
}
