BODY {
   background-image: "images/stripes.png";
   color: black;
   margin: 0px;
   margin-bottom: 0px;
   padding: 0px;
   font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
}

A {
  color: blue;
  font-size: 12px;
  text-decoration: none;
}

A.leftmenu {
	color: white;
	font-size: 12px;
	font-weight: bold;
}
A.leftmenu:hover {
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

A.inlinetext {
	color: blue;
	font-size: 12px;
	font-weight: bold;
}
A.inlinetext:hover {
	color: blue;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

A.menuitem {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
A.menuitem:hover {
  color: antiquewhite;
  text-decoration: none;
}


A.footerlink {
  color: blue;
  text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}

A:hover {
  color: green;
  text-decoration: none;
}

A.footerlink:hover {
  color: orange;
  text-decoration: none;
}

TD.borderShadow {
  border-right: 2px solid lightgrey;
  border-bottom: 3px solid lightgrey;
}

TABLE.version1 {
  background-color: antiquewhite;
}

TD.border1 {
  border-top: 1px solid gray;
}
TD.border2 {
  border-right: 1px solid gray;
}
TD.border3 {
  border-bottom: 1px solid gray;
}
TD.border4 {
  border-left: 1px solid gray;
}
TD.border24 {
  border-right: 1px solid gray;
  border-left: 1px solid gray;
}
TD.border123 {
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  border-top: 1px solid gray;
}
TD.border124 {
  border-top: 1px solid gray;
  border-right: 1px solid gray;
  border-left: 1px solid gray;
}
TD.border234 {
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  border-left: 1px solid gray;
}
TD.border1234 {
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  border-top: 1px solid gray;
  border-left: 1px solid gray;
}

TD.menuTableHeading{
  background-color: #003D7A; 
  position: relative;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  color: white;
/*  padding: 5px; */
}

TD.tableHeading{
  background-color: #003D7A; 
  border-right: 1px solid lightgrey;
  border-left: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  border-top: 1px solid lightgrey;
  position: relative;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  color:white;
  padding: 5px;
}

TD.tableHeadingDetails{
  background-color: lightblue; 
  border-right: 1px solid black;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  position: relative;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  color: black;
  letter-spacing:1px;
  padding: 5px;
}

TD {
  font-family: Verdana,Arial,sans-serif;
  font-size: 12px;
}

TD.tableBody{
  background-color: white; 
  border-right: 1px solid lightgrey;
  border-left: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  border-top: 1px solid lightgrey;
  position: relative;
  vertical-align: top;
  font-family: Verdana,Arial,sans-serif;
  font-size: 12px;
  color: black;
  padding: 5px;
}

TD.leftText{
  font-family: Verdana,Arial,sans-serif;
  font-size: 12px;
  color: black;
  padding: 5px;
  border-right: 1px solid lightgrey;
}

TD.tableBodyDetails{
  background-color: white; 
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  border-top: 1px solid #9a9a9a;
  position: relative;
  vertical-align: top;
  font-size: 12px;
  font-weight: bold;
  color:#000000;
  letter-spacing:1px;
  padding: 5px;
}

