.n1 {
position:         relative; 
left:             0;
top:			  0;
width: 200;
}
.n1on {
position:         absolute; 
left:             180;
top:			  127;
width: 450;
background-color: #FFFF66;
border: 4px solid #0033FF;
border-style: outset;
padding:4px;
}

.helpon {
position:         absolute; 
left:             180;
top:			  0;
width: 450;
background-color: #FFFF66;
border: 4px solid #0033FF;
border-style: outset;
padding:4px;
}
.emailtr {
position:         absolute; 
right:            50;
top:			  10;
}
.err {
position:         absolute; 
left:             180;
top:			  85;
text-decoration:  blink;
}

/* background colours #FFFF66 */
.bm {background-color: #FFFFFF }

/* table header highlight background colour */
.bh1 {background-color: #A8A8FF}

/* table data background colour */
.bh2 {background-color: #CCCCFF}

/* title/menu frame background colour  */
.bt {background-color: #E0E0FF; margin-left:2px}



/* Text Sizes 1 - 5 e=error*/
.ts1 {color: #000000; font-size:xx-small; font-family: Arial; font-weight: 100;}
.ts2 {color: #000000; font-size:xx-small; font-family: Arial; font-weight: 900; padding-left:5px}
.ts3 {color: #000000; font-size:x-small; font-family: Arial; font-weight: 800; font-style:italic}
.ts3b {color: #000000; font-size:x-small; font-family: Arial; font-weight: 800;}
.ts3n {color: #000000; font-size:x-small; font-family: Arial; font-weight: normal}
.ts4 {color: #000000; font-size:small; font-family: Arial; font-weight: bold; font-style:italic}
.ts5 {color: #000000; font-size:medium; font-family: Arial; font-weight: bold}
.ts5e {color: red; font-size:medium; font-family: Arial; font-weight: bold}

	A { COLOR: #333399; font-color:#333399; TEXT-DECORATION: none}
	A:hover { COLOR:#CC3366; font-color:#000000; back-ground: #DDDDDD}
	A:active { COLOR: #663366; font-color: #663366}

/* nav - anchor hypertext style */
<style id="nav">
	A.nav { COLOR: #333399; font-color:#333399}
	A.nav:hover { COLOR:#CC3366; font-color:#000000; back-ground: #DDDDDD}
	A.nav:active { COLOR: #663366; font-color: #663366}
	.nav { COLOR: #333399; TEXT-DECORATION: none; font-color: #333399}
</style>

/* navB - anchor hypertext style */
<style id="navB">
	A.navB { COLOR: #000000; font-color:#000000}
	A.navB:hover { COLOR:#000000; font-color:#000000; back-ground: #DDDDDD}
	A.navB:active { COLOR: #000000; font-color: #000000}
	.navB { COLOR: #000000; TEXT-DECORATION: none; font-color: #000000}
</style>

