body
{
	margin: 0px;
}
/***************************************************************************************************
 * NORMAL TAB STYLE                                                                                *
 ***************************************************************************************************/
/* tab container */
TD DIV.tab
{
	font-family: Arial Narrow;
	font-size: 10px;
	font-weight: normal;
	background-image: url(tabbg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
/* middle of tab */
DIV.tab DIV DIV
{
	height: 40px;
	margin-left: 13px; /* offset accounts for left tab image */
	margin-right: 13px; /* offset accounts for right tab image */
	white-space: nowrap;
}
/* clickable tab caption */
DIV.tab DIV DIV A
{
	position: relative;
	top: 15px; /* position the text in the middle of the tab */
	text-decoration: none;
	font-size: 10pt;
	font-weight:normal;
	color: gray;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
}
A.menu
{
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#660000;
	font-weight:normal;
}
A.menu:hover
{
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:normal;
	color:#C0C0C0;
}
/***************************************************************************************************
 *  HOVER TAB STYLE                                                                                *
 ***************************************************************************************************/
/* tab container */
TD DIV.hovtab
{
	font-family: Arial Narrow;
	font-size: 10pt;
	font-weight: normal;
}
/* left side of tab */
DIV.hovtab
{
	background-image: url(tableft.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
/* right side of tab */
DIV.hovtab DIV
{
	background-image: url(tabright.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
/* middle of tab */
DIV.hovtab DIV DIV
{
	height: 30px;
	background-image: url(tab.gif);
	background-position: left top;
	background-repeat: repeat-x;
	margin-left: 13px; /* offset accounts for left tab image */
	margin-right: 13px; /* offset accounts for right tab image */
	white-space: nowrap;
}
/* clickable tab caption */
DIV.hovtab DIV DIV A
{
	position: relative;
	top: 10px; /* position the text in the middle of the tab */
	text-decoration: none;
	font-size: 10pt;
	font-weight:normal;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
/*	color:#FF3366;*/
	color:#660033;
}
/***************************************************************************************************
 *  SELECTED TAB STYLE                                                                             *
 ***************************************************************************************************/
/* tab container */
TD DIV.seltab
{
	font-size: 10pt;
	font-weight:normal;
	color: #FF3366;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
}
/* left side of tab */
DIV.seltab
{
	background-image: url(seltableft.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
/* right side of tab */
DIV.seltab DIV
{
	background-image: url(seltabright.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
/* middle of tab */
DIV.seltab DIV DIV
{
	height: 30px;
	background-image: url(seltab.gif);
	background-position: left top;
	background-repeat: repeat-x;
	margin-left: 13px; /* offset accounts for left tab image */
	margin-right: 13px; /* offset accounts for right tab image */
	white-space: nowrap;
}
/* clickable tab caption */
DIV.seltab DIV DIV A
{
	position: relative;
	top: 5px; /* position the text in the middle of the tab */
	text-decoration: none;

	font-size: 10pt;
	font-weight:normal;
	color: white;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
}
/***************************************************************************************************
 *  SUB MENU STYLES                                                                                *
 ***************************************************************************************************/
/* sub menu container */
TD.menu
{
	height: 25px;
	font-family: Arial Narrow;
	font-size: 10pt;
	font-weight: normal;
/*	background-color:#FDE8E8;*/
	background-color:#CCCCCC;
	padding: 2px;
}
DIV.menu
{
	cursor: default;
}
DIV.menuitem { color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; padding: 3px; text-decoration: none; line-height: 2}
DIV.menuitem A { color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; padding: 3px; text-decoration: none; line-height: 2}
DIV.hotmenu { color: #ff3366; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; padding: 3px; background-color: #FFFFFF; line-height: 2; text-decoration: none;}
DIV.hotmenu A { color: #ff3366; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; padding: 3px; background-color: #FFFFFF; line-height: 2; text-decoration: none;}
A.menuitem { color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; padding: 3px; text-decoration: none; line-height: 2}
A.menuitem:hover { color: #660033; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; padding: 3px; background-color: #FFFFFF; line-height: 2; text-decoration: none;}
/***************************************************************************************************
 *  MENU BOTTOM BORDER STYLES                                                                      *
 ***************************************************************************************************/
TD.menuborder
{
	height: 1px;
	background-image: url(MenuItemBg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
/***************************************************************************************************
 *  MENU SPACER - BOTTOM ROW                                                                       *
 ***************************************************************************************************/

TD.menuspacer
{
	height: 2px;
}
