/* style for <input> items */
.formItem {
	background-color: #CCCCFF;
	border-color: black;
}
/* Header items*/
	h1
	{
		color: #6206D0;
		font-family: arial;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
	}
	h2
	{
		color: #6206D0;
		font-family: arial;
		font-size: 14px;
		font-weight: bold;
		text-align: left;
	}
	h3
	{
		color: #6206D0;
		font-family: arial;
		font-size: 14px;
		font-weight: bold;
		text-align: left;
	}
	h4
	{
		color: #6206D0;
		font-family: arial;
		font-size: 14px;
		font-weight: bold;
		text-align: left;
	}
	h5
	{
		color: #6206D0;
		font-family: arial;
		font-size: 14px;
		font-weight: bold;
		text-align: left;
	}
	h6
	{
		color: #6206D0;
		font-family: arial;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
	}
	h1, h2, h3, h4, h5, h6
	{
		font-family: arial;
	}
/* style for link items in the Sidebar */
.sidebar_link
{
	color: black;
	font-family: arial;
	font-size: 10pt;
	height: 10pt;
	text-align: center;
}
/* basic items */
p, li, ol, ul, dd, dt, body
{
	font-family: arial;
	font-size: 13px;
	line-height: normal;
	text-align: justify;
}
/* for SMALL text. */
.small
{
	color: #330066;
	font-family: arial;
	font-size: 12px;
	link-height: normal;
}
.input
{
	background-color: #CCCCFF;
	border-bottom-color: black;
	border-left-color: black;
	border-right-color: black;
	border-top-color: black;
	font-family: verdana, arial;
	font-size: xx-small
}
/**
 *
 * The following CSS classes are for the DHTML menus on the left side of the page.
 * For more info see http://www.dhtmlcentral.com/projects/coolmenus/
 *
 **/


	/* level 0 */
	.clLevel0, .clLevel0over
	{
		padding:2px; 
		font-family:arial; 
		font-size:18; 
		font-weight:bold;
		text-indent:0pt;
		text-align:center;
		text-decoration:none;
	}
	.clLevel0border{
		position:absolute;
		visibility:hidden;
		background-color:#8080C0;
		layer-background-color:#8080C0;
	}
	.clLevel0
	{
		position:absolute; 
		background-color:#8080C0; 
		layer-background-color:#8080C0; 
		color:white; 
	}
	.clLevel0over
	{	
		position:absolute; 
		background-color:#d2d1f9; 
		layer-background-color:#d2d1f9;
		color:#330066; 
		cursor:pointer;
		cursor:hand;
		
		border-top:2px;
		border-color:#330066
	}
	
	/* level 1 */
	.clLevel1, .clLevel1over
	{
		padding:2px; 
		font-family:arial; 
		font-size:9; 
		font-weight:bold;
		text-indent:6pt;
		text-decoration:none;
	}
	.clLevel1border{
		position:absolute;
		visibility:hidden;
		background-color:#006699;
		layer-background-color:#006699;
	}
	.clLevel1
	{
		position:absolute; 
		background-color:white; 
		layer-background-color:white; 
		color:#000066; 
	}
	.clLevel1over
	{	
		position:absolute; 
		background-color:#d2d1f9; 
		layer-background-color:#d2d1f9;
		color:#000066; 
		cursor:pointer;
		cursor:hand;
	}
	
	/* bar */
	.clBar
	{
		position:absolute;
		width:10;
		height:10;
		background-color:white;
		layer-background-color:white;
		visibility:hidden;
	}
	
