body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	background: #FEF1E1 url(/images/oct_generic_page.jpg) no-repeat center top;
	/*old background colour #FEF1E1 to match page*/
}

a.evnav:link {font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #000099; font-weight: bolder}
a.evnav:visited {font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #000099; font-weight: bolder}
a.evnav:hover {font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #0066FF; font-weight: bolder; text-decoration:underline}
a.evnav:active {font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #000099; font-weight: bolder}

a.tandc:link {font-family:Arial, Helvetica, sans-serif; font-size:9px; color: #333333; font-weight: bolder}
a.tandc:visited {font-family:Arial, Helvetica, sans-serif; font-size:9px; color: #333333; font-weight: bolder}
a.tandc:hover {font-family:Arial, Helvetica, sans-serif; font-size:9px; color: #999999; font-weight: bolder; text-decoration:underline}
a.tanc:active {font-family:Arial, Helvetica, sans-serif; font-size:9px; color: #CCCCCC; font-weight: bolder}



menu1 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFF00; font-weight: bolder}
a.menu1 {font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; color:#FFFF00;; font-weight: bolder} 
a.menu1:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFF00; font-weight: bolder}
a.menu1:link {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFF00; font-weight: bolder}
a.menu1:hover { color:#00FFFF; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: bolder} 

database {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFF00; font-weight: bolder}
a.database {font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; color:#000099;; font-weight: bolder} 
a.database:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000099; font-weight: bolder}
a.database:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	font-weight: bolder;
	text-decoration: none;
}
a.database:hover { color:#FF0000; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: bolder} 


/* proper starts here */

.scrollDiv {
height:380px;
width: 600px;
overflow:auto;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	vertical-align: top;
	line-height: normal;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	
}
a:visited {
	color: #333333;
	font-size: 12px;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #333333;
}

a:hover {
	color: #999999;
	font-size: 12px;
	text-decoration: underline;
}
a:link {
	color: #333333;
	font-size: 12px;
	text-decoration: underline;
}
a {
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
}
.keycontact_emphasise {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #009900;
}

#navbar /* basic menu items format */
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000099;
	position: relative;
	float: ; /*left*/
	z-index: 9;
	font-weight: normal;
	clip: rect(auto,auto,auto,auto);
	top: 1px;
	left: 1px;
	}
 
#navbar, #navbar ul /* background of menu items*/
{
	padding: 0px 0px;
	line-height: 1.em;
	width: 56em;
	z-index: 9;
	
} 

#navbar a /*when its a link*/
{
	display:	block;
	width:		auto;
	font-weight: normal;
	color: #000099;
	z-index: 9;
	text-decoration: underline;
	text-align: left;
	
	
}

#navbar li /* all list items */
	{
	float: left;
	width:		7em;
	position: relative;
	padding: 0px 0px;
	z-index: 9;
	background: ;/*none*/
	list-style: none;

	}

#navbar li ul /* second-level lists */
	{
	position:	absolute;
	width:		6em;
	left:		-999em;
	top: 1.0em;
	z-index: 9;
	background: /*	Moved to nav 
	display: none;
	left: 0;
	padding: 4px 0px;
	*/
	}
	
#navbar li:hover ul, #navbar li.sfhover ul {
	left: 0;
	z-index: 9;
	text-align: left;
	background-color: ;
}

#navbar a:hover
{
	background-color: ;
	z-index: 9;
	color: #00CC00;
	text-decoration: none;
}

#navbar li li /* drop down list */
	{
	display: block;
	padding: 0px 2px;  /*0 = vertical distance of items - 4= horiz position
	line-height: 1. em;  /*distance between lines on drop down list*/
	width:6em;
	z-index: 9;
	}
h4 {
	font-family: Arial, Helvetica, sans-serif; /*sub headings*/
	font-style: italic;
	color: #FFCCFF;
}
.subheadlayers {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 16px;
	color: #000066;
	font-weight: bold;
}
.tinytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
h1 {
	color: #666666;
}
h2 {
	color: #666666;
}
.bigtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #000099;
	font-weight: bold;
	font-style: italic;
}
.behaviour {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
h3 {
	color: #666666;
}

.blacktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.greentext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	color: #000099;
}
.middletext {
	font-family: "Arial Black";
	font-size: 18px;
	color: #666666;
	font-weight: normal;
}

.bulletlist{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	vertical-align: middle;
	padding: 0 0 0px 0;	
}
.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

/*pop up window*/
#note1 {
         position: relative;
         /*top: 30px;
         left: 160px;*/
         background: #CCCCCC;
         padding: 10px; 
         border: 1px solid #000;
         z-index: 1;
         visibility: hidden;
         font: bold 11px "Verdana", Arial, Helvetica, sans-serif;
         color: #000;
}
h1 {
	font-size: 14px;
}
