BODY {
  font-family: Times Roman;
  font-size: 10pt;
  font-weight: bolder;
  text-align: left;
  font-style: normal;

}

H1 {
  font-family: "Calisto MT";
  font-size: 20pt;
  text-align: center;
  line-height: pt ! important;
  font-weight: 200;
  color: #666666;
  font-variant: small-caps;
}

H2 {
  font-size: 15pt;
  text-align: center;
  font-style: italic;
  font-family: Verdana, arial, helvetica;
  line-height: 15pt ! important;
  font-weight: 100;
  color: #666666;
}

A.otherlinks:active, A.otherlinks:visited, A.otherlinks:link {
  font-family: Verdana, arial, helvetica;
  font-size: 10pt;
  text-decoration: none;
  color: #808080;
  padding-right: px;
  padding-left: px;
  font-weight: 700;
}

A.twitter:active, A.twitter:visited, A.twitter:link {
  font-family: Verdana, arial, helvetica;
  font-size: 10pt;
  text-decoration: none;
  color: #808080;
  padding-right: px;
  padding-left: px;
  font-weight: 700;
}

A:active, A:visited, A:link {
  color: #0000A0;
  font-family: Verdana, Arial;
  font-weight: 600;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
  color: silver;
}

.body {
  font-family: Verdana, arial, helvetica;
  font-size: 10pt;
  margin-top: px;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 16pt;
  color: #555555;
}

.table {
  font-family: Verdana, arial, helvetica;
  background-color: #666699;
  text-align: center;
  color: #FFFF00;
  background-image: url(IMAGE3.gif);
  background-repeat: repeat-y;
}

LI {
  list-style-type: square;
}

P {
  text-indent: 30px;
}

HR {
  size: 1;
  background-color: #0066CC;
}

TABLE {
  background-color: white;
}

/* End general styles for this example page */
/* General configuration CSS */
	
#dhtmlgoodies_menu ul li ul{
	display:none;	/* Needed to display ok in Opera */
	}
		
	#dhtmlgoodies_menu{
		visibility:hidden;	
	}
	#dhtmlgoodies_menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
	}
	#dhtmlgoodies_menu li{
		list-style-type:none;	/* No bullets */
	}	
	#dhtmlgoodies_menu a{

		margin:0px;
		padding:0px;
	}
	/* End general configuration CSS */
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
	#dhtmlgoodies_menu ul{
		border:0px;
		background-color:Black;
		padding:1px;
	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		border:0px;
		padding:1px;
		border:0px;
		background-color:#8A4117;
		overflow:visible;
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:0px;
		padding:1px;
		border:1px solid black;
	}
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	#dhtmlgoodies_menu a{
		color: #fff;
		text-decoration:none;
		padding-left:2px;
		padding-right:2px;
	
	}
	
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1{
		padding-left:2px;
		padding-right:2px;
		border:0px solid #484AAE;
	}
	#dhtmlgoodies_menu .currentDepth1over{
		padding-left:2px;
		padding-right:2px;
		background-color:#F87217;
		border:0px solid #000;
	}
	#dhtmlgoodies_menu .currentDepth1 a{
		font-weight:bold;
		font-size: 10pt;
	}
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
		color:#fff;
		font-weight:bold;
		font-size: 10pt;
	}
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{
		padding-right:2px;
		background-color:#C35817;
		border:0px solid #FFF;
		font-size: 10pt;
	}
	#dhtmlgoodies_menu .currentDepth2over{
		padding-right:2px;
		background-color:#F87217;
		border:0px solid #000;
		font-size: 10pt;
		color:#fff;
	}	
	#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
		color:#000;
		font-weight:bold;
		font-size: 10pt;
	}	
	/* Sub menu depth 2 */
	#dhtmlgoodies_menu .currentDepth3{
		padding-right:2px;
		background-color:#C35817;
		border:0px solid #FFF;
		font-size: 10pt;
	}
	#dhtmlgoodies_menu .currentDepth3over{
		padding-right:2px;
		background-color:#F87217;
		border:0px solid #000;
	}
	#dhtmlgoodies_menu .currentDepth3over a{	/* Text rules */
		color:#000;
		font-weight:bold;
		font-size: 10pt;
	}
	/* Sub menu depth 3 */
	#dhtmlgoodies_menu .currentDepth4{
		padding-right:2px;
		background-color:#C35817;
		border:0px solid #FFF;
		font-size: 10pt;
	}
	#dhtmlgoodies_menu .currentDepth4over{
		padding-right:2px;
		background-color:#F87217;
		border:0px solid #000;
		font-size: 10pt;
	}	
	#dhtmlgoodies_menu .currentDepth4over a{	/* Text rules */
		color:#000;
		font-weight:bold;
		font-size: 10pt;
	}
	
