/* CSS Document */

.imageprint {
	visibility: hidden;
	width: 1px;
	height: 1px;
	display: none;
	position: absolute;
	left: -500cm;
	float: none;
}

body {
	background: white;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
  }

.enteteblock {
	color: #000000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 10px;
}

a:link, a:visited {
  color: #990000;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
  }
#blockborder a:link:after, #blockborder a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 10pt;
  }
#blockborder a[href^="/"]:after {
  content: " (http://www.ciesnet.com" attr(href) ") ";
  }
  
.titlecomingnext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000000;
	text-transform: capitalize;
	font-weight: bold;
	text-align: center;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}