.heading {
 font-family: Book Antiqua;
   font-size: 48px;
    font-weight: bold;
color: #006EA5;

}

.abs { position:absolute; left:190px; 
top:70px } 




.text {
	COLOR: black; 
	TEXT-DECORATION: none; 
	text-align:justify;
	font-family: Verdana; 
	font-size: 10pt; 
	font-weight: normal;

	
	}

.text a {
 color: #006EA5; /* text colour */

 text-decoration: underline;
}

	
	
.heading1 {
	COLOR: black; 
	TEXT-DECORATION: none; 
	font-family: Verdana; 
	font-size: 14pt; 
	font-weight: bold;
    color: black;
    text-align: center;
	
	}

	

.heading3 {
	COLOR: black; 
	TEXT-DECORATION: none; 
	font-family: Verdana; 
	font-size: 10pt; 
	font-weight: bold;

	
	}


.menulist, .menulist ul {
 margin: 0;
 padding: 0;
 width: 120px;
 list-style: none;
 text-align: right;
 font-family: Times New Roman;
   font-size: 18px;
    font-weight: bold;

  
}

.menulist ul {
 display: none;
 position: absolute;
 top: -1px;
 left: 122px;
   text-align: left;
 border: 1px solid silver;
    
 }

.menulist li {
 position: relative;
 background: white /* background */

}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 color: #006EA5; /* text colour */

 text-decoration: none;
border: 0px solid silver;
}

/*
 Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus.
*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF; /* mouseover text colour */

 background-color: #006EA5/* mouseover box colour A64*/
}
.menulist a.highlighted {
 color: #FFF; /* mouseout text colour */
 background-color: #99CCFF; /* mouseout box colour C86*/
 
}


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist li {
 float: left;
 width: 100%;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hacks */