body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	background: #FEF1E1 url(/images/oct_home-page.jpg) no-repeat center top;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:visited {
	color: #000099;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #000099;
}

a:hover {
	color: #000099;
}
a:link {
	color: #000099;
}
a {
	text-decoration: underline;
	font-weight: normal;
}

.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: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000099;
	position: absolute;
	float: left;
	z-index: 9;
	font-weight: bold;
	clip: rect(auto,auto,auto,auto);
	top: 0px;
	right: 0px;
	font-style: italic;
	}
 
#navbar, #navbar ul /* background of menu items*/
{
	padding: 0px 0px;
	line-height: 6.em;
	width: /*10em;*/
	z-index: 9;
	
} 

#navbar a /*when its a link*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	display:	list-item;
	width:		auto;
	color: #000099;
	z-index: 9;
	text-decoration: underline;
	text-align: left;
	line-height: normal;
	font-weight: bold;		
	
}

#navbar li /* all list items */
	{
	float: left;
	width:		10em;
	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: #666666;
	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;
	}
	
	.bigtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #000099;
	font-weight: bold;
	font-style: italic;
}

p {
	line-height: normal;
	margin: 0;
	padding: 0 0 6px 0;;
}
.boldblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}
.behaviourlinl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	text-decoration: underline;
}

