BODY 
{
	/*margin: 0px;
	margin-left:0px;
	margin-right:0px;*/
	text-decoration: none;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color:#8290a2;
	background-color:whitesmoke;	/*"#0000ff";*/
	margin-left:2px;
	margin-top:2px;
	margin-bottom:2px;
	margin-right:2px
	/*margin:0px,0px,0px,10px;*/	

	/*
	SCROLLBAR-FACE-COLOR: #a8aee3; 
	SCROLLBAR-HIGHLIGHT-COLOR: #C0C0C0; 
	SCROLLBAR-SHADOW-COLOR: #333333; 
	SCROLLBAR-3DLIGHT-COLOR: #344556; 
	SCROLLBAR-ARROW-COLOR: #344558; 
	SCROLLBAR-TRACK-COLOR: #7f86c1; 
	SCROLLBAR-DARKSHADOW-COLOR: #555555
	*/
}
div.PrimaryMenu
{
	background-color:#8290a2;	/*gainsboro;*/	/* #a8aee3; */
	position: absolute; 
	z-index: 13; 
	top: 2px; 
	left: 2px; 
	width: 160px; 
	height: 120px; 
	visibility: hidden;
}
table.tableMenu
{
	/*background-color:whitesmoke;*/
	BORDER-TOP-STYLE: solid; 
	BORDER-RIGHT-STYLE: solid; 
	BORDER-LEFT-STYLE: solid; 
	BORDER-BOTTOM-STYLE: solid;
}
div.divMenu
{
	background-color:gainsboro;	/*#a8aee3; */
	position: absolute; 
	top: 34px; 
	left: 110px; 
	width: 175px; 
	height: 100px; 
	visibility: hidden; 
	font-family:Arial;
	 font-size:7pt;
	 font-weight: bold;
	 color:#8290a2;	/*Black;*/
	 cursor:default
}
a.subMenu
{
	font-family:Arial;
	font-size:9pt;
	font-weight: bold;
	color:#8290a2;	/*Black;*/
	cursor: pointer;
	 cursor: hand;
}

.MenuItemOff
{
	 background-color:gainsboro;	/*a8aee3;*/	/*white;*/	/* whitesmoke; */	/*#DFDFDF;*/
	 /*border-width:1px;
	 border-style:Solid;
	 border-color:white;*/			/* #DFDFDF; */
	 /*border-collapse: collapse;
	 BORDER-TOP-STYLE: solid; 
	 border-top-width:1px;
	 BORDER-RIGHT-STYLE: solid; 
	 border-right-width:1px;
	 BORDER-LEFT-STYLE: solid; 
	 border-left-width:1px;
	 BORDER-BOTTOM-STYLE: solid;
	 border-bottom-width:1px;*/
	 font-family:Arial;
	 font-size:8pt;
	 font-weight: normal;
	 color:#8290a2;	/*Black;*/
	 cursor:default
}
.MenuItemOn
{
	 background-color:whitesmoke;	/*white;*/	/*gainsboro;*/	/* #C0C0C2; */
	 border-width:0;	/* 1px; */
	 border-style:None;	/* Solid; */
	 border-top-width:1px;
	 border-top-color:Black;
	 border-color:#666667;
	 border-collapse: collapse;
	 font-family:Arial;
	 font-size:8pt;
	 font-weight:normal;
	 color:#8290a2;	/*black;*/
	 /*
		The repeated cursor style is for NS and IE 
		compatibility.  The cursor: pointer; MUST
		appear first
	*/
	 cursor: pointer;
	 cursor: hand;
}

div.FontTestimonial1 
{ 
	background-color:Aqua;
	font-family: Times New Roman; 
	font-size: 8pt; 
	color: #C0C0C0; 
	font-style: italic;
}

.TD_Testimonial1 
{ 
	font-family: Times New Roman; 
	font-size: 8pt; 
	color: #C0C0C0; 
	font-style: italic; 
}

	