/* .............................. */
/* Basic */
/* .............................. */

body {
	background-color: #FFF;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:#eee;
	padding:0px;
	margin:0px;
	text-align:center;
}

html, body {
     min-height: 100%;
}

/* .............................. */
/* Links */
/* .............................. */

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#container a {
	color:#990000;
	text-decoration:none;
}

#container a:hover {
	color:#990000;
	text-decoration:underline;
}

img {
	border: 0px;
}

.center {
	width: 99%;
	text-align: center;
}

#page .center a img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/* .............................. */
/* Headers */
/* .............................. */
#navigation {
	display: none;
	visibility: hidden;
}

#lang {
	display: none;
}

/* .............................. */
/* Footer*/
/* .............................. */
#footer {
	display: none;
}

/* .............................. */
/* Browse */
/* .............................. */

#container {
	padding: 30px;
	color: #000000;
	text-align: left;
	font-size: 12px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
	border-bottom: 1px solid #000000;
	page-break-after: never;
}

#container table {
	page-break-inside:never;
}

#container td {
	vertical-align: top;
	padding-bottom: 15px;
}

.min {
	width: 220px;
}

.min2 {
	width: 100px;
}

pre {
	width: 90%;
	text-align: left;
	color: #000000;
	font-size:14px;
	padding-left: 50px;
}

.right {	
	float: right;
	text-align: right;
}

.left {	
	float: left;
	text-align: left;
}

.page_break {
	width: 100%;
	height: 1px;
	page-break-before: always;
}
