body
    {
        margin: 10px 3px;
        padding: 0;
        font-family:verdana, arial, sans-serif;
        background-color:#ffffce;
    }
    
body,td {
	color: #000000;
        font-size: 80%;
	}

#main {
  margin-left: 170px;
}

#header { 
  margin-left: 0px;
  padding-left: 5px;
  height: 140px;
}

#header2 { 
  text-align: center;
  height: 112px;
}

a:link {
    color: blue;  }
a:visited {
    color: purple;  }
a:active {
    color: red; }  
a:hover {
    color: green; }

h1  { font-size: 150%; }
h2  { font-size: 130%; }
h3  { font-size: 110%; }

big { font-size: 90%; }
th  { font-size: 90%; }

abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}

div.buttons {
  width: 100%;
}

li.button {
  display: block;
  float: left;
  width: 65px;
  text-align: center;
  list-style: none;
  border: 1px solid #ffffce;
}

li.button a {
  text-decoration: none;
}

li.button a:hover {
  text-decoration: underline;
}

li.button:hover {
  border: 1px solid green;
}

/* required to do the javascript opacity trick
li.button img {
  filter:alpha(opacity=50);
}
*/

#foot {
  border-top: 1px solid #333;
  margin-top: 13px;
  padding-top: 10px;
}

#foot ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#foot ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}

#foot ul li:before {
	content: "\21d2\2002";
/* /2002/00bb/2009 */
	}
	
.links ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

.links ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}

.links ul > li:before {
	content: "\2002\2022\2002";
	}

.links ul > li:first-child:before {
	content: "";
	}

.skiplink {display:none}

input:focus {
	border: 2px solid #000;
	}

/* *[accesskey]:after { content: " {" attr(accesskey) "}" } 
*[tabindex]:after { content: " [" attr(tabindex) "]" } */