/* TEXT STYLES */
body {
  font-size: 100%;
  margin:0;
  padding:0;
  background-color: rgb(224,224,224); /*BodyBackColour*/
  font-family: Arial, Helvetica;
  color: rgb(000,000,000); /*BodyForeColour*/
}

a {
  text-decoration:none; color:blue; /* rgb(000,000,000); */
}

p
{
   margin-left: 32px;
   margin-right: 32px;
/*   margin-top: 15px;
   padding-top: 15px;*/
}

h1, h2, h3, h4, h5, h6
{
   font-family: Arial Rounded MT Bold, Arial, Helvetica;
}

h1 {
	font-size: 1.5em;
	margin:0; 
	padding:0;
}

/* .standard {
   color: rgb(000,000,000); /* BodyForeColour*/
/*   margin-top: 0;
   margin-bottom: 5px;
   font-size: 0.8em;
} */

.standard-basic, .standard {
   margin-top: 0;
   margin-bottom: 0.3em;
   font-size: 0.8em;
}


/* .arrow {
   color: rgb(000,000,000); /* PrevNextForeColour*/
/*   margin-top: 0;
   margin-bottom: 0; 
   font-size: 1em;
} */

.last {
   /*color: rgb(255,128,051); /*H1ForeColour*/
   margin-top: 0;
   margin-bottom: 0;
   margin-left: 5px;
   font-size: 0.8em;
   padding: 0;
}

.maintext {
   margin-right: 32px;	
}

ol {
	margin-left: 32px;
}


.NormalText {
   margin-right: 32px;	
/*   margin-top: 0em; */
}

.HeaderText {
   margin-right: 32px;
   /* margin-left: 1.5em; */
   font-weight: bold;
}

.LinkText {
   margin-right: 32px;	
   color: blue;
/*   margin-top: 0em; */
}


/* ol {
	margin-left: 0;
} */

li {
	margin-left: 3px;
	padding-left: 0;
}

#subHeader {
  margin-left:19px;
  margin-bottom:6px;
  margin-right:19px;
  padding-left:16px;
  padding-bottom:2.4px;
  padding-top:2.4px;
  padding-right:64px;
  border-width: 2px; /*  2px;*/
  border-style: solid;
  border-color: rgb(022,062,100); /*H1BackColour000,000,128*/
  font-size:1em;
  color: rgb(000,000,000); /*H2ForeColour*/
  background: rgb(255,255,255); /*H2BackColour*/
  max-height: 64px;
}

#subHeader h2 { 
  margin-top:0; 
  margin-bottom: 0; 
  /* white-space: nowrap; */
  overflow: hidden;
}

#footer {
  position: relative;
  top: 16px;
  bottom: 0;
  padding: 4px;
  background: rgb(022,062,100); /*H1BackColour*/
  color: rgb(166,202,236); /*H1ForeColour*/
  clear: both; 
  margin-left: 20px;
  margin-right: 20px;
}

.last-basic, .last {
   margin-top: 0;
   margin-bottom: 0;
   font-size: 0.8em;
}

.logo {
  position: absolute;
  right: 25px;
  top: 38px;
}

#ADSS-Logo {
	/* float: center;  */
	width: 260px;
	margin: 16px;
	margin-top: 0;
	padding: 16px;
	border-width:  12px;
	border-style: solid;
	border-Color: RGB(022,062,100); /*H1BackColour*/
}

table, th, td {
  border: 1.5px solid black;
  border-collapse: collapse;
  margin-top: 12px;
  padding-left: 3px;
  padding-right: 3px;
}

.LeftArrow {
  position: relative;
  top: 1.8em; 
  clear: both; 
  margin-left: 2em;
}


.LAText {
  position: relative;
  top: 0em; 
  left: 2em;
  clear: both; 
  margin-left: 2em;
}

.RightArrow {
  position: relative;
  float: right;
  top: -2.9em;
  margin-right: 3em;
  clear: both; 
}


.RAText {
  position: relative;
  float: right;
  top:-1.2em;
  margin-right: 5em;
  clear: both; 
}

.caption {
  position: absolute; 
  padding: 0.45em; 
  text-align: left; 
  font-size: 0.85em; 
  bottom: 0;
  white-space: nowrap;
  overflow: hidden;
}

.clearing {
  height: 0;
  clear: both;
}

.arrow-basic, .arrow {
   margin-top: 0;
   margin-bottom: 0em; 
   font-size: 1em;
}

.last-basic, .last {
   margin-top: 0;
   margin-bottom: 0;
   font-size: 0.8em;
}

