/* default css */ 

/* copyright
*/
div#Layer5{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8pc;
	color: #666666;
	line-height: 1.1pc;
	}
	
/* to be assigned
*/
div#toc{
	margin:4px;
	position:absolute;
	top: 650px;
	left:27;
	visibility: visible;
	z-index: 100;
:;
height:2000px;
width:240px;
z-index:2
font-size: 89%;
	}
	#toc .htitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #FF00FF;
	text-decoration: none;
}
#toc .stitle {
	font-size:102%;
	color:#FF00FF;
	margin:0px;
	text-decoration: none;
	font-family: Arial, "Arial Rounded MT Bold";
}
#toc a:link    {
	color:#FFFFFF;
	background-color:transparent;
	text-decoration: none;
}
#toc a:visited {
	color:#FFFFFF;
	background-color:transparent;
	text-decoration: none;
}

/*
#navmenu a:active  {
	color:#FFFFFF;
	background-color:transparent;
	text-decoration: none;
}
*/

#toc a:hover   {
	color:#FF9900;
	background-color:transparent;
	font-weight: normal;
	text-decoration: none;
}
	

/* content 
*/
.contentA {
	background: #FFFFFF;
	color : #666666;
	font-family : "Times New Roman", Times, serif;
	font-size: 16px;
	padding : 2px;
	margin: 2px;
	line-height: 24px;
}
.contentA p:first-letter{
color: #FF00FF; 
font-size:xx-large;
}
.contentA a:link{
	color: #666666;
}
.contentA a:hover{
	/* font-weight: bold; */
	color: #990033;
}

/* page under construction */
.puc {
	color:#CB0000;
	font-family: Arial;
	
	}
