body {
	background-color: #fafafd;
	color: black;
	margin: 2cm;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*      line-height: 16px;*/
}

.plain td, .plain th {
	border-style: none;
}

td.tlind, th.tlind {
	border-right: medium double black;
	padding-top: 2em;
	width: 15%;
}

td.ttind, th.ttind {
	border-top: medium double black;
	padding-top: 2em;
}

.plain td.tbind, .plain th.tbind {
	padding: 10px;
}

form {
	margin-bottom: 0px;
}

ul {
	list-style-type: disc;
	margin-left: 20px;
}

ul ul {
	list-style-type: circle;
	font-size: 11px;
/*	line-height: 14px;*/
}

ul ul ul {
	font-size: 10px;
/*	line-height: 12px;*/
}

p, ul {
	margin-left: 0.5cm
}


h4 {
	font-size: 13px;
}

h3 {
	font-size: 15px;
}

h2 {
	font-size: 18px;
}

h1 {
	font-size: 24px;
}

img {
	margin: 10px;
}

.header {
	text-align: center;
	color: black;
        background-color: #f5fffa;
}

.clickable {
}

td.menu {
	text-align: left;
	border-top: medium double black;
}

.content {
	border-left: dashed 1px;
	position: relative;
	padding-left: 7em;
	padding-right: 7em;
	padding-top: 1em;
	padding-bottom: 20px;
	margin-left: 15%;/*10em;*/
	margin-right: 5%;
	margin-top: 5%;
	width: auto;
	color: black;
        background-color: white;
	text-align: justify;
}

p {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

table {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	position: fixed;
	width: auto;
	text-align: center;
	color: black;
        background-color: #fdf5e6;
	bottom: 0;
	right: 0;
	left: 0;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0;
	font-size: 10px;
}

.change {
	font-size: 10px;
	text-align: right;
	padding-top: 10px;
}
td, th {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

A:link { color: black; background-color: #fafafd; } /* unvisited links */
A:visited { color: black; background-color: #fafafd; } /* visited links */
A:hover { color: black; background-color: #e0f0FF; } /* user hovers */
A:active { color: black; background-color: #d0e0ff; } /* active links */
A.noemph:hover { color: black; background-color: #fafafd; }
A.noemph:active { color: black; background-color: #fafafd; }

.math {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

.pascal {
	font-family: "Courier New", Courier, monospace;
}

.icode {
	font-family: "Courier New", Courier, monospace;
	padding-bottom: 0px;
/*	white-space: pre;*/
	margin: 5px 5px 0px 5px;
}

.code {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 7%;
	margin-right: 13%;
	font-family: "Courier New", Courier, monospace;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	white-space: pre;
	padding: 5px 10px 0px 10px;
/*	width: 300px;*/
}

/*
.block {
	margin-left: +20px;
}

.kw {
	font-weight: bold;
	color: #FFFFFF;
}

.id {
	font-style: italic;
}

.fn {
	font-variant: small-caps;
}

.txt {
	font-family: "Courier New", Courier, sans-serif;
	white-space: pre;
	color: #00FF00;
}

.rem {
	font-style: oblique;
	font-weight: bold;
	text-shadow: Purple;
	color: #999999;
}
*/


/* PRINT */

@media print {
body {
	background-color: white;
}

.invisible {
	visibility: hidden;
	display: none;
}

td.tlind {
	border: none;
}

td.ttind {
	border: none;
}
}

