* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  position: relative;
  height: auto !important;
  min-height: 100%;
  background-color: White;
}

body, td, a, div, p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

div, td {
  color: Black;
}

div.header {
  color: Navy;
  padding: 4px 5px 4px 4px;
  height: 20px;
  border-bottom: 1px solid Navy;
  margin-bottom: 3px;
  font-weight: bold;
}

div.menu-bottom {
  background-color: #D2D9EC;
  width: 100%;
  text-align: center;
  font-size: 11px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
div.menu-bottom td {
  padding: 2px 5px 2px 5px;
  font-size: 11px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:link {
  color: Navy;
}

a:visited {
  color:Navy;
}

h1 {
  font-size: 18px;
  color: #4e5e80;
  padding: 5px 5px 5px 0;
  margin: 8px 0 5px 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #4e5e80;
	text-align: center;
	padding-bottom: 6px;
	padding-left: 20px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #4e5e80;
	padding-bottom: 6px;
}

div {
	text-align: left;
	padding: 5px 10px 5px 15px;
}

ul, ul li {
	list-style: disc outside;
	padding-left: 15px;
	margin-left: 10px;
}

ol, ol li {
	list-style: decimal outside;
	padding-left: 15px;
	margin-left: 10px;
}

td#menu1,
td#menu2,
td#menu3,
td#menu4 {
  padding: 0 10px 0 0;
}

#menuline1,
#menuline2,
#menuline3,
#menuline4 {
  color: Navy;
  cursor: pointer;
  padding: 0 5px 0 14px;
  text-decoration: underline;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url(images/square01.gif);
}

#menublock1,
#menublock2,
#menublock3,
#menublock4 {
  visibility: hidden;
  position: absolute;
  padding: 7px 5px 5px 10px;
  white-space: nowrap;
  line-height: 20px;
  border: 1px solid Navy;
  background-color: White;
}

.select {
	background-color: white;
	border: 1px solid Navy;
	
}

.unselect {
	background-color: #D2D9EC;
	border: none;
}

#menumain {
	background-image: url(images/square01.gif);
	background-position: left;
   background-repeat: no-repeat;
	text-indent: 12px;
}

.table {
	padding: 3px 3px 3px 3px;
}

.yellowbar {
	background-color: #FFD700;
	height: 3px;
}
