body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, form {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

textarea {
	overflow: auto;
}

body, td, th, input, textarea, select {
	font-family: times new roman, serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

th {
	text-align: left;
	font-weight: bold;
}

/* === Links === */



/* === Main === */

#print-wrapper,
#lang-wrapper,
#nav-wrapper,
#sub-nav-wrapper,
.lang,
.nav,
.sub-nav,
.right-col .project,
.right-col h4,
.formcontainer {
	display: none;
}

h1.logo {
	text-decoration: none;
}

.project {
	padding-bottom: 20px;
}

#created {
	padding-top: 20px;
}

/* Content images */

.img-container {
	/*+*/
}

	.img-container table tr.image td {
		background: #ffffff;
		padding: 0px;
	}

	.img-container table tr.title {
		/*+*/
	}

		.img-container table tr.title td {
			text-align: center;
		}

/* === Txt === */

h2.title {
	font-size: 18px;
	font-weight: bold;
	padding: 12px 0px;
}

h3.title {
	font-size: 15px;
	font-weight: bold;
	padding: 12px 0px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 12px 0px;
}

/* === Other === */

.w25 {
	width: 25%;
}

.w33 {
	width: 33%;
}

.w50 {
	width: 50%;
}

.w100 {
	width: 100%;
}

