.VerticalText
	{
	vertical-align: middle;
	text-align: center;
	line-height: 80%;
	}
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 
	{	
	color :#00008B; 
	text-decoration : underline;  
	}
A:HOVER 
	{
	color: #A0A0FF;	
	text-decoration : underline;  
	}

A.actionlink 
	{
	font-weight: bold;
	text-decoration: underline;
	color: blue;
	cursor: pointer;
	}

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;
	}
	
H2 
	{
	font : 16pt  Comic Sans MS;
	color : #990000; 
	font-weight : bold;
	}

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;
	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-varient: small-caps;
	font-weight: bold;
	}

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

INPUT.ButtonBar 
	{
	background-color: silver;
	color: black;
	height : 22px;
	padding : 1;
	margin : 0;
	vertical-align : middle;
	text-align : center;
	}

INPUT.warning
	{
	border: 4px ridge #FF4444;
	color: #880000;
	font-weight: bold;
	background-color: yellow;
	height : 24px;
	padding : 0;
	margin : 0;
	vertical-align : middle;
	text-align : center;
	}

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

.FormRowLabel
	{
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	}

.FormColumnLabel
	{
	text-align: center;
	font-weight: bold;
	}

.FormSectionLabel
	{
	text-align: left;
	font-weight: bold;
	}
	
	