html {
	padding:			0;
	margin:				0px;
	background: 		#3c3425 url(../images/background_pattern_brown.gif);
}
body {
	padding:			0px;
	margin:				10px;
	background:			#3c3425 url(../images/background_pattern_brown.gif);
	font:				11px/15px "trebuchet ms", sans-serif;
	color:				#363636;
}
#divBannerMinimal {
	background-image:	url(../images/banner_minimal.jpg);
}
#table_layout {
	background:			#e3c8a4;
}
#table_menu {
	background:			#ceb08a;
}
.block {
	display:			block;
}
table {
	margin-bottom:		0px;
}
table table {
	margin-bottom:		0px;
}
p {
	text-align:			justify;
	margin:				0px 0px 16px 0px;
}
h1 {
	font:				bold 21px/26px arial, helvetica, sans-serif;
	margin:				0px 0px 4px 0px;
}
h2 {
	font:				italic 12px/16px "trebuchet ms", sans-serif;
	margin:				0px 0px 12px 0px;
}
#divCV h2 {
	font:				bold 14px/16px "trebuchet ms", sans-serif;
	margin:				20px 0px 5px 0px;
}
#divCV p {
	text-align:			left;
	margin:				0px 0px 16px 25px;
}
a:link, a:visited {
	font-weight:		bold;
	color:				#966136;
	text-decoration:	none;
}
a:active, a:hover, a:focus {
	text-decoration:	underline;
}
#div_content {
	margin:				25px 32px 20px 32px;
}
a img {
	border-width:		0px;
}
#pCopyright {
	font-size:			9px;
	text-align:			center;
	margin:				6px 0px 10px 0px;
	color:				#7f7257;
}
#pCopyright a {
	font-weight:		normal;
	color:				#b48763;
}
.tableViews td {
	font-size:			10px;
}
.imgArticle1, .illustrationArticle1 {
	float:				right;
	margin:				3px 0px 18px 18px;
	border:				1px solid #82735e;
}
.videoArticle {
	float:				right;
	margin:				3px 0px 18px 18px;
	border:				0px solid #82735e;
}
.imgNews {
	margin:				0px 12px 0px 0px;
	border:				1px solid #82735e;
}
.tdNews h2 {
	font:				bold 15px/17px "trebuchet ms", sanas-serif;
	margin:				0px 0px 0px 0px;
}
.tdNews h2 a, .tdNews h2 a:link, .tdNews h2 a:visited  {
	color:				#363636;
}
.tdAbout h3 {
	font:				bold 12px/16px "trebuchet ms", sanas-serif;
	margin:				15px 0px 2px 0px;
}
.tdAbout p {
	font:				11px/17px "trebuchet ms", sans-serif;
	text-align:			left;
	margin:				0px 0px 8px 0px;
}
.spanDate {
	font:				10px/16px "trebuchet ms", sans-serif;
	color:				#636363;
}
.tableNewsItem {
	margin:				0px 0px 10px 0px;
}
ul {
	margin:				0px 0px 0px 15px;
	padding:			0px;
}
ol {
	margin:				5px 20px 15px 20px;
	padding:			0px;
}
ol li {
	text-align:			left;
	margin:				10px 0px 10px 15px;
	padding:			0px 0px 0px 0px;
}
img {
	behavior:			url("css/pngbehavior.htc");
}
@media print {
	/* All styles inside this media selector
	are invisible for IE4Win, IE4Mac, IE5Mac and NS4 */
	.noprint {
		display:		none;
	}
	body {
		margin:			5%;
	}
	p {
		margin-top:		16px;
		orphans:		3;
		widows:			3;
		page-break-inside:	avoid;
	}
	h1, h2 {
		page-break-after:	avoid;
	}
}