.linkblack A:link {text-decoration: none; color: black; FONT-weight: bold; font-size: small;}
.linkblack A:visited {text-decoration: none; color: black ; FONT-weight: bold; font-size: small;}
.linkblack A:active {text-decoration: none; color: black ; FONT-weight: bold; font-size: small;}
.linkblack A:hover {text-decoration: none; underline: none; color: black; FONT-weight: bold;  font-size: small;}


body {
		margin: 0px 40px 0px 40px;
		background-color: #deabd4;
		font-family: 'Bitstream Vera Sans',Verdana,sans;
	}
 
    dfn {
		background-color: fff600;
    }
	
	#page {
		margin: 5px;
		border-left: 1px solid black;
		border-right: 1px solid black;
		background-color: white;
	}
	
	#title {
		position: absolute;
		top: 194px;
		left: 220px;
		font-style: italic;
		padding: 3px;
		margin: 0px;
	}
	
	#subtitle {
		position: absolute;
		top: 5px;
		right: 73px;
		color: 21689c;
		font-size: small;
		padding: 2px;
		margin: 0px;
	}
	
	#sectionnav {
		position: absolute;
		top: 260px;
		left: 80px;
		width: 120px;
		padding-right: 10px;
		background-image: url("navstripe.png");
		background-repeat: no-repeat;
		background-position: top right;
		
	}

	#sectionnav a {
		display: block;
		text-decoration: none;
		color: black;
		padding: 4px;
		font-size: small;
		padding-left: 16px;
	}
    #sectionnav b {
     display: block;
     text-decoration: none;
     color: black;
     padding: 4px;
     font-size: 70%;
     padding-left: 18px;
   }


	#sectionnav a:hover {
		color: gray;
		background-image: url("page-images/y.png");
		background-repeat: no-repeat;
		background-position: center left;
	}
	
	#content {
		position: relative;
		margin: 0px 50px 20px 180px;
		padding-right: 10px;
	    font-size: 90%;
	}
	
	h3 {
		border-bottom: 1px solid #cccccc;
	}
	
	hr {
		color: #023390;
		background-color: #023390;
	}
	
	kbd {
		font-size: 90%;
		white-space: pre;
	}
	
	.fr {
		padding: 2px;
		margin: 2px;
		border-bottom: solid 1px #e0e0e0;
	}
	
	.fr .image {
		padding: 10px;
	}

	.fr .desc {
		float: right;
        font-size: small;
		text-align: justify;
		padding: 5px;
		width:75%;
	}
	#teamtab {
	   font-size: small;
		text-align: center;
		padding: 5px;
		width:46%;
		padding: 10px;
	}		

	.navheader {
		margin-top: 50px;
	}
	
	code {
		font-family: courier,courier-new,fixed;
		white-space: pre;
	}
	
	.note {
		background-color: #ffdb43;
		border: 1pt solid #6e8ae6;
		padding: 4pt;
		margin: 5pt;
	}
	
	.navbox {
		background-color: #6e8ae6;
		border: 1pt solid #ffdb43;
		padding: 4pt;
		margin: 5pt;
		text-align: center;
		font-family: Arial,Helvetica,sans-serif;
	}


div.figure {
  float: left;
  text-align: right;
  margin: 0pt 15px 15px
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
	
	.navbox a {
	   color: #ffffff;
	}
	div.publist{
        text-align: left;
	}
	div.publist ul.even{
        margin-left: 0px;
        list-style-type: none;
        padding-left: 0.5em;
        margin: 0;
        background-color: #dedcf2;
	}
	div.publist ul.odd{
        margin-left: 0px;
        list-style-type: none;
        padding-left: 0.5em;
        margin: 0;
	}
 	div.publist ul li.code {
        FONT-weight: bold;
        margin-top: 0.5em;
	}
	div.publist ul li{
        font-weight: normal;
        font-style: normal;
	}
 	div.publist ul li.authors {
        font-style: normal;
	}
	div.publist ul li.title {
        font-style: italic;
	}
	div.publist ul li.news {
        FONT-weight: bold;
        font-size: small;
	}
 	div.publist ul li.description {
        font-weight: normal;
        font-style: normal;
        font-size: small;
	}
 	div.publist ul li.link {
        font-style: normal;
	}
    #footer {             
             text-align: center;
             color: gray;
             font-size: x-small;
             border-top: 1px solid #cccccc;
             margin-top: 30px;
   }

