	html,body, table td,table th, textarea{
	  font-size: 9pt;
	  color: #534621;
	  font-weight: 600;
	}
	
	*{ 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		/*font-family: Tahoma; */
	}
	
	
	h1 {
		font-size: 14pt;
		color: #7C6A32;
		margin: 2px;
	}
	
	h2 {
		font-size: 12pt;
		color: #7C6A32;
		margin: 2px;
	}
	
	h3 {
		font-size: 11pt;
		color: #7C6A32;
		margin: 1px;
	}
	
	h4 {
		font-size: 10pt;
		color: #7C6A32;
		margin: 1px;
	}
	
	a {
	color: #FF9900;
	}
	
	a:hover {
	color: #990000;
	}
	
	a.menu {
	color: #000066;
	text-decoration:none;
	}
	
	.country {
	color: #FF9900;
	font-weight: bold;
	}
	
	menu {
	color: #000066;
	}
	
	a.menu:hover {
	color: #FFFFFF;
	}
	
	.tiny {
	font-size: 7pt;
	}
	
	.mini {
	font-size: 8pt;
	}
	
	.heading{
	color:#0099FF;
	}
	
	.borderBottom{ 
	border-bottom: 2px solid #E9EDF3
	}
	
	.tdUnderline{
	border-bottom: 1px solid #CCDDFF;
	}
	
	.input,.border{
	 border: 1px solid #AAAAAA; /*B4D1FE*/
	}
	
	.notify {
		color: #009900;
	}
	
	



	.glossymenu{
	margin: 1px 0;
	padding: 0;
	width: 175px; /*width of menu*/
	border: 0px solid #9A9A9A;
	border-bottom-width: 0;
	}
	
	.glossymenu a.menuitem{
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	height: 20px;
	padding: 4px 0;
	padding-left: 10px;

	text-decoration: none;
	
	background: #534621;
	}
	
	.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: none;
	}
	
	.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
	}
	
	.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	
	background: transparent;
	}
	
	.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
	.glossymenu div.submenu ul li{
	border-bottom: 1px solid #FDFBE8;
	}
	
	.glossymenu div.submenu ul li a{
	display: block;
	font: normal 11.5px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #534621;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	
	background: #FDFBE8;
	}
	
	.glossymenu div.submenu ul li a:hover{
	background: #EFE47A;
	colorz: white;
	}
	
	
	
	.content {
	line-height: 160%;
	}
	
	.content_author {
	line-height: 160%;
	}

	
	/*
	content1 : committees page
	*/
	.content1 td {
	padding-top: 10px;
	}
	
	/*
	content2 :test page
	*/
	.content2 li {
	margin: none;
	padding-top: 6px;
	}
	
	blockquote {
	margin-top: 6px;
	}
	
	.content_iframe td {
	font-size: 9pt;
	color: #534621;
	font-weight: normal;
	padding-top: 3px;
	}