/* CSS Document */

body {
	font-size: 8pt;
	color: #6D6D6D;
	font-family: Tahoma, Arial;
	background-color: #FFFFFF;
}

td {
	font-size: 8pt;
	color: #6D6D6D;
	font-family: Tahoma, Arial;
}

h3 {
	color: #f79005;
	font-weight: bold;
	font-size: 10pt;
	margin: 5px;
}

p {
	padding: 3px;
	margin: 3px;
}

a {
	color: #6D6D6D;
}

.head {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
	background: url(img/head_bg.gif);
}

a.lang {
	text-decoration: none;
}

.separator {
	background: url(img/sep.gif);
}

.footer {
	color: #939393;
}

.basement {
	bgcolor: #D5EE96;
	background: url(img/basement_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	color: #939393;
}

.comment {
	color: #999999;
}

.date {
	color: #f79005;
}