/* Presentation Stylesheet */
p {
 font-family: Arial, Helvetica, sans-serif;
/*  font-size: 1.2em; */
 }
ol {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1.2em;
 }
li {
/*  font-size: 1.2em; */
 }
 ul {
 font-family: Arial, Helvetica, sans-serif;
 }
h1 {
	line-height:1.2em;
	}
h2 { font-size: 1.5em;
	line-height: 1.2em;
 }
h3 {
 text-align:center;
 margin:0;
 padding: 20px 0;
 }
h4 {
 margin:0;
 padding: 5px 0;
 }
h5 {
font-size: 1.2em;
 }
 
img {
  border:0;
  }
#menu a, #menu a:visited {
  text-decoration:none;
  text-align:center;
  font-size: 1.2em;
  background-color:#757575;
  /*background:url(images/paw2.gif);
  background-repeat:no-repeat;*/
  border-color:black;
  color:white;
  display:block;
  border:solid;
  border-width:1px 0 1px 1px;
  margin-left:auto;
  width:130px;
  margin-top:10px;
  height:20px;
  cursor:pointer;
  }
#menu a:hover {
  background-color:white;
  color:black;
  background-repeat:no-repeat;
  }
#current a {
	background-color:white;
  font-size:1.2em;
  border:solid;
  border-width:1px 0 1px 1px;
  color:black;
  width:132px;
  margin-top:10px;
  margin-left:auto;
  height:20px;
  }
#current {
  background-color:white;
  font-size:1.2em;
  border:solid;
  border-width:1px 0 1px 1px;
  color:black;
  width:132px;
  margin-top:10px;
  margin-left:auto;
  height:20px;
  }
/*#menu {width:120px; margin-left:20px;}
#menu a, #menu a:visited {display:block; width:100%; height:20px; line-height:20px; text-decoration:none; color:#000; background:url(off.gif); background-repeat:no-repeat;}
#menu a span {padding-left:25px;}
#menu a:hover {display:block; width:100%; height:20px; cursor:pointer; text-decoration:none; color:#c00; background:url(on.gif); background-repeat:no-repeat;}
*/