
body, tr, td, th {
  font-family: Verdana, Arial, Helvetica, sans-serif, Lucida Grande, Geneva ;
  line-height: 120%;
  font-size: 90%;
}

body {
  margin: 0;
  margin-bottom: 2em;
  background : #ffffff;
  color: #000000;
  /* background-image: url(images/backstripes.gif); */
}

input, textarea, select {
  font-family: Arial, Helvetica, sans-serif, Lucida Grande, Geneva ;
}

a:link { color: #006; }
a:visited { color: #006; }
a:hover { color: #FF8400; }
a:active { color: #000; }

h1 {
	font-size: 135%;
	color: #999999;
	font-weight: bold;
	margin-top: 0px;
}

h2 {
	font-size: 115%;
	color: #666666;
	font-weight: bold;
}

h3 {
	font-size: 115%;
	color: #666666;
	font-style: italic;
	font-weight: normal;
}

h4 {
	font-size: 115%;
	color: #666666;
	font-weight: bold;	
	margin-bottom: 0px;
}

h5 {
	font-size: 100%;
	color: #666666;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 0px;
}

h6 {
	font-size: 100%;
	color: #666666;
	font-weight: bold;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 0px;
}

p {
	margin-top: 0px;
}

.VerticalSpace {
  padding-bottom: 15px;
}

/* DebugInfo Box */

.debugInfo {
 background: blue;
 border: 2px solid blue;
    visibility: hidden;
    position : absolute;
 /*   width : 250px;
    height : 250px; */
    z-index : 10;
    left : 100px;
    top : 100px
}


