.FAQs {
	width: 650px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
    color: #48566D;
	}
.FAQs HR {
	color: rgb(72,86,109);
	background-color: rgb(72,86,109);
	height: 3px;
	}
.FAQs H1 {
    color: #48566D;
	font-size: 1.2em;
	font-weight: bolder;
	margin-bottom: 0px;
	}
.faqButton {
	padding: 0px;
	height: 1.7em;
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.faqAnswers {
	padding: 2px;
	display: none;
	z-index: 1;
	position: relative;
	background-color: Gainsboro;
	border: 2px Gray ridge;
	}
.cjTitle {
	color: DarkRed;
	font-weight: bolder;
	padding-bottom: 3px;
	font-size: 1.3em;
	}
.cjHeaderMessage {
	font-size: 1.5em;
	font-weight: bolder;
	padding-top: 0;
	padding-right: 5px;
	color: white;
	}
body{
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 92%;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
}
.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #ffffff;
    BORDER-RIGHT: #48566D 1px solid; 
    BORDER-TOP: #48566D 1px solid; 
    BORDER-LEFT: #48566D1px solid; 
    BORDER-BOTTOM: #48566D 1px solid; 
}
.SkinObject {
    font-weight: bold;
    font-size: 11pt;
    color: #48566D;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.SkinObject:link{
    text-decoration: none;
    color:#48566D;
}
A.SkinObject:visited{
    text-decoration: none;
    color:#48566D;
}

A.SkinObject:active{
    text-decoration: none;
    color:#48566D;
}

A.SkinObject:hover{
    text-decoration: none;
    color:#48566D;
}
/* style for module titles */
.Head{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  120%;
    font-weight: normal;
    color: #48566D;
}
/* style of item titles on edit and admin pages */
.SubHead{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  100%;
    font-weight: bold;
    color: #48566D;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  100%;
    font-weight: bold;
    color:#48566D;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled, .Normal p {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
}
/* text style used for rendered text which should appear disabled */
.NormalDisabled{
    color: Silver;
}
/* text style used for rendered text which requires emphasis */
.NormalBold{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold
}
/* text style used for error messages */
.NormalRed{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    color:#48566D;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
}
/* text style used for help text rendered by modules */
.Help{
  border-right: #544B04 1px solid;
  padding-right: 2px;
  border-top: #544B04 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 1em;
  padding-bottom: 2px;
  border-left: #544B04 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: #544B04 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #6B7584;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
	color: #48566D;
}    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #48566D;
}
A.CommandButton:visited  {
    text-decoration: underline;
    color: #48566D;
}
A.CommandButton:active   {
    text-decoration:    underline;
    color: #48566D;
}
A.CommandButton:hover    {
    text-decoration:    underline;
    color: #48566D;
}
/* GENERIC */
P {
	font-size: 1em;
}
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 2em;
    font-weight: normal;
    color: #48566D;
}
H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 1.5em;
    font-weight: normal;
    color: #48566D;
}
H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 1.3em;
    font-weight: normal;
    color: #48566D;
}
H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 1.2em;
    font-weight: normal;
    color: #48566D;
}
H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 1.1em;
    font-weight: bold;
    color:#48566D;
}
H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 1em;
    font-weight: bold;
    color: #48566D;
}
TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 1em;
    color: #48566D;
}
TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  1em;
    font-weight: bold;
    color: #48566D;
}
A:link  {
	text-decoration: underline;
    color: #48566D;
}
A:visited   {
	text-decoration: underline;
    color:  #48566D;
}
A:active    {
	text-decoration: underline;
    color:  #48566D;
}
A:hover {
	text-decoration: underline;
    color: Gainsboro;
	background-color: RosyBrown;
}
SMALL   {
    font-size: .8em;
}
BIG {
    font-size: 1.3em;
}
BLOCKQUOTE, PRE {
    font-family: Lucida Console, monospace;
}
UL LI   {
    list-style-type: square ;
}
UL LI LI    {
    list-style-type: disc;
}
UL LI LI LI {
    list-style-type: circle;
}
OL LI   {
    list-style-type: decimal;
}
OL OL LI    {
    list-style-type: lower-alpha;
}
OL OL OL LI {
    list-style-type: lower-roman;
}
HR {
    color: #A7C409;
    height: 1pt;
    text-align: left
}
/* button style for standard HTML buttons */
.StandardButton{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11pt;
	background: #48566D;
	color: #ffffff;
	border-bottom: #544B04 1px solid;
	font-family: Verdana, sans-serif;
}
.Businessco_menubg{
	background-image: url(businessco_menubg.gif);
	height: 25px;
	background-repeat: repeat-x;
}
.Businessco_bannerbg{
	background-image: url(header_bg.png);
	/*background-color: rgb(102,102,102);*/
	height: 92px;
	background-repeat: repeat;
}
/**/
.BannerPane{
	padding: 0px;
	padding-top: 15px;
	text-align: right;
	font-size: 1.5em;
	font-weight: bold;
	color: White;
}
.TopPane{
	padding: 0px;
}
.TopPane02{
	padding-top: 24px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.LeftPane{
	padding-top: 19px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 0px;
}
.LeftPane02{
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 24px;
	padding-right: 14px;
}
.ContentPane{
	padding: 0px;
}
.RightPane{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
	padding-right: 9px;
}
.RightPane02{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
}
.BottomPane{
	padding: 0px;
}
.BottomPane02{
	padding: 0px;
}
/**/
/* Main Menu */
.MainMenu_MenuContainer {background: Transparent; height: 25px;}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	background: transparent;
	height: 25px;
}
.MainMenu_TabRootMenuItem TD{  background-image: url(businessco_menubg02.gif);height:25px; font-family: @Arial Unicode MS; font-size: 11pt; font-weight: bold; color: #DCDCDC; background-repeat: repeat-x;}
.MainMenu_TabRootMenuItemSel TD{background-image: url(businessco_menubg02.gif);height:25px; font-size: 11pt; color: #DD1E1E;font-family: @Arial Unicode MS; font-weight: bold;  background-repeat: repeat-x;}
.MainMenu_TabMenuItemHover TD{background-image: url(businessco_menubg02.gif);color: #DD1E1E;height:25px;font-family: @Arial Unicode MS; font-weight: bold;  background-repeat: repeat-x; font-size: 11pt;}
.MainMenu_TabMenuItemSelHover TD{background-image: url(businessco_menubg02.gif);	color: #DD1E1E;font-weight: bold; font-style: normal; height:25px; background-repeat: repeat-x; font-size: 11pt; font-family: @Arial Unicode MS;}
.MainMenu_MenuItem {cursor: hand; color: #FFF; font-family: Tahoma; font-size: 11pt; font-weight: normal; font-style: normal; border-left: #2d2d2d 0px solid; border-bottom: #2d2d2d 0px solid; border-top: #2d2d2d 0px solid; border-right: #2d2d2d 0px solid;background: #2d2d2d;height: 22px;}
.MainMenu_MenuIcon {cursor: pointer; cursor: hand; border-left:#2d2d2d 1px solid; border-bottom:#2d2d2d 1px solid; border-top: #2d2d2d 1px solid; border-right: #2d2d2d 1px solid;background-color: #2d2d2d; height: 22px;}
.MainMenu_SubMenu {border-bottom: #6B6B6B 1px solid; border-left: #6B6B6B 1px solid; border-top: #6B6B6B 1px solid;  border-right: #6B6B6B 1px solid; z-index: 1000; cursor: pointer; cursor: hand; background-color: #69B7E8; color: #6A6A6A;filter:none;}
.MainMenu_MenuBreak {border-bottom: transparent 0px solid; border-left: transparent 0px solid; border-top: transparent 0px solid;  border-right: transparent 0px solid; background-color: transparent; height: 1px;}
.MainMenu_MenuItemSel {background-color: #777777;cursor: hand; font-family: Tahoma; font-size: 11pt; font-weight: normal; font-style: normal;color: #DD1E1E;border-bottom: #6B6B6B 0px solid; border-left: #6B6B6B 0px solid; border-top: #6B6B6B 0px solid;  border-right: #6B6B6B 0px solid; }
.MainMenu_MenuArrow {font-family: webdings; font-size: 11pt; cursor: pointer; cursor: hand; border-right: #7AD7E3 0px solid; border-bottom: #7AD7E3 0px solid; border-top: #FFFFFF 0px solid;}
.MainMenu_RootMenuArrow {font-family: webdings; font-size: 11pt; cursor: pointer; cursor: hand;}

.ModuleTitle_MenuContainer { background: transparent;cursor: pointer; cursor: hand;}
.ModuleTitle_MenuBar {cursor: pointer; cursor: hand;background-color: Transparent;}
.ModuleTitle_MenuItem {cursor: hand; color:#FFF; font-family: Tahoma; font-size: 11pt; font-weight: normal; font-style: normal; border-left: #FFFFFF 0px solid; border-bottom: #7AD7E3 0px solid; border-top: #7AD7E3 0px solid; border-right: #FFFFFF 0px solid;background: #2d2d2d;height: 22px;}
.ModuleTitle_MenuIcon {cursor: hand; border-left: #2d2d2d 1px solid; border-bottom: #2d2d2d 1px solid; border-top: #2d2d2d 1px solid; border-right: #2d2d2d 0px solid;background-color: #2d2d2d; text-align: center; width: 15px; height: 22px;}
.ModuleTitle_SubMenu {z-index: 1000; cursor: pointer; cursor: hand; background-color: #2d2d2d; border-bottom: #6B6B6B 1px solid; border-left: #6B6B6B 1px solid; border-top: #6B6B6B 1px solid;  border-right: #6B6B6B 1px solid; filter:none;}
.ModuleTitle_MenuBreak {border-bottom: transparent 0px solid; border-left: transparent 0px solid; border-top: transparent 0px solid;  border-right: transparent 0px solid; background-color: transparent; height: 1px;}
.ModuleTitle_MenuItemSel {background-color: #777777;cursor: hand; font-family: Tahoma; font-size: 11pt; font-weight: normal; font-style: normal;color: #DD1E1E;height: 22px;}
.ModuleTitle_MenuArrow {font-family: Arial, Helvetica, sans-serif; font-size: 11pt; cursor: pointer; cursor: hand; border-right: #7AD7E3 0px solid; border-bottom: #7AD7E3 0px solid; border-top: #FFFFFF 0px solid;}
.ModuleTitle_RootMenuArrow {font-family: Arial, Helvetica, sans-serif; font-size: 11pt; cursor: pointer; cursor: hand;}

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/
.Separatorcssclass{};
.login{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #B7BBC0;
	font-weight: bolder;
}
A.login:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #B7BBC0;
	text-decoration: none;
   font-weight: bolder;
}
A.login:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #B7BBC0;
	text-decoration: none;
	font-weight: bolder;
}
A.login:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#B7BBC0;
   text-decoration: underline;
	font-weight: bolder;
}
A.login:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#B7BBC0;
	text-decoration: none;
	font-weight: bolder;
}
.user{
	font-family: Arial;
	font-size: .8em;
	color:#B7BBC0;
	font-weight: bolder;
}
A.user:link{
	font-family: Arial;
	font-size: .8em;
	color: #B7BBC0;
	text-decoration: none;
	font-weight: bolder;
}
A.user:visited{
	font-family: Arial;
	font-size: .8em;
	color:#B7BBC0;
	text-decoration: none;
	font-weight: bolder;
}
A.user:hover{
	font-family: Arial;
	font-size: .8em;
	color: #B7BBC0;
	text-decoration: underline;
}
A.user:active{
	font-family: Arial;
	font-size: .8em;
	color: #B7BBC0;
	text-decoration: none;
	font-weight: bolder;
}
.copyright{
	font-family: Arial;
	font-size: .8em;
	color: #2D2D2D;
	font-weight: normal;
}
.terms{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #2D2D2D;
   font-weight: normal;
}
A.terms:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #2D2D2D;
	text-decoration: none;
   font-weight: normal;
}
A.terms:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #2D2D2D;
	text-decoration: none;
	font-weight: normal;
}
A.terms:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #2D2D2D;
	text-decoration: underline;
	font-weight: normal;
}
A.terms:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #2D2D2D;
	text-decoration: none;
	font-weight: normal;
}
.privacy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #2D2D2D;
   font-weight: normal;
}
A.privacy:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #2D2D2D;
	text-decoration: none;
   font-weight: normal;
}
A.privacy:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #2D2D2D;
	text-decoration: none;
	font-weight: normal;
}
A.privacy:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #2D2D2D;
   text-decoration: underline;
	font-weight: normal;
}
A.privacy:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #2D2D2D;
	text-decoration: none;
	font-weight: normal;
}
.small   {
    font-size: .8em;
}