/*
January 17, 2008
So far this is used in biz_tips_current, \development\template_reports.htm, \north_am\emails\accounting_and_assurance.htm etc
And members only index, int_index, na_index
*/

/* Structure */

/* Navigation Class */
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #ffffff;
}
.nav td {
	font-size: 15px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}
.nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
}
.nav a:link {}
.nav a:visited {}
.nav a:hover {color: #6683b4;}
.nav a:active {color: #6683b4;}

.asia a {
	font-weight: bold;
	color: #7e83c0;
}

/* rt sidebar links in members only index pages */

.rtlinkgroup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.rtlinkgroup td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	background-color: #6683B4;
	padding: 4px 4px 4px 10px;
	text-align: left;
	height: 30px;
}
.rtlinkgroup a:hover {color: #333333;}
.rtlinkgroup a:active {color: #333333;}

/* <td height="3" align="left" valign="top" bgcolor="f5f8fb"><img src="../art/whitebar.gif" width="316" height="4"></td> */

td.whitebar {
	background-color: #ffffff;
	width: 316px;
	height: 2px;
	font-size: 2px; /* for the &nbsp; in the cell */
	padding: 0;
}

/* Typography */

/*
Search the pages for "style\d\d"
*/

/*
.text is in many many files, including the broadcast email lists. Get rid of all the spans.
*/

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
.text td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
	vertical-align: top;
}

td.rtsidebarheading {
	font: normal 12px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #6683B4;
	vertical-align: middle;
	text-align: left;
	height: 30px;
	margin-bottom: 0px;
}

td.rtsidebarcell {
	font: normal 12px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #002740;
	background-color: #f1f3f9;
	vertical-align: middle;
	text-align: left;
	/*height: 30px;*/
	margin-bottom: 24px;
	padding: 17px 0px 10px 0px;
}

td.rtsidebarspacer {
	color: #ffffff;
	background-color: #ffffff;
	height: 4px;
}

/* Links */


/* Lists, images, etc. */



