	@charset "utf-8";
	
	
p.backGrey {
	margin:0; padding: 8px 15px 8px 15px; background-image:url(../img/layout/backGrey.png);
	}

	
ol.backGrey,
ul.backGrey {
	margin: 5px 15px 0;
	padding: 8px 25px 8px 25px; background-image:none;
	border:2px solid #EEEBE5;
	}


p.rot,	
span.rot {
	color:#b5152b;
}		


		

h1, h2, h3, h4, div, p, br, span, ul, ol, li, re, strong, em, b, i, u, a, img {}

	
a.iconMail {
	position:relative;
	background-image:url(../img/layout/icons/iconMailMini.png);
	background-repeat: no-repeat;
	width:29px;	
	height:29px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	}
a.iconMail:hover {
	background-image:url(../img/layout/icons/iconMailSmall.png);
	background-color:transparent;
	text-decoration:none;
	
	}	
	
a.iconPDF {
	
	background:url(../img/layout/icons/pdf.png) no-repeat 0px 10px;
	text-decoration:underline;
	padding: 10px 2px 10px 22px;
	line-height:1.4em;
	display:block;
	font-style:normal;
		margin-top:0px;
	text-align:left;

	}	
	
	

a.iconRight {
	position:relative;
	background-image:url(../img/layout/icons/iconMiniRightSmall.png);
	background-repeat: no-repeat;
	width:32px;	
	height:32px ! important;	
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	}
a.iconRight:hover {
	background-image:url(../img/layout/icons/iconMiniRightBig.png);
	background-color:transparent;
	text-decoration:none;
	}		
	
	
span.rotNoWrap {
	white-space:nowrap;
	color:#b5152b;
	}
	
p.readingAuthor {
	font-size:1.55em;
	font-weight:normal;
	padding:0 0 0 0px;
	margin:20px 0 3px 0;
	}

p.readingAuthor a {
	text-decoration:none;
	}
	

p.readingTitle {
	color:#b5152b;
	font-size:1.75em;
	font-weight:bold;
	padding:0 0 0 0px;
	margin:0px;
	line-height:100%;
	}	
p.readingTitle a {
	color:#b5152b;
	font-weight:bold;
	text-decoration:none;
	}				
p.readingTitle a:hover {
	text-decoration:underline;
	}			
