/* Manheim in Europe */
/* Screen Styles */
/* December 2006 */
/* simon.hudson@manheimeurope.com */

/* -----[ COMMON ELEMENTS ]---------- */

body {
	font-family: "lucida grande", "lucida sans", verdana, helvetica, arial, sans-serif;
	font-size: small;
	color: #272727;
	line-height: 160%;
	padding:0;
	margin: 0;
	}
	
p {
	font-size: 90%;
	}
	
/*  p font size hack for Internet Explorer */
/*\*/
* html p {
	font-size: 100%;
	}
/**/

/*Links*/

a:link, a:visited {
	color: #CB5204;
	text-decoration: none;
	border-bottom: 1px solid #DEDEDE;
	}
	
a:hover {
	color: #F96302;
	border-bottom: 1px solid #F96302;
	}
	
a:active {
	color: #008789;
	}
	
	img {
	border: 0;
	}	

	
/* -----[ EURO TEAM TABLE ]---------- */

.euroteam {
	width: 80%;
	padding: 5px;
	font-size: 80%;
	text-align: center;
	line-height: 150%;
	margin: -20px 0 0 0;
	}
	
.euroteam td {
	padding: 3px;
	}
	
.euroteam img {
	border: 1px solid #99A7CB;
	padding: 2px;
	background: #FFFFFF;
	margin: 20px 0 0 0;
	}
	
.euroteam strong {
	color: #00247D;
	}
	
/* -----[ PRESS RELEASES TABLE ]---------- */

.pressreleases {
	width: 90%;
	padding: 0;
	font-size: 90%;
	line-height: 150%;
	margin: 0;
	background: #FFFFFF;
	border: 1px solid #e5e9f2;
	}
	
.pressreleases th {
	background: #335097;
	font-size: 110%;
	padding: 5px;
	color: #FFFFFF;
	text-align: center;
	}
	
.pressreleases td {
	padding: 5px;
	}
	
.pressreleases .lighter {
	background: #f2f4f8;
	}
	
.pressreleases .light {
	background: #e5e9f2;
	}
	
.pressreleases .centertext {
	text-align: center;
	}
