.article {
	margin-bottom: 15px;
	padding-right: 5px;
}
 
.article .bottom {
	background-color: #C1111E;
	color: white;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	padding-left: 8px;
	overflow: hidden;
	margin-top: 10px;
	clear: both;
	/*width: 100%;*/
}
 
.article h1 {
	color: #C1111E;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	text-align: left;
}
 
 
.article h2 {
	color: #C1111E;
	font-size: 17px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 10px;
}
 
.article h3 {
	color: #333;
	font-size: 17px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 10px;
}
 
.article p {
	margin-bottom: 17px;
	line-height: 22px;
	text-align: justify;
	
}
 
.article table.table {
	border: 1px solid #C1111E;
	margin: 10px;
	margin-top: 0;
}
 
.article table.table th {
	background-color: #C1111E;
	color: white;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;	
}
 
.article table.table td {
	border-bottom: 1px dashed #e0e0e0;
	border-right: 1px dashed #e0e0e0;
	height: 18px;
	line-height: 18px;
	padding-left: 5px;
	padding-right: 5px;
}

.article table.table td img {
	border: none;
	margin: 0;
	padding: 0;
	margin-left:auto;
	margin-right: auto;
}
 
.article a, .article a:visited {
	color: #C1111E;
	text-decoration: underline;
}
 
.article img {
	margin-right: 15px;
	margin-bottom: 5px;
	border: 3px solid #EBEBEB;
}
 
 .nodephoto {
 	/*width: 160px;*/
 	width: 190px;
 	
  	margin-right: 15px;
  	margin-right: 23px;
  	
	margin-bottom: 5px;
	background-color:  #EBEBEB;
	border: 3px solid #EBEBEB;
 }
 

 
.nodephoto img {
 	border: none;
 	margin: 0;
 }
  
.article .nodephoto div {
 	padding: 0;
 	margin: 0;
	padding-top: 1px;
 	padding-bottom: 1px;
 	text-align: center;
 	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px; 	
 }
 
.article .bottom a, .article .bottom a:visited {
	color: white;
	text-decoration: underline;
	border: none;
}

.article .bottom a img {
	border: none;
	cursor: pointer;
}


.article .bottom a img, 
.article .bottom a:visited img {
	border: 1px solid white;
	margin: 0;
	padding: 0;
}

.article .bottom2 {
	border: 1px solid #C1111E;
	border-top: none;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	padding-left: 8px;
	margin-bottom: 5px;
}

