
	/*-----------------------------*/
	
.infoBlock{
	/*background-color: green;*/
	margin: 0px;
	padding: 0px;
	border: 0px;
	padding-bottom: 20px;
	}
	
.infoHdr{
	/*background-color: #fb0;*/
	margin: 0px;
	padding: 0px;
	border: 0px;
	padding-bottom: 15px;
	
	font-size: large;
	color: #d4d3d3;
	}

.contHdr{
	/*background-color: #fb0;*/
	margin: 0px;
	padding: 0px;
	border: 0px;
	padding-top: 1px;
	padding-bottom: 2px;
	
	font-weight: bold;
	color: #DEDEDE;
	}

	
.infoCont{
	/*background-color: #fe0;*/
	margin: 0px;
	padding: 0px;
	border: 0px;
	padding-bottom: 12px;
	
	line-height: 1.2;
	}	
	
.itemsList{
	margin-top: 2px;
	margin-bottom: 5px;
	border: 0px;
	}
	
	
.tip{
	color: #838383;
	}

.tipBold{
	font-weight: bold;
	color: #838383;
	}
	
.tipLine{
	text-decoration: underline;
	color: #838383;
	}
	
	
a:link{
	color: #5D7B90;
	font-weight: bold;
	}
	
a:visited{
	color: #8799A5;
	font-weight: bold;
	}
	
a:hover{
	color: #A3B9C8;
	font-weight: bold;
	}
	
hr.sepLine{
	margin-top: 2px;
	margin-bottom: 12px;
	height: 1px;
	border: 0px;
	padding: 0px;
	border-top: 1px dashed #838383;
	display: block;
	}
	
span.contLine{
	display: block;
	}
	
div.txtPar{
	padding-bottom: 12px;
	}
	
div.txtBoldH{
	font-weight: bold;
	color: #DEDEDE;
	}
	
div.txtBlock{
	
	}
	
img.sImg{
	border:0px; padding: 5px; vertical-align: middle; 
	}
	
div.thumb{
	border:0px; padding: 5px; width: 150px; text-align: center; display: inline-block; vertical-align: top;
	}