/* CSS Document */

  html, body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    color: #000;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
  }
  img {
  border:0px;
  font-size:80%;
  font-family:"Times New Roman", Times, serif;
  font-style:italic;
  }
  h1 {
  color: #09c;
  font-size:1.5em;
  white-space:nowrap;
  padding:12px 0px 0px 0px;
  }
  .headlink {
  color: #09c;
  font-size:1.4em;
  white-space:nowrap;
  padding:20px 0px 0px 0px;
  }

  .headlink a, .headlink a:visited {
  color: #09c;
  }
  .headlink a:over, .headlink a:active {
  color:#f00;
  }

  .text {
  padding:8px 6px 12px 12px;
  text-align:justify;
  vertical-align:top;
  font-size:0.8em;
  }

  .text a {
    color: #09c;
  }
  .text a:visited
  {
    color: #666;
  }
  .text a:hover {
    color: #f00;
  }

  .header {
  background-color:#ececec;
  color:#ccc;
  font-size:0.9em;
  text-align:center;
  padding:8px 0px 8px 0px;
  }
  .header a {
  padding:5px 16px 5px 16px;
  color: #333;
  text-decoration:none;
  white-space:nowrap;
  border-right:#ccc solid 1px;
  border-bottom:#ccc solid 1px;
  border-left:#fff solid 1px;
  border-top:#fff solid 1px;
  }
  .header a:visited
  {
    color: #666;
  }
  .header a:hover {
    color: #000;
  background-color:#dadada;
  border-style:outset;
  border-right:#999 solid 1px;
  border-bottom:#999 solid 1px;
  border-left:#fff solid 1px;
  border-top:#fff solid 1px;
  }
  .header a:active {
  border:#999;
  }

  .footer {
  background-color:#ececec;
  color:#fff;
  font-size:0.7em;
  text-align:center;
  padding:4px 0px 8px 0px;
  }
  .footer a {
  color: #333;
  white-space:nowrap;
  padding:3px 10px 7px 10px;
  }
  .footer a:visited
  {
    color: #666;
  }
  .footer a:hover {
    color: #f00;
  background-color:#f7f7f7;
  }
  
  	.comment {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:95%;
	margin:0px 10px 0px 10px;
	}
  	.ital {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.1em;
	}

 .aster {
 color:#f00;
 }
 .screens {
 background-color:#ececec;
  text-align:center;
  width:180px;
  vertical-align:text-top;
  padding-top:20px;
  }
 .screens img {
 width:160px;
 height:115px;
 }
#crumbs {
margin-top:12px;
margin-bottom:40px;
color:#09c;
font-family:"Times New Roman", Times, serif;
font-style:italic;
font-size:1.1em;
font-weight:600;
white-space:nowrap;
}
#crumbs a {
text-decoration:underline;
font-size:1em;
}
.logo {
float:left;
margin:0px 16px 4px 0px;
}

