body {
  background-color: #77cccc;
}

h1, h3, h4{
  text-align: center;
}

th {
  text-align: center;
  border: 1px solid green;
  border-collapse: collapse;
  color: #003300;
  background-color: #ccffff;
}

table {
  width: 98%;
  background-color: #ddffff;
  border: 4px double green;
  border-collapse: collapse;
}

.tablebig {
  font-size: 8pt;
  font-family: Arial, sans-serif;
  background-color: #ddffff;
  color: #000000;
  border: 2px solid green;
  
}

.tablebig td{
  border: 1px dashed green;
  padding: 6px 12px;
}

.tablebig tr:hover{
  background-color: #bbffff;
}

.lMenu {
	color: #044444;
	background: url(imgee/gradlmenu.png);
	background-repeat: repeat-y;
	font-family: Georgia, Times, serif;
	font-size: 8pt;
	font-weight: 600;
  text-align: left;
  vertical-align: top;
  width: 188px;
}

 .lMenu A:link {
	color: #044444;
	text-decoration: none;
	text-align: left;
}

 .lMenu A:visited {
	color: #044444;
	text-decoration: none;
	text-align: left;
}

 .lMenu A:hover {
	color: #ffcc33;
	text-decoration: underline;
  text-align: left;
}

 .rMenu {
 	color: #044444;
	background: url(imgee/gradrmenu.png);
	background-repeat: repeat-y;
	font-family: Georgia, Times, serif;
	font-size: 9pt;
	font-weight: 600;
	font-style:italic;
  vertical-align: top;
 }

ul {
  font-size: 12px;
  line-height: 14px;
  font-family: Verdana;
  font-style: italic;
  text-align: left;
  color: #044444;
  padding-left: 12px;
}
.cssmenu ul {
   padding: 0;
   margin: 0;
   list-style: none;
   width: 180px;
   position:relative;
   border-bottom: 1px solid #ccc;
   font-family: Georgia, Times, serif;
   font-size: 8pt;
   font-weight: 600;
}

.cssmenu li {
   float: left;
}

.cssmenu li a, .cssmenu li a:visited {
   display: block;
   width: 179px;
   height:18px;
   line-height:18px;
   text-indent:0px;
   border: 1px solid #ffffff;
   border-width:1px;
   color: #044444;
   background: url(imgee/gradlmenu.png);
}
.cssmenu li a:hover {
   color: #ffffcc;
	background: url(imgee/gradlmenu.png);
}
.cssmenu li:hover {
	position: relative;
}
.cssmenu li:hover > ul {
	visibility: visible;
}
.cssmenu li:hover > a {
   color:#ffffcc;
   background: url(imgee/gradlmenu.png);
}
.cssmenu ul a:hover ul {
   visibility:visible;
}

.cssmenu ul a:hover ul ul {
   visibility:hidden;
}
.cssmenu li ul {
	visibility: hidden;
	position: absolute;
	left: 179px;
	top: 0px;
}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
  color: #044444;
	background: url(imgee/gradlmenu.png);
	padding: 3px;
	border: 0px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
	}

.cssmenu table {
   position:absolute;
   border-collapse:collapse;
   top:0;
   left:0;
   z-index:100;
   font-size:1em;
}
* html .cssmenu a:hover {
   color:#ffffcc;
   background: url(imgee/gradlmenu.png);
   position:relative;
}
 .bar {
  background-image: url(imgee/bar.png);
  height: 18px;
}
 .bartab {
  border: 0;
  border-collapse: collapse;
  border: 2px ridge green;
  width: 100%;
  font-family: Verdana;
  font-size: 12px;
	font-weight: bold;
	color: #000033;
	text-align: center;
	padding: 0;
}
 .bMenu A:link {
	color: #000033;
	text-decoration: none;
}
 .bMenu A:visited {
	color: #000033;
	text-decoration: none;
}
 .bMenu A:hover {
  background-image: url(imgee/gradinv.png);
	color: #ccffff;
	text-decoration: none;
	display: block;
}
