body, td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px }
a { text-decoration: none; }
a:hover	{ text-decoration:	underline; }
img { border: 0; }
.error { color: #FF0000; font-weight: bold; }
.sidebar { font-size: 12px; text-decoration: none ; color: #FFFFFF }
.sidebar a { color: #FFFFFF}
.footer { font-size: 11px; text-decoration: none ; color: #FFFFFF }
.footer a { color: #FFFFFF}
.subTitle {  font-size: 14px; font-weight: bold}
.bold {  font-weight: bold }
.boldBlue {  font-weight: bold; color: #0000FF }
.strikeOut {  text-decoration: line-through}
.code {  font-family: "Courier New", Courier, mono; color: #660000}
.firstParagraph:first-letter {font-size: 150%;}
h1 {
	font-size: 36px;
	font-weight: bold;
	color: #0000FF;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #0000FF;
}
.highlight {
	background-color: #FFFF00;
}

#button {
  width: 149px;
  border-right: 1px solid #014901;
  padding: 0;
  background-color: #005200;
  color: #333;
}

#button ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
  
#button li {
  border-bottom: 1px solid #005200;
  margin: 0;
}

#button li a {
  display: block;
  padding: 5px 5px 5px 0.5em;
  border-left: 10px solid #006B00;
  border-right: 10px solid #02B202;
  background-color: #019001;
  color: #fff;
  text-decoration: none;
  width: 100%;
}

html>body #button li a {
  width: auto;
}

#button li a:hover {
  border-left: 10px solid #1c64d1;
  border-right: 10px solid #5ba3e0;
  background-color: #2586d7;
  color: #fff;
}
