/* http://www.w3schools.com/css/css_examples.asp */

/* Header text: */
h1 {text-decoration: overline}
h2 {color: #000000; font-family: Arial; text-decoration: none; font-size: 9pt; font-weight:bold}
h3 {color: #000000; font-family: Arial; text-decoration: none; font-size: 9pt; font-weight:bold}
h4 {text-decoration: blink}
h5 {color: #000000; font-family: Arial; text-decoration: none; font-size:xx-large; font-weight:bold}

/* a Refs: */
a {text-decoration: none}
a {font-family: Arial}
a {font-style:normal}
a {color: #000000;text-decoration:underline;}
a:hover { text-decoration:underline; }
a.xxsmall {font-size:xx-small; text-decoration:none}
a.normal {font-size:8pt; text-decoration:none; padding-left:5px}
a.normal:hover {font-size:8pt; text-decoration:underline; padding-left:5px; color:#000000}

a.bluelinkbold
{
	font-family: Arial;
	color:#000000;
	font-weight:bold;
	font-size:9pt;
	padding-left:5pt;
	padding-right:0pt;
	padding-top:10pt;
	padding-bottom:10pt;
	text-decoration:none;
}
a.bluelinkbold:hover
{
	font-family: Arial;
	color:#000000;
	font-weight:bold;
	font-size:9pt;
	padding-left:5pt;
	padding-right:0pt;
	padding-top:10pt;
	padding-bottom:10pt;
	text-decoration:underline;
}

a.bluelinkboldnopadding
{
	font-family: Arial;
	color:#000000;
	font-weight:bold;
	font-size:9pt;
	padding-left:0pt;
	padding-right:0pt;
	padding-top:0pt;
	padding-bottom:0pt;
	text-decoration:none;
}

a.bluelinkboldnopadding:hover
{
	font-family: Arial;
	color:#000000;
	font-weight:bold;
	font-size:9pt;
	padding-left:0pt;
	padding-right:0pt;
	padding-top:0pt;
	padding-bottom:0pt;
	text-decoration:underline;
}

a.bluelink
{
	font-family: Arial;
	color:#000000;
	font-weight:normal;
	font-size:10pt;
	text-decoration:none;	
}
a.bluelinksmall
{
	font-family: Arial;
	color:#000000;
	font-weight:normal;
	font-size:8pt;
	text-decoration:none;	
}
a.bluelinkxxsmall
{
	font-family: Arial;
	color:#000000;
	font-weight:normal;
	font-size:xx-small;
	text-decoration:none;	
}
a.bluelink:hover{text-decoration:underline}
a.bluelinksmall:hover{text-decoration:underline}
a.bluelinkxxsmall:hover{text-decoration:underline}
a.bluelinkbold:hover{text-decoration:underline}

a.small 
{
	font-size:9pt;
	font-weight:bold;
	font-family:Arial;
	color:#000000;
}
a.top
{
	font-size:8pt;
	font-weight:bold;
	font-family:Arial;
	color:#aba481;	
}

a.box 
{
  float: left;
  width: 195px;
  background: #FFFFFF;
  margin-right: 18px;
}

a.quicklink
{
	text-decoration:underline; font-size: 9pt; font-weight:normal; font-family: Arial; color: #DEBC03
}
a.quicklinkprospectus
{
	text-decoration:underline; font-size: 8pt; font-weight:normal; font-family: Arial; color: #DEBC03
}

/* Paragraph: */
p {font-family: Arial}
p.sansserif {font-family: sans-serif}
p.normal {font-variant: normal}
p.small {font-variant: small-caps}
p.header
{
	font-weight: bold; font-size: 20pt; color: #000000;font-family: Arial
}
p.headerpadded
{
	font-weight: bold; 
	font-size: 20pt; 
	color: #000000;
	font-family: Arial;
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
}
p.blue 
{
	font-family: Arial;
	color:#000000;
	font-weight:bold;
	font-size:9pt;
}
p.bluebold
{
	font-family: Arial;
	color:#000000;
	font-weight:bold;
	font-size:9pt;
}
p.blueboldpaddingaligncentre
{
	font-family: Arial;
	color:#000000;
	font-weight:bold;
	font-size:9pt;
	padding-left:10pt;
	padding-right:10pt;
	padding-top:10pt;
	text-align:center
}

p.blueboldpaddingleft
{
	font-family: Arial;
	color:#000000;
	font-weight:bold;
	font-size:9pt;
	padding-left:10pt;
	padding-right:10pt;
	padding-top:10pt;
	text-align:left
}

p.taupe
{
	font-family: Arial;
	color:#000000;
	font-weight:normal;
	font-size:9pt;
}
p.taupepadding
{
	font-family: Arial;
	color:#000000;
	font-weight:normal;
	font-size:9pt;
	padding-left:10pt;
	padding-right:10pt;
	padding-bottom:10pt;
	padding-top:10pt;
}
p.taupeitalicpadding
{
	font-family: Arial;
	color:#000000;
	font-weight:normal;
	font-size:9pt;
	font-style:italic;
	padding-left:10pt;
	padding-right:10pt;
	padding-top:10pt;
}
p.taupepaddingalignright
{
	font-family: Arial;
	color:#000000;
	font-weight:normal;
	font-size:9pt;
	padding-left:10pt;
	padding-right:10pt;
	text-align:right
}
p.taupeboldpaddingaligncentre
{
	font-family: Arial;
	color:#000000;
	font-weight:bold;
	font-size:9pt;
	padding-left:10pt;
	padding-right:10pt;
	padding-top:10pt;
	text-align:center
}
p.taupebold
{
	font-family: Arial;
	color:#000000;
	font-weight:bold;
	font-size:9pt;
}
p.blackbold
{
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: Arial
}
p.taupenormal
{
	font-family: Arial;
	color:#000000;
	font-weight:normal;
	font-size:9pt;
}
p.black9pt
{
	font-family: Arial;
	color:#000000;
	font-weight:normal;
	font-size:9pt;
}
p.black8pt
{
	font-family: Arial;
	color:#000000;
	font-weight:normal;
	font-size:8pt;
}
p.paddingright200
{
	PADDING-RIGHT: 200px;
	font-family: Arial;
	color:#000000;
	font-weight:normal;
	font-size:9pt;
}
p.taupe11pt
{
	font-family: Arial;
	color:#000000;
	font-weight:normal;
	font-size:11pt;
	padding-right:80pt;
}
/* List Items: disc = solid circle*/
ul.disc {list-style-type: disc; font-family: Arial;color:#000000;font-size:9pt}
ul.circle {list-style-type: circle}
ul.square {list-style-type: square; font-family: Arial;color:#000000;font-size:9pt}
ul.none {list-style-type: none}
ul.decimal {list-style-type: decimal}
ul.decimal-leading-zero {list-style-type: decimal-leading-zero}

ul.mf 
{
	list-style-image:url('images/mutualfunds_icon.gif');
}

ul.discUB 
{
	list-style-type: disc; 
	font-family: Arial;
	color:#000000;
	font-size:9pt;
	font-weight:normal;
	padding-right:10pt;
	padding-bottom:10pt;
}

ul.navlist
{
	padding: 10px 0;
        margin-left: 0;
        border-bottom: 1px solid #778;
        font: bold 11px Arial, sans-serif;
}


/* TH */
th.columnheaderstyle
{
padding-left: 8px; 
padding-bottom: 10px; 
padding-top: 10px; 
width: 84px; 
color: #FFFFFF; 
background-color: #000000; 
border-top: silver 1px solid; 
border-bottom: silver 3px solid; 
border-right: silver 1px solid; 
border-left: silver 1px solid;
}

/* Table Definition: */
td.navlist
{
	padding: 10px 0;
        margin-left: 0;
        border-bottom: 1px solid #778;
        font: bold 11px Arial, sans-serif;
}
td 
{
	font-family: Arial;
	font-size: small;
}
td.mandatoryfields
{
	PADDING-RIGHT: 5px; FONT-SIZE: 8pt; WIDTH: 259px; COLOR: black; FONT-FAMILY: arial
}
td.mandatoryfieldasterix
{
	WIDTH: 2px; COLOR: red;
}

td.paddingtop25px
{
	PADDING-TOP: 25px
}
td.xxlargebold
{
	font-weight: bold; font-size: 20pt; color: #000000;font-family: Arial
}

td.xxlargebluebold
{
	font-weight: bold; font-size: 20pt; color: #000000;font-family: Arial
}

td.normal
{
	font-weight: normal; font-size: 9pt; color: #000000; font-family: Arial; vertical-align: middle; width: 779px;
}
td.paddingleft1
{
	PADDING-LEFT: 50px
}
td.paddingsurround
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

td.bold
{
font-weight:bold; 
font-size:9pt; 
width:52%; 
color:black; 
font-family:Arial; 
height:21px
}

td.small 
{
	font-size:7.5pt;
	color:Gray
}

td.xxsmall {font-size:xx-small}
td.greenbackground
{
	background-color:#c9c5b7;
	/*f1fee2
	aba48f*/
}
td.greenbackgroundpaddingsurround
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 130px; 
	background-color:#EFEFEF;	
	/*filter:alpha(opacity=60);*/
}

td.paddingsurround
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	/*filter:alpha(opacity=60);*/
}

td.lightbluespacedbackground
{
	PADDING-RIGHT: 50px; PADDING-LEFT: 50px; PADDING-BOTTOM: 25px; PADDING-TOP: 25px; BACKGROUND-COLOR: #e5eef5; color:Black
}
td.spacer
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 20pt; 
	COLOR: #aba48f; 
	FONT-FAMILY: Arial; 
	HEIGHT: 39px
}
td.taupeitalicpadding
{
	font-family: Arial;
	color:#000000;
	font-weight:normal;
	font-size:9pt;
	font-style:italic;
	PADDING-RIGHT: 10px; 
	PADDING-LEFT: 10px; 
	PADDING-TOP: 10px; 
	WIDTH: 290px
}
td.taupeboldpaddinga?igncentre
{
	font-family: Arial;
	color:#000000;
	font-weight:bold;
	font-size:9pt;
	padding-left:10pt;
	padding-right:10pt;
	padding-top:10pt;
	text-align:center
}

td.MasterTitle
{
	font-family:Arial;
	color:#000000;
	font-weight:bold;
	font-size:xx-large;
}
td.silvertopandbottom
{
	BORDER-RIGHT: none; 
	BORDER-TOP: silver 1px solid; 
	BORDER-LEFT: none; 
	BORDER-BOTTOM: silver 1px solid; 
	BORDER-COLLAPSE: separate;
	TABLE-LAYOUT: fixed;
	COLOR: #000000; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 8pt; 	
}

input.bluebutton
{
	font-family: Arial;
	font-size:9pt;
	color:White;
	background-color:#000000;
	border-style:none;
}

img.top
{
	src:"./images/top.gif"; 
	width:28;
	height:20;
	border:none;	
}
caption.header
{
	text-align:left;
	font-weight:bold;
	font-size:9pt; 
	width:52%; 
	color:black; 
	font-family:Arial; 
	height:21px
}
caption.pageheader
{
	text-align:left;
	font-weight:bold;
	font-size:20pt; 
	color:black; 
	font-family:Arial; 
	height:21px
}

/* CSS Tabs */
#navlist {
        padding: 10px 0;
        margin-left: 0px;
        border-bottom: 1px solid #778;
        font: bold 11px Arial, sans-serif;
}

#navlist li {
        list-style: none;
        margin: 0;
        display: inline;
}

#navlist li a {
        padding-left:15px;
        padding-right:15px;
        padding-top:10px;
        padding-bottom:10px;
        margin-left: 0px;
        margin-right: 2px;
        border: 1px solid #778;
        border-bottom: none;
        background: #FFFFFF;
        text-decoration: none;
}

#navlist li a:link { color: #000000; }
#navlist li a:visited 
{
	color: #000000;
}
#navlist li a:active 
{
	color: #DEBC03;
	background: #000000;
	border-color: #DEBC03;
}
#navlist li a:hover {
        color: #DEBC03;
        background: #000000;
        border-color: #DEBC03;
}

#navlist li a#current {
        background: #000000;
        border-bottom: 1px solid white;
}

/*Tabbed Stuff */
div.lightgreyborder
{
	BORDER-RIGHT: gray 1px solid; 
	BORDER-TOP: gray 1px solid; 
	BORDER-LEFT: gray 1px solid; 
	WIDTH: 784px; 
	BORDER-BOTTOM: gray 1px solid; 
}
div.content {
    border: #FFFFFF solid 3px;
    clear: left;
    padding: 0em;
   overflow:visible;
}

div.blackbold
{
	text-align:left;
	font-weight:bold;
	font-size:8pt; 
	color:black; 
	font-family:Arial; 
}	

div.content.inactive {
	display: none;
}

div.bluebackground
{
	background-color:#000000;
}

div.bluebackgroundmargin
{
	background:url(/includes/images/box-text.png)  repeat-x;
	padding: 10px 13px 8px 8px;	
	bottom:0;
	z-index:100;
	width:200px;
	height:256px;
}

div.box-text 
{
	width:298px;
	height:256px;
	background:url(/includes/images/box-text.png)  repeat-x;
	padding: 6px 13px 0;
	float:left;
	position:absolute;
	bottom:0;
	z-index:100;
}


ol#toc {
    height: 1em;
    list-style: none;
    margin: 0;
    padding: 0;     
    border-bottom: 1px solid #778;       
}

ol#toc a {
    background: #FFFFFF url(tabs.gif);
    color: #000000;
    display: block;
    float: left;
    height: 1em;
    text-decoration: none;
       
        margin-left: 3px;
        border: 1px solid #778;
        border-bottom: none;
    
}

ol#toc a:hover {
    background-color: #000000;
    background-position: 0 -20px;
    color:#FFFFFF;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
        font-size:8pt;
    font-family:Arial;
            background-color: #FFFFFF;
}

ol#toc li a.active {
    background-color: #000000;
    background-position: 0 -60px;
    color: #FFFFFF;
    font-weight: bold;
    font-size:8pt;
    font-family:Arial;
}

ol#toc li a.active span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(tabs.gif) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}
span.blackbold
{
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: Arial
}
span.blacknormal
{
	font-family: Arial;
	color:#000000;
	font-weight:normal;
	font-size:9pt;
}
span.blacksmall
{
	font-family: Arial;
	color:#000000;
	font-weight:normal;
	font-size:8p?;
?}
span.blacksmallbold
{
	font-family: Arial;
	color:#000000;
	font-weight:bold;
	font-size:8pt;
}
span.blacksmallitalic
{
	font-family: Arial;
	color:#000000;
	font-weight:normal;
	font-style:italic;
	font-size:8pt;
	margin-bottom:5px;
}
span.whitenormal
{
	font-family: Arial;
	color:#FFFFFF;
	font-weight:normal;
	font-size:8pt;
}
span.whitebold
{
	font-family: Arial;
	color:#FFFFFF;
	font-size:8pt;
	font-weight:bold;
	margin-right:10px;
	padding-right:10px
}
span.bluebold
{
	font-family: Arial;
	color:#000000;
	font-weight:bold;
	font-size:10pt;
}
span.bluesmall
{
	font-family: Arial;
	color:Gray;
	font-weight:normal;
	font-size:xx-small;
	padding-left:5px;
}
span.silversmall
{
	font-family: Arial;
	color:Gray;
	font-weight:normal;
	font-size:xx-small;
	padding-left:5px;
}
span.mediumtitle
{
	FONT-WEIGHT: bold; FONT-SIZE: 16pt; COLOR: #000000; FONT-FAMILY: Arial; padding-left:20px;
}
span.black9pt
{
	font-family: Arial;
	color:#000000;
	font-weight:normal;
	font-size:9pt;
}
span.header
{
	font-weight: bold; font-size: 20pt; color: #000000;font-family: Arial
}

span.blueboldpaddingleft
{
	font-family: Arial;
	color:#000000;
	font-weight:bold;
	font-size:9pt;
	padding-left:10pt;
	padding-right:10pt;
	padding-top:10pt;
	text-align:left
}

span.bluebold9pt
{
	font-family: Arial;
	color:#000000;
	font-weight:bold;
	font-size:9pt;	
	text-align:left
}

span.quicklinkbold
{
FONT-WEIGHT: bold; FONT-SIZE: 11pt; MARGIN-LEFT: 0px; COLOR: white; FONT-FAMILY: Arial
}

span.marginleft9pt
{
margin-left: 10px; font-size: 9pt; font-family: Arial; color: White; margin-right: 10px;
}

hr 
{ 
border: 0; 
color: #CECECE; 
background-color: #CECECE; 
height: 1px; 
}

hr.marginsides
{
margin-left:10px; margin-right:10px; color: White
}

table.silverframesurround
{
	BORDER-RIGHT: silver 1px solid; 
	BORDER-TOP: silver 1px solid; 
	BORDER-LEFT: silver 1px solid; 
	BORDER-BOTTOM: silver 1px solid; 
	BORDER-COLLAPSE: separate;
	TABLE-LAYOUT: fixed;
	COLOR: #000000; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 8pt; 	
}

table.silvertopandbottom
{
	BORDER-RIGHT: none; 
	BORDER-TOP: silver 1px solid; 
	BORDER-LEFT: none; 
	BORDER-BOTTOM: silver 1px solid; 
	BORDER-COLLAPSE: separate;
	TABLE-LAYOUT: fixed;
	COLOR: #000000; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 8pt; 	
}
