<!-- 	 
	GLOBAL STYLES FOR CSE DEFINED HERE
	USE DEFINED CLASSES AS FOLLOWS:
	topmenucell - top utilities link section [table cell]
	navigationbar - light grey navigation bar below main header section [table cell]
	sidemenulist - left hand side of page menu links [table cell]
	menulistnonlink - left hand side page non linked items [use to define table cell]
	bullets - use to define bulleted items in page body
	anchorbullets - use to define bulleted anchor lists at the top of the page
	footer - csiro info etc defined at the bottom of the page [paragraph]
	footerhome - csiro info etc as defined at the bottom of the site home page [paragraph]
	menutext - defines orange bulleted text for creating linked lists
	linksbox - quick links or highlight box on top right of some lead pages
	
	There are 3 extra defined link [a] style classes, navigationbar, topmenu and menulist.
	These define the LINK styles for the navigationbar, items in the top utility link menu, and the
	left hand side menu list respectively
 -->

body
{
font-size: 100%;
color:#000000;
background-color:#ffffff;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}

body, p, h1, h2, h3, h4, blockquote, table, td, th, ul, ol
{font-family: verdana,helvetica,arial,sans-serif;}

p {font-size: 80%; line-height: 110%}
p.dropdownheads {font-size: 60%; margin-bottom:2px; line-height: 120%; color:#ffffff}

ul {font-size: 80%; line-height: 120%; margin-bottom:20px}
ul.anchorbullets {font-size: 80%; line-height: 120%; margin-bottom:40px; list-style-type: square; list-style-position:outside;}
ol {font-size: 80%; line-height: 120%; margin-bottom:20px}
li {margin-bottom:10px}
li.tight {margin-bottom:1px}

h1 {font-size:100%; font-weight: bold; color: #3366cc}
h2 {font-size:90%; font-weight: bold; margin-top:5px;margin-bottom:5px; color: #cc9933}
h3 {font-size:85%; font-weight: normal; color: #3366cc}
h4 {font-size:80%; font-weight: bold; color:  #000000}

.topmenucell {font-size: 60%; }
.topmenucellover {font-size: 60%; background-color: #cc9933; color: #000099; cursor: hand}
.topmenucellout {font-size: 60%; background-color: #000099; color: #cc9933}
.linksbox {font-size: 60%; color: #000000; font-family: verdana,helvetica,arial,sans-serif}

td.navigationbar
{font-size: 10px;}

td.sidemenulist
{font-size: 70%; font-family: arial,helvetica,verdana,sans-serif; color:#3399cc; background-color: #dfeff9}

.menulistnonlink {font-size: 70%;}
.bullets {font-size: 80%; list-style-type: square; list-style-position: outside}
.footer {color: #666666}
.footerhome {color: #6699ff}
.menutext {font-size: 80%}
.heading { font-size: 110%; color: #3366CC; font-weight: bold}

hr  {background-color:transparent; color:#cc9933; height:1px; }

a.nounderline{text-decoration:none}

a:link    {color:#3366cc; background-color:transparent}
a:visited {color:#3366cc; background-color:transparent}
a:active  {color:#3366cc; background-color:transparent}
a:hover   {color:#cc9933; background-color:transparent}

a.navigationbar:link    {text-decoration:none; color:#3366cc; background-color:transparent}
a.navigationbar:visited {text-decoration:none; color:#3366cc; background-color:transparent}
a.navigationbar:hover   {text-decoration:underline; color:#cc9933; background-color:transparent}
a.navigationbar:active  {text-decoration:none; color:#3366cc; background-color:transparent}

a.topmenu:link    {text-decoration:none; color:#ffffff; background-color:transparent}
a.topmenu:visited {text-decoration:none; color:#ffffff; background-color:transparent}
a.topmenu:hover   {text-decoration:underline; color:#ffffff; background-color:transparent}
a.topmenu:active  {text-decoration:none; color:#ffffff; background-color:transparent}

a.menulist:link    {text-decoration:none; color:#000066; background-color:transparent;}
a.menulist:visited {text-decoration:none; color:#000066; background-color:transparent;}
a.menulist:hover   {text-decoration:underline; color:#cc9933; background-color:transparent;}
a.menulist:active  {text-decoration:none; color:#000066; background-color:transparent;}




