DIV.FolderShadow {
	position:absolute;
	overflow:auto;
	background:#404040 top; 
	padding:5; 
	visibility:visible; 
	left:15; 
	top:145; 
	width:700; 
	height:400; 
	z-index:1;
	}

DIV.Tab {
	cursor:pointer; 
	position:absolute; 
	background-color:#6070FF; 
	visibility:visible; 
	left:20; 
	top:120; 
	width:85; 
	height:20; 
	z-index:3;
	}
	
SPAN.Folder {
	position:absolute;
	overflow:auto;
	visibility:hidden;
	background:#6070FF top; 
	padding:5; 
	left:10; 
	top:140; 
	width:700; 
	height:400; 
	z-index:4
	}

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

INPUT, SELECT, TEXTAREA {
	background: #FFFFF0;
	}

BODY, TD {
    font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 10pt;
	}

.Scrolled {
	overflow : auto;
	height : 300px;
	width : 100%;
	}

.Static {
	background-repeat : no-repeat;
	background-attachment : fixed;
	}

TD.ButtonMenuText {
	font-size: 125%;
	font-weight: bold;
	color: #000040;
    font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	}

TABLE.StatusCell {
	width: 100%;
	background-color: #FFFFCF;
	border-style: groove;
	text-align: right;
	}

TH.StatusCell {
	text-align: right;
	
	}
	
TD.StatusCell {
	text-align: left;
	}

INPUT.StatusCell {
	background-color: #E0E0E0;
	}
	
H1 {
	font : 20pt  Comic Sans MS;
	color : #990000; 
	font-weight : bold;
	margin-bottom : 4;
	padding-bottom : 4;
	}
H2 {
	font : 16pt  Comic Sans MS;
	color : #990000; 
	font-weight : bold;
	margin-bottom : 2;
	padding-bottom : 2;
	}
H3 {
	font : 14pt  Comic Sans MS;
	color : #990000; 
	font-weight : bold;
	margin-bottom : 0;
	padding-bottom : 0;
	}
H4 {
	font : 12pt  Comic Sans MS;
	color : #990000; 
	font-weight : bold;
	margin-bottom : 0;
	padding-bottom : 0;
	}

P {
	margin : 10px 1px;
	}
 
P.indent {
	margin-left : 30px;
	}

/* note box */
P.note {
	background-color : #FFFFCC;
	border : 1px solid black;
	clear : none;
	color : black;
	margin : 12px 30px 12px 30px;
	padding: 4px;
	font-family : Comic Sans MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	margin-top : 5px;
	margin-bottom : 5px;
	}
 
 /* related topics */
P.reltopics {
	border : 1px solid black;
	clear : both;
	font-size : 9pt;
	margin : 16px 6px 20px 0;
	padding : 4px;
	}

P.footer {
    color : Black;
	font-family : Comic Sans MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 6pt;
	font-weight : bold;
	padding : 6px 6px;
	width : 98%;
	
}
 
/* comment */
 .comment {
	color : gray;
	font-family : monospace;
	background : transparent;
}

 /* HTML element */
.important {
	color : red;
	font-weight : bold;
	
}
 .navlink {
	color : #00008B;
	text-decoration : none;
	font-size : 9pt;
}  

 .currentpage {
	color : #990000;
	text-decoration : none;
	list-style-type : none;
	font-size : 9pt;
	font-weight : bold;
} 

.title {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #3B5573;
	font-size: 150%;
	font-variant: small-caps;
	font-weight: bold;
	}

.header {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #3B5573;
	font-size: 150%;
	font-weight: bold;
	}

.ChangedStatus {
	border-style: groove;
	background-color: yellow;
	padding: .1em;
	z-index: 11;
	right: 0;
	vertical-align: middle;
	text-align: center;
	} 

.ButtonBar {
	background-color: silver;
	color: black;
	}

.HelpButtonBar {
	background-color: silver;
	color: black;
	text-align: right;
	}
