

/* body and p - most text will fit into one of these two styles */
body
{
	font-size: 10pt;
	/* This will be overridden in percent.css */
	background: #FFFFFF;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	margin: 0px;
}

p
{
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
}


/* MTWC Styles */

.bodlin a: {
	border: 0;
		font-size:10px;

	}
	
	.bodlin a:link {
	color: #2E4167;
	text-decoration: none;
	}
	
	.bodlin a:visited {
	text-decoration: none;
	color:#7388B0;
	}
	
	.bodlin a:active {
	color: #C3DAF2;
	text-decoration: none;
	}
	
	.bodlin a:hover {
	color:#3E5E9D;
	text-decoration: underline; 
	}



p.continfo
	{
	margin-left: 10pt;
	
	}
	



.lilist
{
	margin-left: .2em;
	padding-left: 0;
	list-style: none;
	line-height: 20px;
}

.lilist li
{
	padding-left: 12px;
	background-image: url(../images/main_imgs/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
}



.lilistnobull
{
	margin-left: .2em;
	padding-left: 0;
	list-style: none;
	line-height: 20px;
}

.lilistnobull li
{
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: 0 7px;
}












.notlilist
{
	margin-left: .2em;
	padding-left: 0;
	list-style: none;
}

.notlilist li
{
	padding-left: 12px;
	background-image: url(../images/main_imgs/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	margin-bottom 12px;
}






/* MTWC styles end */



/* *~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~* */


/* STYLES SPECIFIC TO IBD Specify that sidenav shouldn't fade to grey when visited */
a.breadnav:visited { color: #003366; }
a.breadnav { color: #003366; }
a.breadnav:active { color: #003366; }
a.breadnav:hover { color: #ff0000; }

a.breadnav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	line-height: 100%;
	color: #003366;
	text-align: left;
	padding: 0;
	margin: 0;
}


a.breadnav2:visited { color: #003366; }
a.breadnav2 { color: #003366; }
a.breadnav2:active { color: #003366; }
a.breadnav2:hover { color: #ff0000; }



/* this style is for when the breadcrumb 'onpage' is too large and must shrink to fit */

.onbread
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	line-height: 100%;
	color: #666666;
	text-decoration: none;
	text-align: left;
	padding: 0;
	margin: 0;
}





/* STYLES FOR NAVIGATION AREAS WHEN ON THE PAGE */
.onpage
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	line-height: 100%;
	color: #666666;
	text-decoration: none;
	text-align: left;
	padding: 0;
	margin: 0;
}

.onpage2
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 13pt;
	color: #F00;
	text-decoration: none;
	text-align: left;
	padding: 0;
	margin: 0;
	font-size:9pt;
}

/* STYLES FOR NAVIGATION AREAS WHEN ON THE PAGE END */
.high td { height: 100%; }






a.lwhite:visited
{
	color: #ffffff;
	text-decoration: none;
}

a.lwhite
{
	color: #ffffff;
	text-decoration: none;
}

a.lwhite:active
{
	color: #ffffff;
	text-decoration: none;
}

a.lwhite:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.highwhitesm
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}

.publ { font-size: 11px; }
a.publ:visited { color: #003366; }
a.publ { color: #003366; }
a.publ:active { color: #003366; }
a.publ:hover { color: #ff0000; }

.indent1
{
	margin-left: 20px;
	padding-left: 20px;
		font-size: 9pt;
	line-height: 13pt;
	font-size:9pt;
}

.indent1 a { color: #335c85; }

.indent2
{
	margin-left: 30px;
	padding-left: 30px;
	list-style-type: none;
	font-size: 9pt;
	line-height: 13pt;
	font-size:9pt;
}

.indent2 a { color: #335c85; }



.indent3
{
	margin-left: 40px;
	padding-left: 40px;
	list-style-type: none;
	font-size: 9pt;
	line-height: 13pt;
}

.indent3 a { color: #335c85; }






.onpage3
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 13pt;
	color: #F00;
	text-decoration: none;
	text-align: left;
	margin: 0;
	margin-left: 5px;
	padding-left: 5px;
	list-style-type: none;
}

/* FLOAT RIGHT */
.flr
{
	float: right;
	margin: 7px 0 7px 7px;
	padding: 7px 0 7px 7px;
}

/* FLOAT LEFT */
.fll
{
	float: left;
	margin: 7px 7px 7px 0;
	padding: 7px 7px 7px 0;
}

/* EXPANDED SECTION COLOUR */













table { margin: 0; }












/* IBD STYLES END */


/* *~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~* */


/* Inheritance doesn't work in NS4 so re-specify for paragraphs (no one uses it anyway) */

/* Link styles */
/* General-purpose link styles */

/* Links without any classes on them will be blue, or grey if visited,
	and red if active or under the mouse cursor */

a:link { color: #003366; }
a:visited { color: #999999; }
a:hover { color: #FF0000; }
a:active { color: #FF0000; }
a.nohover:hover { color: #000000; }

/* 'noline' class can be applied to a link to
   prevent it from being underlined */

a.noline { text-decoration: none; }

/* 'nofade' class can be applied to a link to
	prevent it from turning grey when visited */

a.nofade:visited { color: #003366; }
a.nofade { color: #003366; }
a.nofade:active { color: #003366; }
a.nofade:hover { color: #ff0000; }

/* Breadcrumb link styles */
.breadcrumb
{
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

.breadcrumb a:link { color: #003366; }
.breadcrumb a:visited { color: #003366; }

.breadcrumb a:hover
{
	color: #FF0000;
	text-decoration: none;
}

.breadcrumb a:active { color: #FF0000; }

/* Side-navigation button link styles */
/* 'sidenav' class is for toolbox-style left-side navigation buttons */
a.sidenav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	line-height: 105%;
	color: #003366;
	text-decoration: none;
	text-align: right;
	display: block;
	/* Make clickable area fill the button */
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Specify that sidenav shouldn't fade to grey when visited */
a.sidenav:visited { color: #003366; }
a.sidenav { color: #003366; }
a.sidenav:active { color: #003366; }
a.sidenav:hover { color: #ff0000; }

/* Top-navigation link styles */
.menuBlack
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color: #999999;
	background-color: #000000;
	padding: 0px 2px 0px 3px;
	width: 20%;
}

.menuBlack a
{
	font-size: 8pt;
	padding: 1px;
	margin: 0px;
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	display: block;
	width: 95%;
}

.menuBlack a:visited { color: #ffffff; }
.menuBlack a:active { color: #ffffff; }
.menuBlack a:hover { color: #ffffff; }

.menuColoured
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color: #333333;
	background-color: #A6B1DF;
	padding: 0px 2px 0px 3px;
	width: 20%;
}

.menuColoured a
{	
	font-size: 8pt;
	color: #000000;
	/* Foreground colour of inst menu bar links */
	background-color: #A6B1DF;
	/* Background colour of inst menu bar links */
	text-decoration: none;
	padding: 1px;
	margin: 0;
	display: block;
	width: 95%;
}

.menuColoured a:visited { color: #000000; }
.menuColoured a:active { color: #000000; }
.menuColoured a:hover { color: #000000; }





/* MENU COLOURED FRENC */

.fmenuColoured
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color: #333333;
	background-color: #A6B1DF;
	padding: 0px 2px 0px 3px;
	width: 20%;
}

.fmenuColoured a
{	
	font-size: 7.9pt;
	color: #000000;
	/* Foreground colour of inst menu bar links */
	background-color: #A6B1DF;
	/* Background colour of inst menu bar links */
	text-decoration: none;
	padding: 1px;
	margin: 0;
	display: block;
	width: 95%;
}

.fmenuColoured a:visited { color: #000000; }
.fmenuColoured a:active { color: #000000; }
.fmenuColoured a:hover { color: #000000; }



/* MENU COLOURED FRENCH ENDS */

/* Other page elements */
/* Make things in tables arial in NS4 */
td { font-family: arial, helvetica, sans-serif; }

/* No borders on images by default */
img { border-style: none; }

/* Lists have square bullets by default */
ul
{
	list-style: square;
	font-family: arial, helvetica, sans-serif;
	line-height: 12pt;
	margin-top: 0%;
	margin-bottom: 0%;
}

/* Have to style this to make it work properly in NS4 */
li
{
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
}

/* Header styles */
.bigmargins

{
font-size: 14pt;
color: #001b35;
font-family: arial, helvetica, sans-serif;
}




/*THIS IS FOR SUBHEADINGS IN ARTICLES */

.subtd
{
	color: #333;
	font-size: 15px;
}


h4.sub
{
	font-size: 12pt;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 0%;
	color: #003366;
	font-weight: bold;
}

h4.sub2
{
	font-size: 12pt;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 0%;
	color: #003366;
}

.sub3
{
	font-size: 12pt;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 0%;
	color: #003366;
	font-weight: bold;
}



.sub
{
	font-size: 11.5pt;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 0%;
	color: #003366;
	font-weight: bold;
}


.sub4
{
	font-size: 10.5pt;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 0%;
	color: #003d7a;
	font-weight: bold;
}



.sub5
{
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 0%;
	color: #003d7a;
	font-weight: bold;
}







/*THIS IS FOR Feature styles */

.feat {
font-size: 8.5pt;
margin-left: 4pt;
margin-top: 4pt;
margin-right: 3pt;
color: #036;
}

.featfll
{
font-size: 8.5pt;
margin-left:  4pt;
float: left;
margin-right: 6px;
}


.featflr
{
margin-right;  5pt;
float: right;
margin-left: 6px;
}










/*THIS IS FOR SUBHEADINGS IN ARTICLES ENDS */







h1
{
	font-size: 14pt;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 0%;
	color: #000000;
}

h2
{
	font-size: 13pt;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 0%;
	color: #003366;
}

h3
{
	font-size: 12pt;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 0%;
	color: #666666;
}

h4
{
	font-size: 11pt;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 0%;
	color: #000000;
}


h5
{
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 0%;
	color: #003366;
}

h6
{
	font-size: 9pt;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 0%;
	color: #666666;
}

/* Other classes */
/* Convenience classes */
/* Classes to name colours */
.blue { color: #003366;
font-size: 11.5pt;}


.red { color: #ff0000; }

/* And sizes */
.small { font-size: 9pt; }
.smaller { font-size: 8pt; }




.bitsmaller { font-size: 8.5pt; }





/* Rounded feature boxes */
.features
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: normal;
}

a.features
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: normal;
}

/* for quotes */
.quote { line-height: 1.3em; }

.quote img
{
	margin: 0;
	padding: 0;
}

/* quotes styles end */
/* table navigation top margin buffer */
.buffer
{
	margin-top: 15px;
	padding: 15px;
}

/* top margin buffer ends */
.bgcol td
{
	width: 440px;
	background-color: #e2e2e2;
	padding: 0;
	margin: 0;
	height: 16;
	font-weight: bold;
}

.featuresTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #003366;
	font-weight: bold;
}

.caption
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 100%;
	color: #990000;
}

.greybgrnd
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}


/* Institute, branch, or program identifier text in the upper-left */
.ibpident
{
	padding: 0 0 10px 0;
	font-family: 'verdana', arial, helvetica, sans-serif;
	line-height: 1.5em;
	width: 132px;
}

/* 5 XHTML-specific styles */
.imgcell img, .imgcell a
{
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

.tight img, .tight a
{
	margin: 0;
	border: 0;
	padding: 0;
}