<!-- 	 
	GLOBAL STYLES FOR CSE DEFINED HERE
	USE DEFINED CLASSES AS FOLLOWS:
	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 - footer info etc defined at the bottom of the page [paragraph]
	linksbox - quick links or highlight box on top right of some lead pages
	
	There is 1 extra defined link [a] style classes - menulist.
	This defines the LINK styles for the left hand side menu list 
 -->

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%}

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:110%; font-weight: bold; color: #000000}
h2 {font-size:100%; font-weight: bold; margin-top:5px;margin-bottom:5px; color: #976c3f}
h3 {font-size:90%; font-weight: normal; color: #000000}
h4 {font-size:80%; font-weight: bold; color:  #333333}

.linksbox {font-size: 60%; color: #000000; font-family: verdana,helvetica,arial,sans-serif}

td.sidemenulist
{font-size: 70%; font-family: arial,helvetica,verdana,sans-serif; color:#666666; background-color: #d6d5da}

.menulistnonlink {font-size: 70%;}
.bullets {font-size: 80%; list-style-type: square; list-style-position: outside}
.footer {color: #666666}
.menutext {font-size: 80%}
.mainheading { font-size: 130%; color: #000000; font-weight: bold}

hr  {background-color:transparent; color:#976c3f; 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:#976c3f; 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:active  {text-decoration:none; color:#000066; background-color:transparent;}
a.menulist:hover   {text-decoration:underline; color:#000000; background-color:transparent;}




