	body {
		margin: 10px;
		background-color: #FFFFFF;
	}
	body, td {
		font-family: Arial, Helvetica, sans-serif;
		color: #333333;
		font-size: 12px;
	}
	p {
		margin: 0.75em 0em;
	}
	a {
		color: #0868AC;
	}
	a:hover {
		text-decoration: underline;
		color: #FF7900;
	}

/* General text styles */
	.headline {
		color: #0868AC;
		font-size: 13px;
		font-weight: bold;
	}
	
	.subheader {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #F88F1A !important;
		font-size: 12px;
	}
	
	.bodyText {
		font-family: Arial, Helvetica, sans-serif;
		color: #333333;
	}
	
	.error {
		font-weight: bold;
		color: #FF0000;
	}
	
	.warning {
		color: #FF0000;
	}
	
	p.tagline {
		margin: 0em 0em 1em;
		font-style: italic;
		font-weight: bold;
		color: #FF7900;
	}
	
	/* CA custom style used on the Products page for the Note */
	p.taglineCA {
		margin: 0em 0em 1em;
		font-style: italic;
		color: #999999;
	}
	
	p.wideTagline {
		margin: 0em 0em 1em;
		font-weight: bold;
		color: #666666;
	}
/* end General text styles */

/* General structural styles */
	ul, ol {
		margin: 0.75em 0em 0em 2em;
		padding-left: 0em;
	}
	
	ol {
		list-style-image: none;
	}
	
	li {
		margin-top: 0.75em;
	}
	td.panelColumn ul {
		margin-top: 0em;
		margin-left: 1.25em;
		padding-left: 0em;
		margin-bottom: 0em;
		list-style-image: url('/images/grey/list_bullet_panel.gif');
	}
/* end General structural styles */

/* Toolbox (email / bookmark / forgot pwd) */
	table.headerTools td.toolText {
		color: #0868AC;
		font-size: 11px;
		padding: 1px 0px 0px 4px;
	}
	table.headerTools td.toolText a {
		text-decoration: none;
		color: #0868AC;
	}
	table.headerTools td.toolText a:hover {
		text-decoration: underline;
		color: #0868AC;
	}
/* end Toolbox */


/* exclusive to this ID styles for the index and header */
	.indexGrey_copy{
		font-family: Arial, Helvetica, sans-serif;
		font-weight:500;
		padding-left:6px;
		padding-top:5px;
		text-decoration:none;
		color:#666666;
	}
		
	a.indexWhite_copy {
		font-family: Arial, Helvetica, sans-serif;
		font-weight:500;
		padding-bottom:10px;
		margin-top:5px;
		text-decoration:none !important;
		color:#FFFFFF !important;
	}
	
	a.indexWhite_copy:hover, a.indexWhite_copy:visited:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-weight:500;
		padding-bottom:10px;
		margin-top:5px;
		text-decoration:none !important;
		color:#FFFFFF !important;
	}

	
	a.menuStyleOver, a.menuStyle, a.menuStyle:hover, a.menuStyle:visited:hover {
		font-family:Arial, Helvetica, MS Sans Serif;
		font-weight:550;
		color:#666666 !important;
		padding:6px 2px;
		text-decoration:none !important;
	}
	
	a.menuStyleOver, a.menuStyle:hover, a.menuStyle:visited:hover {
		color:#FF6600 !important;
		text-decoration:none !important;
	}
	
/* end exclusive to this ID styles for the index and header */


/* Login table */
	table.loginTable {
		margin: 0px 1px 0px 0px;
	}
	
	table.loginTable td {
		color: #0868AC;
		font-size: 12px;
		padding: 1px 0px 0px 0px;
	}
/* end Login table */

/* Forms */
	input.input76 {
		width: 76px;
		height: 18px;
		border: 1px solid #0868AC;
		margin: 0px;
	}
	input.radio, button.radio {
		background : url(/images/grey/button.gif);
		font-family: Arial, Helvetica, sans-serif;
		color: #0868AC;
		font-weight: bold;
		font-size: 12px;
		border: none;
		height: 25px;
		width: 88px;
	}
	input.radioGrey {
		background-image : url(/images/grey/button_grey.gif);
		font-family: Arial, Helvetica, sans-serif;
		color: #0868AC;
		font-weight: bold;
		font-size: 12px;
		border: none;
		height: 25px;
		width: 88px;
	}
/* end Forms */

/* Nav bar */

	table.navBar {
		margin: 0;
	}	

	table.navBar td {
		/*background-image: url("/identity/vonage_ca_fr/images/nav_background.gif");*/
	}

	#navBar {
		background-image:url(/identity/vonage_ca_fr/images/nav_background.gif);
		background-repeat:no-repeat;
		width:775px;
		height:35px;
	}
	
	#navBarMenu {
		float: left;
		padding-top: 10px;
		padding-left: 10px;
		display: inline;
		font-size: 11px;
	}
	
	#navBarSearch {
		float: right;
		padding-top: 5px;
		padding-right: 10px;
		display: inline;
	}
	
/* end Nav bar */

/* Main layout table */
	table.mainTop {
		/*background-image: url('/images/grey/bg_outline_maintop.gif');*/
		background-position: top left;
		background-repeat: no-repeat;
	}
	td.topHeadline {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #FF7900;
		padding: 12px 0px 12px 12px;
	}
	td.buttons {
		padding: 0px 12px 0px 0px;
	}
	table.splitTop {
		/*background-image: url('/images/grey/bg_outline_splittop.gif');*/
		background-position: top left;
		background-repeat: no-repeat;
	}
	table.splitWidth {
		margin: 12px 0px 0px 0px;
	}
	table.splitWidth td.Subnav {
		padding-right: 6px;
	}
	table.splitWidth td.mainContent {
		padding: 1px 20px 0px 12px;
	}
	table.splitWidth td.fullContent {
		padding: 0px;
	}
	table.fullWidth td.mainContent {
		padding: 12px 12px 0px 12px;
	}
	
	table.fullWidth td.fullContent {
		padding: 0px;
	}
	table.splitWidth td.mainContent, table.splitWidth td.fullContent, table.fullWidth td.mainContent, table.fullWidth td.fullContent {
		color: #333333;
	}
	table.mainTable h2, table.fullWidth h2 {
		margin: 0em;
		font-size: 16px;
		font-weight: bold;
		color: #0868AC;
	}
	table.widePanel h2, table.fullWidth h2 {
		margin: 0em;
		font-size: 16px;
		font-weight: bold;
		color: #0868AC;
	}
	table.mainTable h3, table.widePanel h3, table.fullWidth h3 {
		margin: 1em 0em 0.75em 0em;
		font-size: 12px;
		font-weight: bold;
		color: #FF7900;
	}
	table.mainTable h3.topItem, table.widePanel h3.topItem, table.fullWidth h3.topItem {
		margin-top: 0px;
	}
	table.mainTable h4, table.widePanel h4, table.fullWidth h4 {
		margin: 0em 0em 0em 0em;
		font-size: 11px;
		color: #0868AC;
	}
/* end Main layout table */

/* Multi-column list tables */
	table.featureList td {
		padding-right: 12px;
	}
/* end Multi-column list tables */

/* Outlined panels */
	table.panel, div.panel {
		margin: 0px 0px 5px 5px;
		background-image: url('/images/grey/bg_outline_panel_bottom.gif');
		background-position: bottom right;
		background-repeat: no-repeat;
	}
	table.panel td.panel, div.panel div.normalPanel {
		margin: 0px;
		background-image: url('/images/grey/bg_outline_panel_top_cap.gif');
		background-position: top right;
		background-repeat: no-repeat;
		padding: 18px 12px 16px 20px;
	}
/* end Outlined panels */

/* First panel, for text panel in first position at top of right column */
	table.panel td.firstPanel, div.panel div.firstPanel {
		margin: 0px;
		background-image: url('/images/grey/bg_outline_firstpanel_top_cap.gif');
		background-position: top right;
		background-repeat: no-repeat;
		padding: 18px 12px 16px 20px;
	}

/* Self-contained panel has blank background and no padding (for images/flash) */
	table.panel td.selfContained, div.panel div.selfContained {
		margin: 0px;
		background-image: url('/images/grey/bg_blank.gif');
		background-position: top left;
		background-repeat: repeat;
		padding: 0px 0px 0px 5px;
	}

/* Full-page-width panels */
		table.widePanel, div.widePanel {
		margin: 0px 0px 5px 0px;
		background-image: url('/images/grey/bg_outline_widepanel_bottom.gif');
		background-position: bottom left;
		background-repeat: no-repeat;
	}
	
	table.widePanel td.widePanel, div.widePanel div.widePanel {
		margin: 0px;
		background-image: url('/images/grey/bg_outline_widepanel_top_cap.gif');
		background-position: top left;
		background-repeat: no-repeat;
		padding: 20px;
	}
	
	table.widePanel td.selfContained, div.widePanel div.selfContained {
		margin: 0px;
		background-image: url('/images/grey/bg_blank.gif');
		background-position: top left;
		background-repeat: repeat;
		padding: 0px 12px;
	}
	
	/* end Full-page-width panels */

/* Content-area-width panels */
	table.contentPanel, div.contentPanel {
		margin: 0px 0px 5px 0px;
		background-image: url('/images/grey/bg_outline_contentpanel_bottom.gif');
		background-position: bottom left;
		background-repeat: no-repeat;
	}
	table.contentPanel td.contentPanel, div.contentPanel div.contentPanel {
		margin: 0px;
		background-image: url('/images/grey/bg_outline_contentpanel_top_cap.gif');
		background-position: top left;
		background-repeat: no-repeat;
		padding: 12px;
	}
/* end Content-area-width panels */

/* Custom-padded panel for header tools */
	table.headerToolsPanel, div.headerToolsPanel {
		margin: 0px 0px 5px 0px;
		background-image: url('/images/grey/bg_outline_headertools_bottom.gif');
		background-position: bottom right;
		background-repeat: no-repeat;
	}
	table.headerToolsPanel td.headerToolsPanel, div.headerToolsPanel div.headerToolsPanel {
		margin: 0px;
		background-image: url('/images/grey/bg_outline_headertools_top_cap.gif');
		background-position: top right;
		background-repeat: no-repeat;
		padding: 4px 0px 4px 6px;
	}
/* end Custom-padded panel for header tools */

/* If an item is the first thing at the top of a panel, don't add a margin to the top */
	.topItem {
		margin-top: 0em;
	}

/* Home page three-column layout */
	table.index3column {
		background-image: url('/images/grey/bg_solid_rightcolumn_top_connected.gif');
		background-position: top right;
		background-repeat: no-repeat;
	}
	table.index3column tr td.rightColumn {
		background-image: url('/images/grey/bg_solid_rightcolumn_bottom.gif');
		background-position: bottom right;
		background-repeat: no-repeat;
		padding: 0px 9px 9px 9px;
	}

/* Panel on home page (in left columns) */
	table.index3column table.panel {
		margin: 5px 5px 0px 0px;
	}

/* Copyright footer */
	div.footer {
		clear:both;
		float:left;
		font-size: 11px;
		width: 775px;
		padding: 24px 12px 24px 0px;
	}

	p.copyright {
		font-family: Arial;
		font-size: 9px;
		color: #666666;
	}
/* end Copyright footer */

/* Language */
	.version {
		padding: 3px 2px 0px 0px;
		vertical-align: bottom;
		color: #F88F1A;
		font-size: 10px;
		font-weight: bold;
		text-decoration:none;
	}
/* end Language */

	.subSiteNavOn {
		padding: 0px 2px 5px 0px;
		vertical-align: bottom;
		color: #FF7900 !important;
		font-size: 11px;
		font-weight: bold;
		text-decoration:none;
	}	
	.subSiteNavOff {
		padding: 0px 2px 5px 0px;
		vertical-align: bottom;
		color: #1E8BE6 !important;
		font-size: 11px;
		font-weight: bold;
		text-decoration:none;
	}

/* Shading for alternate row items */
	.altShade {
		background-color: #ECECEC;
	}


/*products pages */
div.productPriceImg {
	float:left;
	background-image:  url(/images/products_grey_box.gif);
	background-repeat: no-repeat;
	height: 148px;
	width: 265px;
}

div.productPriceText {
    position: relative;
    height: auto;
    width: auto;
    left: 14px;
    top: 12px;
	line-height: 12pt;
}
.smallNote {
	float:left;
	clear:both;
	font-size: 10px; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: #999999;
	width:100%;
}

.productsDevicePrice {
	font-size: 12px; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: #FF7900;
	font-weight: bold;
}

/* UK Refer A Friend */
div#chartbgImg{
    background-image:  url(ile Not Found);
    background-repeat: no-repeat;
    height: 101px;
    width: 292px;
}
div#chartbgImg2{
    background-image:  url(ile Not Found);
    background-repeat: no-repeat;
    height: 85px;
    width: 292px;
}
div#chartbgText {
    position: relative;
    height: auto;
    width: auto;
	left: 11px;
    top: 13px;
}
div#chartbgText2 {
    position: relative;
    height: auto;
    width: auto;
	left: 11px;
    top: 16px;
}

/* Formatting for Search Results page */

.gsaPageTitle {
	float: left;
	background-color: #FF9900;
	height: 16px;
	width: 100%;
	padding: 3px;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.gsaResults .a{
padding: 0 0 8px 20px ;
}

.gsaResults .b{
padding: 0 0 8px 70px ;
}

.gsaResults .suggestion{
    width: 98%;
padding: 5px 0 8px 20px ;
margin: 27px 0 15px  0;
background-color: #FFE0C4;
}

.gsaResults .link{
font-size: 13px;
}

.gsaResults .more{
font-size: 11px;
}


.gsaResults b{
color: #F67711;
padding: 0 0 0 3px;
}

.gsaNextbtn {
	float: left;
	background-color: #FF9900;
	height: 16px;
	width: 100%;
	padding: 3px;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px 0;
}