/* style name : colorful style */

/* Controls the page background colors and margings */
.MainPage
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFD5;
}

/* Main Table */
.MainTable {
	border: 1px solid #000000;
}

/* Report Title */
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC33;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

/* Separate between sections  */
.Separator{
	background-color: #FFFFCC;
}

/* The first grouping levels */
.MainGroup {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #333333;
	background-color: #FFFFCC;
}

/* Any sub grouping levels */
.SubGroup {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFCC;
}

/* records Table Header */
.TableHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	background-color: #FFCC33;
}

/* columns header */
.ColumnHeader{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #484848;
}

/* Table Cell */
.TableCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #FFCC66;
}

/* Alternate table’s cell (Toggling) */
.AlternateTableCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #FFDC93;
}


/* navigation menu */
.menu {
font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:#FFAC33;
	border-color:#00AC33;		
}

/* Navigation Menu when mouse hover */
.menu_hover
{
	color: #000000;
	background-color:#FFCC33;	
}

a:link {
 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	
}
a:visited
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

a:hover
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC66;
}

/* page Footer */
.TableFooter
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	background-color: #FFCC33;
}                                                                                                                                                                            