<!-- Site Colours ----------------------------------------------------------
	
     Hue Sat Lum : Red Grn Blu : Hex     : Element
     ------------ ------------- --------- ----------------------------------
     160  48   0 : 000 000 000 : #000000 : Black
     160  48  37 : 032 032 048 : #202030 : Menu border - outer shadow  
     160  48  75 : 064 064 096 : #404060 : Text, menu border - inner shadow
     160  48 112 : 096 096 142 : #60608E : Hyperlink hover, menu background
     160  48 150 : 140 140 178 : #8C8CB2 : Menu border - lit
     160  48 197 : 200 200 218 : #C8C8DA : (white element shadow?)
     160   0 219 : 222 222 228 : #DEDEE4 : (white element shadow?)
     160  48 240 : 255 255 255 : #FFFFFF : White
     
 ---------------------------------------------------------------------------- -->

 BODY {
	font-family:      Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:        12px;
	color:            #404060;
	background-color: white;
	scrollbar-arrow-color:WHITE;
	scrollbar-track-color:#C8C8DA;
	scrollbar-face-color:#60608E;
	scrollbar-highlight-color:#D6D6D6;
	scrollbar-shadow-color:#404060;
	scrollbar-darkshadow-color:#202030;
	scrollbar-3dlight-color:#135184;	
	overflow : auto;
	padding-left	  :20px;
	padding-top		  :5px;
	padding-right	  :20px;
 }
	

 H1 {	
	font-family:      Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:        18px;
 }
	
 H2 {
	font-family:      Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:        16px;
 }
	
 H3 {	
	font-family:      Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:        14px;
 }
	
	
 A {
	text-decoration:  none;
	color:            #404060;
 }

 A:HOVER {
	text-decoration:  underline;
	color:            #60608E;
 }
	

 TABLE {
	font-family:      Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:        12px;
	color:            #404060;
	text-align:       left;
	border:           none;
 }
	

 INPUT, BUTTON, TEXTAREA, SELECT {
    font-family:      Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:        12px;
    font-weight:      bold;
	color:            #404060;
	background-color: White;
	width:            120px;
 }

 #tray
 {
	position:		  absolute;
	padding-left: 	  2px;
	padding-top: 	  2px;
    top:              0px;
    left:             -89px;
 }
 
 #menu {
	border-bottom: 	  #D6D6D6 2px outset; 
	border-left: 	  #D6D6D6 2px outset; 
	border-right: 	  #D6D6D6 2px outset; 
	border-top: 	  #D6D6D6 2px outset; 
	padding-top: 	  4px;
	padding-left: 	  6px;
	padding-right: 	  8px;
	background-color: #C8C8DA;
	layer-background-color:#C8C8DA;
	width: 			  75px;
    text-align:       right;
 }
 
 .rowHead {
	font-size : 12px;
	font-weight : bold;
	background-color : #D2D2E6;
	color : #41416E;
 }
	
 .rowOdd {
	background : #FAEBD7;
 }
	
 .rowEven {
	background-color : #FFE4B5;
 }
 
 .footnote {
    font-size : 10px;
 }
 
 .footbold {
    font-size : 10px;
    font-weight : bold;
 }
 
 .footgrey {
    font-size : 10px;
    color : #C0C0C0;
 }
 
 .docLink {
 	font-weight : bold;
 	cursor		: hand;
 }
 
 .hidden {
 	display: none;
 }