/* style name : Olive style */

/* Controls the page background colors and margings */
.MainPage
{  scrollbar-face-color:#2584BC;
 scrollbar-arrow-color:#0554A3;
 scrollbar-highlight-color:#FFFFFF;
 scrollbar-3dlight-color:#999999;
  scrollbar-shadow-color:#999999;
  scrollbar-darkshadow-color:#FFFFFF;
   scrollbar-track-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E8F7E8;
}



/* main table */
.MainTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
}


/* Report Title */
.Title {
	font-family:Geneva:
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #9ADC9A;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

.Separator {
	background-color: #497649;
}

/* The first grouping levels */
.MainGroup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #333333;
	background-color: #9ADC9A;
}

/* Any subgrouping levels */
.SubGroup{
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #8BD68B;
}


/* records Table Header */
.TableHeader
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

/* columns header */
.ColumnHeader {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: bold;
	color: #484848;
	background-color: #4FC14F;
}
/* Table Cell */
.TableCell{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #B6E4B6;
}

/* Alternate table’s cell (Toggling) */
.AlternateTableCell {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #8BD68B;
}

/* navigation menu */
.menu {
font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color:#057649;
	border-color:#007649;			
	
}

.menu_hover
{
	color: #ffffff;
	background-color:#897649;	
}

a:link {
 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	
}
a:visited
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
/* page footer */
.TableFooter {
	background-color:#4FC14F;
	}                 