/* CSS Document */
 
body {
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size: 1em;
background: lightcyan url(images/background_aresby.gif) no-repeat fixed top left;
}

h1 {
font-size: 1.5em;
font-weight:bold;
margin-top: -2px;
margin-bottom: -5px;
}

p { 
font-size:0.9em;
}

.last {
margin-bottom: -2px;
}

.contents {
background-color: white;
border: 4px solid blue;
margin: 17px 40px 1px 50px;
padding: 10px 20px 0px 20px;
height: 472px;
overflow-y:auto;
}

.breadcrumb {
font-size: 0.75em;
color: darkgray;
position:absolute;
top:2px;
right:50px;
}

.intro {
background-color:white;
margin-top: 10px;
margin-bottom: 10px;
font-size: 0.8em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bolder;
color: #0000FF;
}

.code {
background-color:#FBFCD1;
border: 1px solid lightblue;
color: slateblue;
padding: 5px 10px 1px 10px;
font-family:"Courier New", Courier, monospace;
font-size:1em;
width: 98%;
margin-left:0px;
margin-top: 5px;
margin-bottom: 0px;
}

.comment{
color:forestgreen;
font-family:Arial;
font-size:0.9em;
}

.instruction {
background:white;
margin-top: -5px;
margin-left: 0;
margin-bottom:20px;
font-family:arial;
font-size:0.9em;
}

.ed {
font-style:italic;
color: forestgreen;
}

.info {
color:forestgreen;
cursor:help;
}

/* Page Navigation */
.pageNav {
margin-top: 5px;
width: 100%;
}

.pageNav {
border-top: 2px solid gray;
}

.prevpage a:link,
.prevpage a:visited,
.nextpage a:link,
.nextpage a:visited {
text-decoration:none;
}

.prevpage a:hover,
.nextpage a:hover {
text-decoration:underline;
color: red;
}
.prevpage {
text-align:left;
font-size: 0.75em;
font-weight: bold;
color: #0033CC;
}

.jumppage{
text-align:center;
}

.nextpage {
text-align:right;
font-size: 0.75em;
font-weight: bold;
color: #0033CC;
}

/* Field set */
.utilityFS {
background-color:#FFFFD2;
font-size: 0.9em;
margin-bottom: 20px;
}

.utilityFS legend {
color: blue;
font-weight:bold;
}

.utilityFS a:link, 
.utilityFS a:visited{
color:forestGreen;
text-decoration:none;
border-bottom: 1px green dotted;
}

.utilityFS a:hover {
color:red;
text-decoration: underline;
border-bottom: 0;
}