/* START - Generic HTML tag styling */

body {
	background:#fff;
	margin:0px;
	padding:0px 0px 0px 0px !important; /* Asked Fix || 2007/07/11  */
	padding:0px 0px 0px 0px; /* Asked Fix || 2007/07/11  */
	font-family:Arial, Helvetica, sans-serif;
	color:#666666; /* Fix VFD 080901*/
	font-size:11px;
	line-height:15px; /* Fix VFD 080901*/
}

table {
	font-family:Arial, Helvetica, sans-serif;
	color:#545454;
	font-size:11px;
}
a {
	text-decoration:underline;/* Fix VFD 080901*/
	color:#3b73b9; /* Fix VFD 080901*/
}

a:hover {
	text-decoration:underline;
	color:#666666; /* Fix VFD 080901*/
}

a img {
	border:none;
}

h1 {
	padding:12px 0px 0px 0px;
	margin:0px; 
	line-height:95%;
}

h2 {
	padding:12px 0px 0px 0px;
	margin:0px;
	line-height:95%; }

p {
	padding:0px;
	margin:0px; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px; /* Fix VFD 080901*/
}

p a { /* to format links in P 070409*/
    text-decoration:underline;
}

form {
	padding:0px;
	margin:0px;	
}

/*hr {
	display:none;
}*/

div {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
select{
	background-color:#FFFFFF !important;
	border:1px solid #999999;
	font-family:Arial,Helvetica,san-serif;
	color:#666666;
	font-size:10px;
	line-height:1px;
}

/* END - Generic HTML tag styling */
/*
Start of Styles for Header Full  
*/
/* Updating the CSS for flip by Saurabh*/
.headerWrapper .siteNavigation {
      padding-right: 0px; 
      display: block; 
      padding-left: 0px; 
      padding-bottom: 0px; 
      margin-top:0px!important;
      margin-top:0px;
      width: 740px; 
      padding-top: 0px!important;
}

.headerWrapper .siteNavigation UL {
      background: url('../images/bg_inpagetabs.gif') repeat-x left bottom; 
      float: right; 
      margin: 5px 0px; 
      padding: 0px;
      display:none;
}

.headerWrapper .siteNavigation UL LI {
      padding: 0px;
      float: left; 
      margin: 0px; 
      list-style-type: none;
}

.headerWrapper .siteNavigation UL LI.selected {
      padding: 0px;
}

.headerWrapper .siteNavigation UL LI A {
      padding-right: 5px; 
      display: block; 
      padding-left: 5px; 
      font-size: 10px; 
      padding-bottom: 2px; 
      margin: 0px; 
      padding-top: 5px;
      text-decoration:none; /* Fix VFD 080901*/
}

.headerWrapper .siteNavigation UL LI.selected A {
      border-right: #e6e6e6 2px solid; 
      padding-right: 5px; 
      border-top: #e6e6e6 2px solid; 
      display: block; 
      padding-left: 5px; 
      font-size: 10px; 
      background: #fff; 
      padding-bottom: 3px; 
      margin: 0px; 
      border-left: #e6e6e6 2px solid; 
      color: #3b73b9; 
      padding-top: 3px; 
}



.headerWrapper .headerContainer {
	width:740px;
	margin: 22px 0px 12px !important;
	margin: 22px 0px 12px 0px;
	padding: 0px;
	float:left;
}

.headerWrapper .headerContainer .logoContainer {
	float:left;	
	margin:0px;
	padding:0px;
	width:315px;
	height:56px;
	cursor:pointer;
	margin-left: auto;
	margin-right: auto;
}

.headerWrapper .headerContainer .infoContainer {
	float:right;
	width:420px; 
	margin:0px;
	padding:0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
}

.buttonContainer {
	float: right; 
	margin-top: 2px ! important; 
	margin-right: 2px ! important;
}

.headerWrapper .headerContainer .infoContainer form {
	float:right;	
	margin:0px;
	padding:0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
}

.headerWrapper .headerContainer .infoContainer p{
	clear:both;
	margin:0px 0px 0px 0px;
	padding: 8px 0px!important; 
	line-height:2em;
	vertical-align:middle;
	width:420px; /* width:500px;  replaced to fix the text posotion below the search box*/
	text-align:right;
	display:block;
	margin-left: auto;
	margin-right: auto;
}

.infoContainer a{
	color: #666666; /* Fix VFD 080901*/
}

.headerWrapper .headerContainer .infoContainer p a.image{
	position:relative;
	top:4px;
	padding:0px 4px 0px 0px;
}

.searchContainer {
	display: none;
	float: right; 
	width: 140px;
	margin-right:auto;
}

.headerListItem {
	width: 102px;
	padding:0px;
}


/* Header Tab And Top Navigation Style starts*/

.topNavigation {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:block;
	width:740px;
}

.topNavigation ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:740px;
}

.topNavigation ul li {
	background:#E6E6E6; 
	margin:0px 2px 0px 2px;
	list-style:none;
	text-align:center;
	vertical-align:middle;
	float:left;
	height:22px;
    text-transform: uppercase;
}

.topNavigation ul li.first {
	margin:0px 2px 0px 0px;
	list-style:none;
	text-align:center;
	vertical-align:middle;
	float:left;
	height:22px;
    text-transform: uppercase;
}

.topNavigation ul li.last {
	margin:0px 0px 0px 2px;
}

.topNavigation ul li a {	
	margin: 0px 0px 0px 0px;
	display:block;
	font-weight:bold;
	vertical-align:bottom;
	text-decoration:none; /* Fix VFD 080901*/
	color:#666666; /* Fix VFD 080901*/
}

.topNavigation ul li.headerSingleSelectedTabLi{ 
	border-top:#E6E6E6 2px solid;
	border-bottom:#E6E6E6 2px solid;	
	list-style:none;
	text-align:center;
	text-transform: uppercase;
	height:18px;
	_height:22px;
}

.topNavigation ul li.headerSingleSelectedTabLi a {
	background:#FFFFFF; 
	display:block;
	font-weight:bold;
	height:16px;
	_height:18px;
	padding: 2px 0 0 0;
	color:#3b73b9; /* Fix VFD 080901*/
}
.topNavigation ul li.headerSingleSelectedTabLi a:hover {
 text-decoration:none;
}

.topNavigation ul li.headerSelectedTabLi{
	border-top:#E6E6E6 2px solid;
	border-bottom:#E6E6E6 2px solid;	
	list-style:none;
	text-align:center;
	text-transform: uppercase;	
	height:18px;
	_height:22px;
}

.topNavigation ul li.headerSelectedTabLi a {
	background:#FFFFFF; 
	display:block;
	font-weight:bold;
	vertical-align:middle;
	text-decoration:none;
	height:16px;
	_height:18px;
}

.topNavigation ul li.headerSelectedTabLi a:hover {
 text-decoration:none;
}

.topNavigation ul li.selected a {
	border-top:2px solid #E6E6E6;
	border-bottom:2px solid #E6E6E6;
	background-color:#FFFFFF;
	color:#3B73B9;
}

.topNavigation ul li a.selected, .topNavigation ul li a.selected:hover {
	border-top:2px solid #E6E6E6;
	border-bottom:2px solid #E6E6E6;
	background-color:#FFFFFF;	
	color:#3B73B9;	
}

.headerTab {
	padding: 0px; 
}

.headerSingleTab {
	padding:4px 0px 0px 0px; 
}

.headerSelectedTab {
	padding: 0px; 
}

a:hover.headerSingleTab, a:hover.headerTab {
	background:#3B73B9;
	color:#FFFFFF;
	text-decoration:none;
	height:18px;
	_height:22px;
}

a.headerSingleSelectedTab {
	padding: 4px 0 0 0;
	color:#3B73B9;
	display:block;
	background-color: transparent;
}
a.headerSelectedTab {
	padding: 2px 0 0 0;
	color:#3B73B9;
	display:block;
	background-color: transparent;
}
a.headerSingleTab {
	padding:4px 0px 0px 0px;
}
a.headerTab {
	padding:4px 0px 0px 0px;
}

/*
End of Styles for Header Full ends 
*/

/** Added for Zebra List component ****/

.oddColor {
      BACKGROUND-COLOR: #efefef
}

.evenColor {
      BACKGROUND-COLOR: #ffffff;
}

UL.bullxx2 {
      PADDING-RIGHT: 0px;
      PADDING-LEFT: 1px!important;
      MARGIN-BOTTOM: 0px;
      PADDING-BOTTOM: 0px;
      MARGIN-LEFT: 0px!important;
      MARGIN-LEFT: -20px;
      LINE-HEIGHT: 15px;
      PADDING-TOP: 0px;    
}

UL.bullxx2 LI {
      PADDING-LEFT: 1px!important;
      PADDING-LEFT: 0px;
      PADDING-TOP: 2px;
      PADDING-BOTTOM: 3px;
      PADDING-RIGHT: 3px;
      /*list-style-position: inside !important;
      list-style-position: inside;  */
}

ul.linkList_icon_zebra li  {
list-style-type:none;
margin: 0px 0px 0px -1px!important;
margin: 0px 0px 0px -10px;
padding:4px 2px 5px 3px !important;
padding:2px 3px 6px 4px;
}

ul.linkList_icon_zebra LI IMG {
border:none;
padding:0px 0px 0px 0px;
margin: 0px 5px 0px 2px;
}

ul.linkList_special_zebra li  {
list-style-type:none;
list-style:url('../images/icon_tick.gif');
margin: 5px 0px -5px -1px!important;
padding:0px 4px 0px -1px!important;
margin: 2px 0px 1px -1px;
padding:4px 0px 9px 3px;
font-size: 13px;
}

html > ul.linkList_un_zebra li  {
list-style-type:none;
margin: 0px 0px 0px 10px;
}

ul.linkList_un_zebra li  {
list-style-type:none;
margin: 0px 0px 0px -1px!important;
margin: 0px 0px 0px -1px;
padding:4px 2px 5px 20px !important;
padding:2px 3px 6px 4px;
}

ul.linkList_Col_zebra li  {
list-style-type:disc;
margin: 0px 0px 0px -1px!important;
margin: 0px 0px 0px -1px;
padding:4px 3px 5px 6px !important;
padding:2px 3px 6px 4px;
}

ul.linkList_num_zebra li  {
list-style-type:decimal;
/*list-style-position:outside;*/
margin: 0px 0px 0px -1px!important;
margin: 0px 0px 0px -1px;
padding:4px 3px 5px 4px !important;
padding:2px 3px 6px 4px;
}

ul.linkList_large_zebra li  {
list-style-type:disc;
margin: 0px 0px 0px -1px!important;
margin: 0px 0px 0px -1px;
padding:4px 3px 5px 6px !important;
padding:2px 2px 6px 4px;
}

ul.linkList_small_zebra li  {
list-style-type:none;
background-image:url("../images/li_bull.gif");
background-repeat:no-repeat;
background-position:6px 10px !important;
background-position:6px 9px;
margin:0 0 0 -1px !important;
margin: 0px -1px 0px -10px;
padding:2px 2px 3px 20px !important;
padding:1px 3px 4px 20px;
}

.listBox ul.linkList_arrow_zebra{
padding: 0px 0px 0px 15px!important;
}
 
ul.linkList_arrow_zebra li  {
list-style-type:none;
list-style:url('../images/icon_arrow.gif');
margin: 0px 0px 0px -15px!important;
margin: 0px 0px 0px -15px;
padding:4px 2px 5px 3px !important;
padding:2px 3px 6px 4px;
}

ul.linkList_cap_zebra li  {
list-style-type:upper-alpha;
margin: 0px 0px 0px -1px!important;
margin: 0px 0px 0px -1px;
padding:4px 4px 5px 2px !important;
padding:2px 3px 6px 4px;
}

ul.linkList_low_zebra li  {
list-style-type:lower-alpha;
margin: 0px 0px 0px -1px!important;
margin: 0px 0px 0px -1px;
padding:4px 2px 5px 3px !important;
padding:2px 3px 6px 4px;
}
 

/*** End of the Zebra List component   ****/



/*********** Start of Style for Dotted Divider **************/
#Divider {
	border-top: #cccccc 1px solid;
	margin-top: 0px;
}
#dottedDivider{
	border-top: 1px dotted #cccccc;	
	width:100%;
	margin-top: 0px;
}
/*********** End of Style for Dotted Divider **************/
/*********** Style for Collapsible Teaser ********************/

.detailcontent_disp_none {
	display:none;
    padding-left: 25px;
 width:70%;
}
.titlecontent {
  color:#444444;
  font-weight: bold;
  font-family: Arial,sans-serif;
  font-size: 11px;
  padding-left:5px;
  width:100%;
  }
  .titlecontent a {
  color:#3B73B9;
  font-weight: bold;
  font-family: Arial,sans-serif;
  font-size: 11px;
  width:60%;
    }
.img_right {
  padding-right: 5px
}
.img_left{
 padding-left: 10px;
}
.img_disp_none{
   display:none;
   padding-left:10px;
}

/*********** End of Style for Collapsible Teaser **************/
/*********** Start of Style for Tabs Divider **************/
.tabsFeature {
	margin:-2px 0px!important;
	margin:0px;
	padding:0px 0px 0px 0px;
	width:100%;	
	float:left;
	background:transparent url(../images/bg_inpagetabs.gif) repeat-x scroll bottom left;
	/*width:550px; */
}

.tabsFeature ul{
	margin:0px 0px 0px -40px!important;
	margin:0px 0px 0px 0px;
}


.tabsFeature ul li{
	margin:0px 0px 0px 0px;
	padding:6px 5px 3px 5px;
	list-style:none;
	float:left;
	display:block;
	font-size:10px;
	border-bottom:2px solid #E6E6E6;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;	
} 

.tabsFeature ul li.selected{
	margin:0px 0px 0px 0px;
	padding: 3px 5px 3px 5px;
	display:block;
	font-size:10px;
	font-weight: bold; 
	border-top:2px solid #E6E6E6;
	border-right:2px solid #E6E6E6;
	border-left:2px solid #E6E6E6;
	border-bottom:3px solid #FFFFFF;
	color:#3B73B9;	
} 


.tabsFeature ul li a{ 
	text-decoration: underline; 
}
.tabsFeature ul li.selected a{
    color:#3B73B9;
	font-weight: bold; 
} 
/*********** End of Style for Tabs Divider **************/

/*********** Start of Style for Sitemap **************/
.ct_section_link A:Link{
	/*font-size:95%;*/
	text-decoration:none;	
}
.ct_section_link A:Link STRONG {
	text-decoration:none;
	color:#000000;
}
.ct_main_link{
	font-weight:bold;
	color:#3B73B9;
}
.ct_main_link A:Link{
	/*font-size:95%;*/
	text-decoration:none;	
}
.ct_main_link a STRONG {
	color:#3B73B9;
	text-decoration:underline;	
}
.ct_sm_link {
	color:#666666;
	text-decoration:underline;
}
.sitemapL1{
	width:100%;
	border:2px solid #E6E6E6;
}

/*********** End of Style for Sitemap **************/

/********** Start styles for Shortcut Box  by Sriram ******/

/*.selectSB{
	background-color:#FFFFFF !important;
	border:1px solid #999999;
	font-family:Arial,Helvetica,san-serif;
	color:#666666;
	font-size:11px;
	line-height:1px;
	margin-right:5px;
	width: 155px;
} */
/* style added by Shivendu for the safari browser*/
.selectSB {
	background-color: #FFFFFF !important;
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	font-family: Arial,Helvetica,san-serif; 
	color: #666666;
	font-size: 11px; 
	line-height: 100%;
	margin-right:5px;
	width: 155px;
}
/* style added by Shivendu for the safari browser ended here*/

#frmSB img{
	cursor: pointer;
}

/********* End styles for Shortcut Box  by Sriram ********/

/* Start of styles for Team_Info component by Balaveera */
#ct_team_member {
	/*font-size:70%;*/
	width:300px;
}
#ct_team_member IMG {
	display:block;
/*	width:100px;*/
	float:left;
	margin: 0 5px 5px 5px;
}
#ct_team_member H3{
	margin: 0 5px 5px 5px;
	color:#666666;
}
.ct_team_data {
	list-style:none;
	margin:0;
	padding:0;
	width:150px;
	float:left;

}
.ct_team_data LI {
	padding:3px;
	color:#7B7979;
}
li.ct_team_list_title {
font-weight: bold
}
ct_team_data ct_team_list_title li A:Visited, ct_team_data ct_team_list_title li A:Hover, ct_team_data ct_team_list_title li A:Active{
text-decoration:underline;
}
.ct_team_row{
height:120px;
}
/* End of styles added for Team_Info component by Balaveera */

/*************** Start of styles added for Header-Popup by Balaveera *********/
a.image_right {
	float: right;
	margin:15px 15px 0px 0px!important;
}
/*************** End of styles added for Header-Popup by Balaveera *********/

/*************** Start of styles added for Disclaimer by Sriram *********/
.footNote {
	PADDING-RIGHT: 0px; BORDER-TOP: #ccc 1px solid; FONT-SIZE: 10px; PADDING-BOTTOM: 0px; MARGIN-LEFT: 0px; COLOR: #999; PADDING-TOP: 5px
}
.footNote p {
	padding:5px;
	margin:0px; 
}

/*************** End of styles added for Disclaimer by Sriram *********/

/*********** Start of styles for toolbox ***************/

#toolBox {
	border:1px solid #E5E5E5; 
	float:left; 
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:98%;
}

#toolBoxTitle
{
    margin:0px 0px 3px 5px;
    padding:4px 0px 0px 0px;
	font-size:150%;
	font-weight:bold;
}

#toolBoxTitle a
{
	color:#3B73B9;
    margin:0px 0px 0px 8px;
    padding:0px 0px 0px 0px;
}

#toolBox ul.toolLinkList {
	padding:0px 0px 0px 0px ;
	margin:0px 5px 0px 5px;
	list-style-type: none
}

#toolBox ul.toolLinkList li {
     
	padding:7px 0px 7px 25px;
	margin:0px 0px 0px 0px;
	border-top: 1px dotted;
    list-style:none;
	color: #3b73b9;

}

#toolBox ul.toolLinkList li.phone {
    list-style:none;
	background:   url(/../images/icon_phone.gif) no-repeat 0 50%;
}
#toolBox ul.toolLinkList li.chat {
    list-style:none;
	background:   url(../images/icon_chat.gif) no-repeat 0 50%;
}
#toolBox ul.toolLinkList li.tutorial {
    list-style:none;
	background:   url(../images/icon_tutorial.gif) no-repeat 0 50%;
}
#toolBox ul.toolLinkList li.mail {
    list-style:none;
	background:   url(../images/Mail.jpg) no-repeat 0 50%;
}
#toolBox ul.toolLinkList li.callback {
    list-style:none;
	background:   url(../images/CallBack.jpg) no-repeat 0 50%;
}

#toolBox ul.toolLinkList li a {
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	color: #3b73b9;
	font-size:11px;
}

/*********** End of styles for toolbox ***************/
/*************** Start of styles added for List by Chakrapani *********/
ul.linkList_large li  {
list-style-type:disc;
margin: 0px 0px 5px -9px!important; /* Fix VFD 080901*/
margin: 0px 0px 5px 20px; /* Fix VFD 080901*/
}

ul.linkList_small li  {
list-style-type:none;
list-style:  url(../images/dot_hor.gif);
margin: 0px 0px 5px -9px!important; /* Fix VFD 080901*/
margin: 0px 0px 5px 20px; /* Fix VFD 080901*/
}

ul.linkList_num li  {
list-style-type:decimal;
list-style-position:outside;
margin: 0px 0px 5px -9px!important; /* Fix VFD 080901*/
margin: 0px 0px 5px 20px; /* Fix VFD 080901*/
}
ul.linkList_num123 ul li {
list-style-type:decimal;
list-style-position:outside;
margin: 0px 0px 0px -9px!important;
margin: 0px 0px 0px 20px;
margin: 0px 0px 5px -9px!important; /* Fix VFD 080901*/
margin: 0px 0px 5px 20px; /* Fix VFD 080901*/
}

.listBox ul.linkList_arrow{
padding: 0px 0px 0px 0px!important;
}

ul.linkList_arrow li  {
list-style-type:none;
list-style:  url(../images/icon_arrow.gif);
margin: 0px 15px 5px 15px!important; /* Fix VFD 080901*/
margin: 0px 5px 5px 5px; /* Fix VFD 080901 */
}

ul.linkList_cap li  {
list-style-type:upper-alpha;
margin: 0px 0px 5px -7px!important; /* Fix VFD 080901*/
margin: 0px 0px 5px 20px; /* Fix VFD 080901*/
}

ul.linkList_low li  {
list-style-type:lower-alpha;
margin: 0px 0px 5px -7px!important; /* Fix VFD 080901*/
margin: 0px 0px 5px 20px; /* Fix VFD 080901*/
}

html > ul.linkList_un li  {
list-style-type:none;
margin: 0px 0px 0px 10px;
}

ul.linkList_un li  {
list-style-type:none;
margin: 0px 0px 5px -20px!important; /* Fix VFD 080901*/
margin: 0px 0px 5px 10px; /* Fix VFD 080901*/
}

ul.linkList_Col li  {
list-style-type:disc;
margin: 0px 0px 5px 23px!important; /* Fix VFD 080901*/
margin: 0px 0px 5px 15px; /* Fix VFD 080901*/
}


ul.linkList_icon li  {

list-style-type:none;
margin: 0px 6px 5px -13px !important; /* Fix VFD 080901*/
margin: 0px 5px 5px 10px; /* Fix VFD 080901*/

}
ul.linkList_icon LI IMG {

	border:none;
	padding:0px 0px 0px 0px;
	margin: 0px 5px 0px -4px;
}

ul.linkList_special li  {
list-style-type:none;
list-style:  url(../images/icon_tick.gif);
margin: 0px 0px 0px -8px!important;
padding:0px 10px 0px 2px!important;
margin: 0px 0px 0px 10px;
padding:0px 10px 0px 10px;
font-size: 13px;
}

.list_bg{
background-color: #DBDBDB;
}

/* By sriram*/ 
.borderedList{/*HF*/
	clear:both;
	float:left;
	border:1px solid #E5E5E5;
	background:transparent;
	width:99%;
/*	height:100%;*/
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.listBox{/*HF*/
	clear:both;
	float:left;
	/*background:#ffffff;*/
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#545454;	
}
.listBox UL{
	margin: 0px 0px 0px 2px!important;
	margin: 0px 0px 0px 13px;
}
.listBox ul.linkList_Col{
	padding: 0px 0px 0px 0px!important;
}
.listBox p{
	margin:5px 0px 0px 0px;
}
.listBox_Grey{/*HF*/
	clear:both;
	float:left;
	background:#f1f1f1;
	width:100%;
/*	height:100%;*/
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#545454;	
}
.listBox_Grey UL{
	margin: 0px 0px 10px -25px!important;
	margin: 0px 0px 10px 20px;
}
.listBox_Grey p{
	margin:10px 0px 0px 0px;
}
.listBox_Grey_Home{/*HF*/
	clear:both;
	float:left;
	background:#f1f1f1;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#545454;

}

.listBox_Grey_Home UL LI{/*HF*/
	padding:3px 0px 3px 0px;
	margin: 0px 0px 0px -13px!important;
	margin: 0px 0px 0px -20px;
}
.listBox_Grey_Home p{
	margin:10px 0px 0px 0px;
}
.listHeader {
    font-size: 16px;
	font-weight: bold;
	color: #545454;
    margin:4px 0px 5px 5px;
}

/*************** End of styles added for List by Chakrapani *********/

/*************** Start of styles added for Teaser-Rollover by Sriram *********/
.colourBoxRollover {
	border:1px solid #E5E5E5;
	background:#EBF1F8;
	clear:both;
	float:left;
/*	height:100%;*/
	width:99%;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.rolloverImage{
	padding:8px 0px 8px 8px;
}
.rolloverTxt{
	color: #3B73B9;
	font-size:10px;
	padding:0px 0px 8px 8px;
	margin:0px 0px 0px 0px;
}
/*************** End of styles added for Teaser-Rollover by Sriram *********/


/******* Start of styles added for Teaser Button Link (left image )component enhancement by Shivendu*********/

.ct_subtitle_right {
	margin:0px 0px 0px 15px;
	padding:0px;
	font-size:14px!important;	
	}

.ct_subtitle_right h5, .ct_title_right, .ct_link_content_right, .ct_button_content_right{
	margin: 0px 0px 0px 15px;
	}

.ct_main_content_right {
	margin:0px 0px 0px 15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#545454;
	font-size:11px;
	}
.ct_align_vertical_link_left{
	display:inline-block;
	text-align:left;
	margin:0px 0px 0px 0px!important;
	margin:6px 0px px px;
}
.ct_align_vertical_link_left UL, .ct_align_vertical_link_left LI{
	display:inline-block;
	text-align:left;
	}

.ct_align_vertical_link_left UL LI IMG{
	margin-right: 5px;
	}

/******* Start of styles added for Teaser Button Link (left image )component enhancement by Shivendu *********/

/******* Start of styles added for Teaser Button Link component by Sriram *********/

#ct_main_content {
	margin:0px 0px 0px 14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#545454;
	font-size:11px;
}
#ct_main_content P {
	font-size:11px;
}
#ct_link_content{
	font-size:100%;
	margin:0px;
	padding:0px 0px 0px 14px;
}
#ct_button_content {
	font-size:100%;
	margin:14px 0px 10px 14px!important;
	margin:14px 0px 10px 9px;
	padding:0px;
}

#ct_link_content UL {
	padding:0;
	list-style:none;
	margin: 2px 0px 2px 0px;
}


#ct_link_content LI {
	padding:0 0 0 0px;
	margin: 0px 0px 0px 14px;
}

#ct_link_content LI IMG {
	border:none;
	padding:0 5px 0 0;
	margin: 0 0 0 0;
}

#ct_subtitle {
	margin:0px 0px 5px 14px;
	padding:0px;
	font-size:14px!important;	
	color: #3b73b9;
}

#ct_subtitle img{
	border: 0px;
}

#ct_subtitle span h5 {
	margin: 0px;
	color: #3b73b9;
	font-size:14px!important;	
}

#ct_subtitle span a h5{
	margin: 0px;
	color: #3b73b9;
	font-size:14px!important;	
}

#ct_subtitle span a{
	text-decoration:none;
}

#ct_subtitle span a:hover{
	color: #545454;
	text-decoration:none;
}

#ct_title {
	margin:0px 0px 0px 14px;
	color: #3b73b9;
	font-size:16px!important;	
}

#ct_title span a h5{
	margin: 0px;
	color: #3b73b9;
	font-size:16px!important;	
}

#ct_title span h5{
	margin: 0px;
	color: #3b73b9;
	font-size:16px!important;	
}

#ct_title span a{
	text-decoration:none;
}

#ct_title span a:hover{
	color: #545454;
	text-decoration:none;
}


.ct_spacer {
	clear:both;
}

.ct_align_left, .ct_align_left UL, .ct_align_left LI {
	text-align:left;
}
.ct_align_hor_left{
	text-align:left;
}
.ct_align_hor_left ul {
	display:block;
	text-align:left;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	
}
.ct_align_hor_left ul li{
	display:inline;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	
}
.ct_align_hor_left ul li img{
	display:inline;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;	
}

.ct_align_hor_left SPAN {
	display:inline;
	text-align:left;
	padding-right:5px;
	padding-left:0px;
}

.ct_align_hor_left SPAN a{
	padding:0px;
}

.ct_align_vertical_left, .ct_align_vertical_left UL {	
	text-align:left;
	margin-left:5px;
}
	
.ct_align_vertical_left LI {
	display:block;
	text-align:left;
}
.ct_align_vertical_left IMG{
	display:block;
	padding-top:0px;
	padding-bottom:4px;	
}
.ct_align_vertical_left LI IMG{
	display:inline;
	float:left;
}
.ct_align_right, .ct_align_right UL, .ct_align_right LI {
	text-align:right;
}

.ct_align_hor_right{
	text-align:right;
}

.ct_align_hor_right LI{
	display:inline;
	text-align:right;
	
}
.ct_align_hor_right IMG {
	display:inline;
	text-align:right;
	padding-left:10px;
	padding-right:0px;
}
.ct_align_hor_right UL{
	display:inline;
	text-align:right;
	width:100%;
}
.ct_align_vertical_right, .ct_align_vertical_right UL{
	text-align:right;
	margin-right:5px;
}
.ct_align_vertical_right LI{
	display:block;
	text-align:right;	
}

.ct_align_vertical_right IMG{
	display:block;
	padding-top:0px;
	padding-bottom:4px;
}

.ct_align_vertical_right LI IMG{
	display:inline;
}
.ct_align_center, .ct_align_center UL, .ct_align_center LI {
	text-align:center;
}
.ct_align_hor_center{
	text-align:center;
}
.ct_align_hor_center LI{
	display:inline;
	text-align:center;
	
}
.ct_align_hor_center UL{
	display:block;
	text-align:center;
	width:100%;
}
.ct_align_hor_center IMG{
	display:inline;
	text-align:center;
	/*padding-left:5px;
	padding-right:5px;*/
}

.ct_align_hor_center SPAN {
	padding-right: 5px;
	padding-left:5px;
}

.ct_align_vertical_center, .ct_align_vertical_center UL, .ct_align_vertical_center LI{
	display:block;
	text-align:center;
	
}
.ct_align_vertical_center IMG{
	display:block;
	padding-top:0px;
	padding-bottom:4px;
}
.ct_align_vertical_center LI IMG{
	display:inline;
}

.ct_align_top {
	margin-top:0;
}
.ct_align_middle {
	margin-top:50%;		
}
.ct_align_bottom {
	margin-top:100%;
}

.blueTeaser{
	border-style:solid;
	border-width:1px;
	border-color:#E7E7EF;
	background-color:#EFF3FF;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
/*	height:100%;*/
	width:99%;
}
.greyTeaser{
	border:1px solid #E5E5E5; 
	background-color:#f1f1f1;
	margin:0px 0px 0px 0px;
/*	height:100%;*/
	width:99%;
}
.whiteTeaser{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#545454;
	font-size:11px;
}

.whiteTeaser tr td span a img{
	border: 1px solid #CCCCCC;
}

/* End of styles added for Teaser Button Link component by Sriram */

/*************** Start of styles added for Feature Graphic and Feature Main *********/
#feattitle
{
    float:left;
	width:100%; 
}

#featMainImage
{
    width:25%;
    
}

.smallTitleText A h5
 {
 float:left;
 width:100%;	 
 height:20px;
 }

.largeTitleText h5
{
 float:left;
 width:100%;	
 color:#FF9900;
 font-size:550%;
 height:20px;
 }

#rightFeature {
/*	width: 145px!important;
	width: 103px;*/
	margin:29px 0px!important;
	margin:-10px 0px;
	float: right;
}
#featuretitle
{
  float: left;
  color:#FF9900;
  font-size:70%; 
  width:100%;
}

.featureSubtitle {
   color:#3B73B9;
   margin: -26px 0px 0px 0px!important;
   margin: -26px 0px 0px 0px;
   border-bottom: 1px solid #e2e2e2;
/*  width:360px!important;
   width:360px;*/
}
#featurelist
{
    padding:0px 5px 0px 0px;
	float: none !important;
}

.featureMainContainer{
	width:550px;
}

.featureButtonsLeft{
	display:inline;
	float:left;
	padding-top:5px;
}
.featureButtonsLeft img, .featureButtonsLeft a img{
	padding-right: 10px;
	padding-left: 0px;
}
.featureButtonsCenter{
	display:inline;
	padding-top:5px;
}
.featureButtonsCenter img, .featureButtonsCenter a img{
	padding-right: 5px;
	padding-left: 5px;
}
.featureButtonsRight{
	display:inline;
	float:right;
	padding-top:5px;
}
.featureButtonsRight img, .featureButtonsRight a img{
	padding-right: 0px;
	padding-left: 10px;
}
/*************** End of styles added for Feature Graphic *********/


/*
Styles for Footer Starts 
*/

.footerWrapper3 { /*Added to delete de double line at the foother | SASF | 070213 */
   	border-top:1px solid #CCC;
	width:740px !important; /* for FF 070405 */
	width:740px;
	margin: 6px 0px;
	padding-top: 5px;
}

.footerWrapper3 ul {      /* Added to Fix the Feature | SASF | 070213 */
	margin:0px;
	padding:0px;
	float:left;
}

.footerWrapper3 li {      /* Added to Fix the Feature | SASF | 070405 */
	margin:0px;
	padding:0px 10px 0px 0px; 
	list-style:none;
	/*float:left;*/
	display: inline;
}

.footerWrapper3 li a {     /* Fix VFD 080901*/
	color: #666666;
	text-decoration:none;
}

.footerWrapper3 p.copy {      /* Added to Fix the Feature | SASF | 070213 */
	clear:both;
	margin:0px;
	padding:0px;
	font-size:11px;
	color:#999;
}

/*
Styles for Footer Ends 
*/


/*
Styles for FAQ Starts 
*/

.blueTitleFeature, .blueTitleFeature H1{
	color:#3B73B9;
	font-weight:bold;
	font-size:12px;
	margin:13px 0px 13px 0px;
}

/*
Styles for FAQ Ends 
*/


/*
Styles for Left Hand Navigation starts 
*/

.contentWrapper {
	width:160px;
	padding:0px 0px 0px 0px; /* padding:0px 0px 0px 38px; Fixed*/
	margin:0px;
	clear:both;
	float:left;
}

.contentWrapper .leftNavigation {
	width:160px !important; /* fot FF */
	width:150px; /* width:150px; Changed to fix the table templates  */
	margin:0px;
	padding:0px 0px 0px 0px!important;
    	padding:0px 0px 0px 0px;	

}
.contentWrapper .leftNavigation ul {
	margin:0px;
	padding:0px;
	background:   url(../images/dot_hor.gif) repeat-x top left;
}

.contentWrapper .leftNavigation ul li {
	margin:0px;
	padding:0px;
	background:   url(../images/dot_hor.gif) repeat-x bottom left;
	list-style:none;
	width:160px;
}

.contentWrapper .leftNavigation ul li a{
	margin:0px; 
	padding:4px 7px 4px 5px;	
	display:block; 
	color:#545454;
	text-decoration:none; /* Fix VFD 080901*/
}

.contentWrapper .leftNavigation ul li a:hover{
	text-decoration:underline;
}

.contentWrapper .leftNavigation ul li.selected a{
	color:#3B73B9;
	font-weight:bold;
}


/*
Styles for Left Hand Navigation ends 
*/

/*Start of  Styles for Multi Item  */


div.specialBox 
{
    border:1px solid #E5E5E5;
    background: #F5F5F5;
	margin:0px 15px 0px 0px !important;
    margin:0px 0px 0px 0px;
    padding:0px 11px 5px 11px !important;
	padding:0px 10px 5px 10px;
	float: left;
}


.ct_align_top {
	margin-top:0;
}
.ct_align_middle {
	margin-top:50%;		
}
.ct_align_bottom {
	margin-top:100%;
}

.ct_align_left, .ct_align_left UL, .ct_align_left LI {
	text-align:left;
}
.ct_align_right, .ct_align_right UL, .ct_align_right LI {
	text-align:right;
}
.ct_align_center, .ct_align_center UL, .ct_align_center LI {
	text-align:center;
}


.listBox{/*HF*/
	clear:both;
	float:left;
	/*background:#ffffff;*/
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#545454;	
}

/* End of Styles for Multi Item  */


/********** Start of styles for news component **********/
.image {
	PADDING-RIGHT: 15px; PADDING-BOTTOM: 15px; PADDING-TOP: 0px
}

.text div p{
    padding-left:1px;
	font-size:13px;
	color:#333333;
	text-align:left;
	line-height:125%;	
}

.newsPaper strong{
    font-size:11px;
	font-weight:bold;
}

.newsPaper{
	font-size:11px;
	color:#333333;      
	PADDING-TOP: 15px;
	PADDING-BOTTOM: 15px;
}

.newsPaperSubtitle{
    font-size:11px;
	}

#mainBody {
   padding-bottom:40px;
   padding-right:0px;
}

.grid_full{
   WIDTH: 550px;
   padding-bottom:40px;
   BORDER-TOP: #ccc 1px solid;
   BORDER-BOTTOM: #ccc 1px solid;
}

.grid_full .cell1 {
	WIDTH: 550px;
	padding-top:0px;
}

.grid_full .cell1.textBody {
    padding-top:0px;
	font-size:11px;
}

.grid_full .cell1.textBody div p { 
	padding-bottom:20px;
	padding-right:0px;
}

.newsContainer{
   clear:left;
   float:left;
   margin:0px;
   padding:0px !important;
   width:550px !important;
   border:1px;
}

.leftColumnNews {
	margin:0px;
	padding:13px 0px 0px 0px !important;
	padding:10px 0px 0px 0px;
	float:left;
	width:370px!important;
	width:370px;
	vertical-align:top;
}

.leftColumnNews h2 {
	font-size:13px;
	color:#3B73B9;
}

.leftColumnNews .colourBox {
	border:1px solid #E5E5E5;
	background:#EBF1F8;
	float:left;
	clear:both;
/*	width:323px !important;   
	width:343px;*/
	margin:10px 0px 0px 0px;
	padding:8px 0px 8px 0px;
}


.leftColumnNews .colourBox a {
	color:#3B73B9;
	text-decoration:underline;
}

.leftColumnNews .colourBoxVar2 {
	border:1px solid #E5E5E5;
	background:#EBF1F8;
	float:left;
	clear:both;
/*	width:331px;*/
	margin:10px 0px 0px 0px;
	padding:8px 8px 8px 8px;
}

.rightColumn2 {
	margin:0px;
	padding:3px 0px 0px 0px !important;
	padding:0px 0px 0px 0px;
	float:left;
/*	width:150px;*/
	position:relative; /* Possible bug */
}

.rightColumn2 img.apr {
	padding:20px 0px 20px 0px; /* padding:33px 17px 26px 16px; */
	background:   url(../images/promo-bg_alex.png) no-repeat top left;
}

.rightColumn2 .colourBox, .rightColumn2 .colourBoxSecond {/* ARL */
	border:1px solid #E5E5E5;
	background:#F5F5F5;
/*	width:140px!important;  for FF */
/*	width:140px;*/
	margin:0px 0px 0px 0px;
	padding:8px 9px 8px 9px !important; /* for FF */
	padding:8px 9px 8px 9px; /*ARL minimize the spacing between the top and bottom images with the border */
	float:left;
}

.rightColumn2 .plainBox, .rightColumn2 .plainBoxSecond, .callBox {
	border:1px solid #E5E5E5;
/*	width:140px!important;  for FF */
/*	width:140px;*/
	margin:10px 0px 0px 0px;
	padding:8px 9px 8px 9px !important; /* for FF */
	padding:8px 9px 8px 9px; /*ARL minimize the spacing between the top and bottom images with the border */
	float:left;
}

.callBox {
	text-align:center;
	vertical-align:middle;
} 

.rightColumn2 .colourBox h2 {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:13px;
}

div.colourBox {
	border:1px solid #E5E5E5;
	background:#F5F5F5;
/*	width:238px !important;  Fix for FF */
/*	width:241px;*/
	margin:10px 0px 0px 0px;
	padding:10px 10px 10px 10px !important; /* for FF */
	padding:0px 2px 0px 10px; /*ARL minimize the spacing between the top and bottom images with the border */
	float:left;
}

div.colourBox p {
    font-size:10px;
}

div.colourBox p a {
    text-decoration: underline;
}

div.colourBox div.text_par { margin-top: -50px;
}

div.colourBox h2 {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:13px;
}

.dividerContentLeft
{
    width:30px!important; /*width:18px!important;*/
    width:30px; /* width:19px;  width:25px; changed to fix on SB  */
}

li.linkListPlus  {
	list-style-type:none;
	list-style:  url(../images/icon_arrow.gif);
}
li.linkListPlus a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/********** End of styles for news component **********/



/* nc_gemoney_add.css content starts*/


/*  CSS added for FAQ  */

ul.bulleted/*Style for the list with bullets*/
{
	list-style-type: disc;
	list-style-position: outside;
	font-family: arial,helvetica,verdana,sans-serif;
	margin-left: 5px;
	padding: 0px 0px 0px 32px; /*top - right - bottom - left */	
}

ul.bulleted li a{
text-decoration:underline;
}

ul.bulleted li {
padding:0px 0px 3px 0px;}


.backtotop, .backtotop p, .backtotop div {/* This is the class for text in the "backtotop"  teaser */
	text-align: right;
	padding-top:3px; padding-left:5px;
}

.gehome_BlueTitleF {	
	font-size:13px;	
	color: #3B73B9;
	margin: 3px 0px 5px 0px;	
}

.gehome_BlueTitleF A {		
	font-size:13px;	
	color: #3B73B9;
	text-decoration:none;
}

H3 {
	FONT-SIZE: 120%
}

/* End of the CSS for FAQ  */


/* Styles for Left Hand Navigation starts*/

.contentWrapper .leftNavigation ul li.child a{/*used for the left navigation in FAQ | HF | 070214*/
	padding:4px 0px 4px 14px;
}

.contentWrapper .leftNavigation ul li.childSelected a{/*used for the left navigation in FAQ | HF | 070214*/
	font-weight:bold; /* Asked Fix || 2007/07/11  */
/*	padding:4px 0px 4px 14px;*/	
	color:#3B73B9;
}

/* Control the Left Padding of 2nd option of Left Navigation */
.contentWrapper .leftNavigation ul li.nav1Lvl a{
    color:#660066;
}

.contentWrapper .leftNavigation ul li.nav2Lvl a{
/*    TEMPORAL FIX, it eliminates the indentation*/
    padding: 4px 0px 4px 10px !important;
    padding: 1px 0px 4px 10px;
/*    padding: 4px 0px 4px 5px !important;
    padding: 1px 0px 4px 5px;*/
	
}

.contentWrapper .leftNavigation ul li.nav3Lvl a{
/*    TEMPORAL FIX, it eliminates the indentation*/
    padding: 4px 0px 4px 7px !important;
    padding: 1px 0px 4px 7px;
/*    padding: 4px 0px 4px 5px !important;
    padding: 1px 0px 4px 5px;*/
}

.contentWrapper .leftNavigation ul li.nav4Lvl a{
/*    TEMPORAL FIX, it eliminates the indentation*/
    padding: 4px 0px 4px 14px !important;
    padding: 1px 0px 4px 14px;
/*    padding: 4px 0px 4px 5px !important;
    padding: 1px 0px 4px 5px;*/
}

.contentWrapper .leftNavigation ul li.nav5Lvl a{
/*    TEMPORAL FIX, it eliminates the indentation*/
    padding: 4px 0px 4px 21px !important;
    padding: 1px 0px 4px 21px;
/*    padding: 4px 0px 4px 5px !important;
    padding: 1px 0px 4px 5px;*/
}


/* Styles for Left Hand Navigation ends */


/********** Start of styles for news component **********/
TR.odd {
	BACKGROUND-COLOR: #f5f5f5;
}

TD.td1 {
	BORDER-TOP-WIDTH: 0px; WIDTH: 90px;
}
TH.td1 {
	BORDER-TOP-WIDTH: 0px; WIDTH: 169px;
}

TD.td1 A, TH.td1  A {
 text-decoration:none; color: #3B73B9;
}

td.td1_HF, th.td1_HF {
 width: 350px;
 height: 25px;
}

.rightColumn2 .colourBox .linkListPlus {
	margin:0px 0px -5px -38px !important;
	margin:0px 0px -5px -20px;
	padding:5px 0px 0px 13px !important;
	padding:5px 0px 0px 13px;
	list-style:none;	
	font-size:10px;
	background:  url(../../../../../Documents%20and%20Settings/Documents%20and%20Settings/alejandra.reynoso/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/SLSHKDKV/%22../images/img_plus.gif%22) no-repeat 0px 7px !important;	
	background:  url(../../../../../Documents%20and%20Settings/Documents%20and%20Settings/alejandra.reynoso/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/SLSHKDKV/%22../images/img_plus.gif%22) no-repeat 0px 7px;
	float:left;
	width:96%;
}

.rightColumn2 .colourBox .linkListMinus {
	margin:0px 0px -5px -38px !important;
	margin:0px 0px -5px -20px;
	padding:5px 0px 0px 13px !important;
	padding:5px 0px 10px 13px;
	list-style:none;
	font-size:10px;
	font-weight:bold;
	background:  url(../../../../../Documents%20and%20Settings/Documents%20and%20Settings/alejandra.reynoso/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/SLSHKDKV/%22../images/img_plus.gif%22) no-repeat 0px 7px !important;	
	background:  url(../../../../../Documents%20and%20Settings/Documents%20and%20Settings/alejandra.reynoso/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/SLSHKDKV/%22../images/img_plus.gif%22) no-repeat 0px 7px;
	float:left;
	width:96%;
	
}


ul.linkList li.mailing {
	background:  url(../../../../../Documents%20and%20Settings/Documents%20and%20Settings/alejandra.reynoso/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/SLSHKDKV/%22../images/icon_mailing.gif%22) no-repeat 0px 5px;
}

ul.linkList li.question {
	background:  url(../../../../../Documents%20and%20Settings/Documents%20and%20Settings/alejandra.reynoso/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/SLSHKDKV/%22../images/icon_question.gif%22) no-repeat 0px 5px;
}

.blue {
    color: #3B73B9;
    font-size:14px;
    font-weight: bold;
    margin-bottom: -8px;
}
/********** End of styles for news component **********/

/*********** Start of styles for News Article component***************/
.demoText
{
FONT-FAMILY:Arial, Helvetica, sans-serif;
FONT-SIZE: 93%;
}
.SubTitle
{
FONT-FAMILY:Arial,helvetica,verdana,sans-serif;
FONT-SIZE: 11px;
}
P.image IMG {
	BORDER-RIGHT: #ccc 1px solid; BORDER-TOP: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid
}
P.image A IMG {
	BORDER-RIGHT: #ccc 1px solid; BORDER-TOP: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid
}
.image IMG {
	BORDER-RIGHT: #ccc 1px solid; BORDER-TOP: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid
}
.image A IMG {
	BORDER-RIGHT: #ccc 1px solid; BORDER-TOP: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid
}
P.noMargin {
	MARGIN-BOTTOM: 0px
}
.image P {
	MARGIN-BOTTOM: 0px
}
#bodyHead {
	BORDER-BOTTOM: #ccc 1px solid
}
#bodyHead H3 {
	PADDING-BOTTOM: 10px
}

.headTypeA {
	PADDING-RIGHT: 80px; PADDING-BOTTOM: 0px; WIDTH: 470px; PADDING-TOP: 0px
}

.headTypeA .image {
	PADDING-RIGHT: 15px; PADDING-BOTTOM: 15px; PADDING-TOP: 0px
}
.headTypeA .imageNoBorder {
	PADDING-RIGHT: 15px; PADDING-BOTTOM: 15px; PADDING-TOP: 0px
}
.headTypeA .imageNoBNoP {
	PADDING-RIGHT: 15px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
.headTypeA .imageNoBNoP P IMG {
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; BORDER-RIGHT-WIDTH: 0px
}

.home #mainBody {
	PADDING-TOP: 30px
}
#bodyHead {
	FONT-SIZE: 85%; LINE-HEIGHT: 125%
}
#foot {
	FONT-SIZE: 85%; LINE-HEIGHT: 125%
}

#bodyHead TABLE {
	FONT-SIZE: 100%
}
H3 {
	FONT-SIZE: 120%
}
.textBlock_sep {
	MARGIN-BOTTOM: 5px; BORDER-BOTTOM: #ccc 1px solid
}

DIV.textBlock_sep H5 {
	MARGIN-BOTTOM: 0px
}
.textBlock_btn .clear-inline {
	CLEAR: both
}
DIV.textBlock_btn H5 {
	MARGIN-BOTTOM: 0px
}
/*********** End of styles for News Article component***************/


/*nc_gemoney_adds.css end here*/

/* Glossary Styles starts here*/

.gls_catg A:link {
	FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: #08a5e1; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.gls_catg A:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: #08a5e1; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.gls_catg A:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: #a9b8df; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.gls_sec_td {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #666666; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.gls_sec_list {
	PADDING-LEFT: 1px; LIST-STYLE-POSITION: inside; FONT-SIZE: 11px; MARGIN: 5px 0px 0px 20px; COLOR: #08a5e1; LINE-HEIGHT: 130%; LIST-STYLE-TYPE: disc; TEXT-ALIGN: justify;
	PADDING-BOTTOM:20px
}
.gls_sec_desc {
	PADDING-LEFT: 1px; FONT-SIZE: 11px; MARGIN: 5px 0px 0px 20px;  LINE-HEIGHT: 130%; TEXT-ALIGN: justify;PADDING-BOTTOM:20px
}
.gls_sec_title {
	PADDING: 0px;
}
/********** Starts of styles for Country Selector component **********/

.countryText {
color:#545454;
font-size: 10px;
padding:2px 0px 0px 0px;
}
.countryText a {
color: #3B73B9;
text-decoration: underline;
}
.countryText a:hover {
color: #545454;
text-decoration: underline;
}
/********** Ends of styles for Country Selector component **********/

/*W3C Updates */

/*Start FAQ component*/
.gehome_Answer { 
	 margin-left:30px;
	}
	.heading5{
	 font-size: 10pt;
	 font-weight:bold;
	}
/*End FAQ component*/

/******* Start of styles added for Teaser Button Link component by Sriram *********/

.ct_main_content {
	margin:0px 0px 0px 14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#545454;
	font-size:11px;
}
.ct_main_content_right{
	margin:0px 0px 0px 14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#545454;
	font-size:11px;
}
.ct_main_content P {
	font-size:11px;
}
.ct_main_content_right P {
	font-size:11px;
}
.ct_link_content{
	font-size:100%;
	margin:0px;
	padding:0px 0px 0px 14px;
}
.ct_link_content_right{
	font-size:100%;
	margin:0px;
	padding:0px 0px 0px 14px;
}
.ct_button_content {
	font-size:100%;
	margin:14px 0px 10px 14px!important;
	margin:14px 0px 10px 9px;
	padding:0px;
}
.ct_button_content_right {
	font-size:100%;
	margin:14px 0px 10px 14px!important;
	margin:14px 0px 10px 9px;
	padding:0px;
}

.ct_link_content UL {
	padding:0;
	list-style:none;
	margin: 2px 0px 2px 0px;
}
.ct_link_content_right UL {
	padding:0;
	list-style:none;
	margin: 2px 0px 2px 0px;
}


.ct_link_content LI {
	padding:0 0 0 0px;
	margin: 0px 0px 0px 14px;
}
.ct_link_content_right LI {
	padding:0 0 0 0px;
	margin: 0px 0px 0px 14px;
}

.ct_link_content LI IMG {
	border:none;
	padding:0 5px 0 0;
	margin: 0 0 0 0;
}
.ct_link_content_right LI IMG {
	border:none;
	padding:0 5px 0 0;
	margin: 0 0 0 0;
}

.ct_subtitle{
	margin:0px 0px 5px 14px;
	padding:0px;
	font-size:14px!important;	
	color: #3b73b9;
}
.ct_subtitle_right{
	margin:0px 0px 5px 14px;
	padding:0px;
	font-size:14px!important;	
	color: #3b73b9;
}

.ct_subtitle img{
	border: 0px;
}
.ct_subtitle_right img{
	border: 0px;
}

.ct_subtitle span h5 {
	margin: 0px;
	color: #3b73b9;
	font-size:14px!important;	
}
.ct_subtitle_right span h5 {
	margin: 0px;
	color: #3b73b9;
	font-size:14px!important;	
}

.ct_subtitle span a h5{
	margin: 0px;
	color: #3b73b9;
	font-size:14px!important;	
}
.ct_subtitle_right span a h5{
	margin: 0px;
	color: #3b73b9;
	font-size:14px!important;	
}

.ct_subtitle span a{
	text-decoration:none;
}
.ct_subtitle_right span a{
	text-decoration:none;
}

.ct_subtitle span a:hover{
	color: #545454;
	text-decoration:none;
}
.ct_subtitle_right span a:hover{
	color: #545454;
	text-decoration:none;
}

.ct_title {
	margin:0px 0px 0px 14px;
	color: #3b73b9;
	font-size:16px!important;	
}
.ct_title_right {
	margin:0px 0px 0px 14px;
	color: #3b73b9;
	font-size:16px!important;	
}

.ct_title span a h5{
	margin: 0px;
	color: #3b73b9;
	font-size:16px!important;	
}
.ct_title_right span a h5{
	margin: 0px;
	color: #3b73b9;
	font-size:16px!important;	
}

.ct_title span h5{
	margin: 0px;
	color: #3b73b9;
	font-size:16px!important;	
}
.ct_title_right span h5{
	margin: 0px;
	color: #3b73b9;
	font-size:16px!important;	
}

.ct_title span a{
	text-decoration:none;
}
.ct_title_right span a{
	text-decoration:none;
}

.ct_title span a:hover{
	color: #545454;
	text-decoration:none;
}
.ct_title_right span a:hover{
	color: #545454;
	text-decoration:none;
}
/* End of styles added for Teaser Button Link component by Sriram */
/*End W3C Updates */
/******* Start of styles added for FDL component enhancement by Saurabh *********/
.addinfo{
	display:inline;
	margin:0px -4px 8px 3px;
/*	font-family:Arial, Helvetica, sans-serif;*/
	color:#999999;
/*	font-size:11px;*/
	line-height:17px;
	}

.listBox_Gray a {
	clear:both;
	font-size:11px;
	background:#f1f1f1;
/*	width:100%;*/
/*	height:100%;*/
	margin: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px !important;
	padding:0px 0px 0px 0px;
	padding-left:0px!important;
	padding-left:8px;
	color:#3B73B9;	
	text-decoration:underline;
}
.listBox_Gray  {
	clear:both;
	background:#f1f1f1;

	font-size:11px;
/*	width:100%; */
/*	height:100%;*/
/*	margin:0px 0px 0px 15px;
	padding:5px 0px 0px 0px;*/
	padding-left:3px!important;
	padding-left:0px;
	color:#3B73B9;	
}

.listBox_Gray a:hover {
	text-decoration:underline;
	color:#666666; /* Fix VFD 080901*/
}
/******* Start of styles added for FDL component enhancement by Saurabh *********/