body {
	background-color: #FFFFEF;
	background-image: URL('./images/watermark.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	font-family: helvetica, lucida, arial, sans-serif;
	color: #000000
	padding: 0;
	margin: 0;
	}
	
#head {
	background-image: URL('./images/lines_top.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 172px;
	vertical-align: top;
//	margin-top: -2px;
	}

#menu {
	background-image: URL('./images/lines_side.gif');
	background-repeat: repeat-y;
	width: 150px;
	vertical-align: top;
	height: auto;
	}
	
#main {
	background-image: URL('./images/lines_side_2.gif');
	background-repeat: repeat-y;
	position: absolute;
	left: 140px;
	top: 160px;
	padding: 0px 40px 20px 20px;
	}
	
#main h1,h2,h3,h4,table,p,ul {
	margin-left: 25px;
	}
	
#langbox {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: right;
	padding-top: 3px;
	}
	
a {
	color: #630;
	}
	
a:hover, a:active {
	color: #C06919;
	text-decoration: none;
	}
	
	
p {
	max-width: 40em;
	margin-top: 25px;
	margin-left: 25px;
	text-align: justify;
	line-height: 1.3;
	}
	
.ilink {
	padding: 2px 0 1px 20px;
	border: none;
	background-color: #FFFFEF;
	}
	
.hl {
	color: #402000;
	}
	
.label {
	text-align: right;
	padding: 1px;
	border-right: 1px solid #C61;
	}

.label2 {
	text-align: right;
	padding: 4px;
	border-right: 1px solid #C61;
	border-bottom: 1px dashed #C61;
	}
		
.field {
	text-align: left;
	padding: 4px;
	border-bottom: 1px dashed #C61;
	}
	
.field input {
	width: 20en;
	}

ol li {
	padding-top: 10px;
	}
	
.ast {
	color:#F00;
	font-weight:bold;
	}
	
.ci {
	text-align: center;
	border: none;
	}
	
.timet td {
	padding: 2px;
	text-align: left;
	}

.timet th {
	font-weight: normal;
	font-style: italic;
	padding: 2px;
	padding-right: 5px;
	width: 5em;
	text-align: right;
	vertical-align: top;
	color: #330;
	}