.fissa {
   /* position: absolute; */
   position: fixed;
   background-color: #f0f0e0;
   /* top: 0px; left: 0px; */
   white-space: nowrap;
}

div.stitle
{
	padding-bottom: 2px;
	border-bottom: 1px solid #808080;
	font-size: 120%;
	text-align: left;
	font-weight: bold;
	clear: both;
}

div.title
{
/*	background-image: url("images/background.jpg"); */
/*	background-repeat: repeat; */
	background-color: #e0e0c0;
	color: #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 50px;
	font-weight: italic;
	font-size: 250%;
}

body {
	background:		#f0f0e0;
	color:			black;
	font-family:		Helvetica, sans-serif;
	font-weight:		normal;
	list-style:		outside;
}

a:link {
	color:			#603000;
	text-decoration:	none;
	font-weight:		bold;
}
a:visited {
	color:			#603010;
	text-decoration:	none;
	font-weight:		bold;
}
a:hover {
	text-decoration:	underline;
	font-weight:		bold;
}


.Navigation_Off { 
	background-color: 	#f0f0e0;
	border-color: 		#f0f0e0 #f0f0e0 #f0f0e0 #f0f0e0; 
	border-style: 		solid;
	border-width: 		0px; 
	padding-top: 		1px; 
	padding-bottom: 	1px; 
	padding-right: 		1px; 
	padding-left: 		1px;
}
.Navigation_Off_rollover { 
	background-color: 	#e0e0c0;   
	border-color: 		#f0f0e0 #000000 #603000 #603000;
	border-width: 		0px; 
	padding-top: 		1px; 
	padding-bottom: 	1px; 
	padding-right: 		1px; 
	padding-left: 		1px; 
}

hr {
	width:			75%;
	size:			3;
	align:			center;
}

.Icons {
	border-color: 		#f0f0e0 #000000 #000000 #000000;
	border-width: 		1px; 
	border-style: 		solid;	
}

table.menu {
	width:			100%;
	padding:		10;
	border:			0;
	margin:			0;
}

table.line {
	width:				100%;
	padding:			0;
	border:				0;
	background:			#000000;
}

table.title {
	width:				100%;
	padding:			10;
	border:				1;
	background:			#e0e0c0;
}

table.foot {
/*	background-image: 	url("images/background.jpg");
	background-repeat: 	repeat; */
	background-color:	#e0e0c0;
	color: 				#000000;
	border-top: 		1px solid #808080;
	border-bottom: 		1px solid #808080;
	padding-top: 		12px;
	padding-bottom: 	12px;
	padding-left: 		50px;
	font-weight: 		italic;
	font-size: 		90%;
	padding:		5;
}

table.article {
	width:				100%;
	padding:			4;
	border:				0;
	margin:				0;
}

p{ 
	text-align:			justify;
}

h1 {    
	text-align:			center; 
	font-size:			40px;
	font-weight:		normal;  
	color:				black;
}
h2 { 
	font-size: x-large; 
	font-weight: bold;
}
h3 { 
	font-size: large;
	font-weight: bold;
}

h4 { 
	font-size: large;
	font-weight: normal; 
}

sup {
	font-size: x-small;
} 
sub {
	font-size: x-small;
} 


.linkstable {
	align: right;
	border-width: 1;
	border-style: solid;
	border-color: #a08030;
	padding-left: 0em; 
	padding-right: 0em; 
	padding-bottom: 0em; 
	padding-top: 0em; 
	background-color: #e0e0c0; 
}

ul.links {
	border: 0;
	margin-left: 1.5em;
	padding: 0;
	text-decoration: none;
	text-align: left; 
	font-size: small; 
}

.linkstitle {
	border-width: 0;
	text-align: center; 
	font-weight: bold; 
	font-size: smaller;
	color: white;
}

.paperlinks {
	background-color: #eeeecc; 
	font-size: small;
	text-align: right; 
	padding: 0.2em; 
	margin-right: .4em;
}
.docinfo { 
	width: 100%;
 	margin: 0 0 0 0;
	border-width: 0 0 0 0;
	padding: .2em .2em .2em .2em;
	font-size: small;
	text-align: right; 
	background-color: #c0c0b0; 
	padding-bottom : 0.2em; 
}
.headline { 
	width: 100%;
	margin: 0 0 0 0;
	border: 0 0 0 0;
	padding: .2em .2em .2em .2em;
	text-align: right; 
	background-color: #c0c0b0; 
}
.subheadline { 
	width: 100%;
	margin: 0 0 0 0;
	border: 0 0 0 0;
	padding: .2em .2em .2em .2em;
	text-align: left; 
	background-color: #e0e0c0;
}

code { 
	font-family: monospace; 
	font-size: medium;
}
pre { 
	font-family: monospace; 
	margin-left: 2em; 
}
dt, dd, ul { 
	margin-top: 0; 
	margin-bottom: 0; 
}
dt { 
	font-weight: bold; 
}
