/* CSS Document - this document covers the styling for the individual fund price webpages created by the fund price macro */

/* This styles the close window hyperlink */
a 
{ 
color: #000000; 
font-weight: bold; 
font-size: 8pt; 
font-family: Arial, Helvetica;  
text-decoration: underline 
}

/* This styles the close window hyperlink when the mouse hovers over it */
a:hover 
{ 
color: #000000; 
font-weight: bold; 
font-size: 8pt; 
font-family: Arial, Helvetica; 
text-decoration: none
}

/* this is a class that covers font styling and has been applied to both tables in the pages 
and therefore controls the appearance of all text on the page */
.text 
{
color: #000000; 
font-size: 8pt; 
font-family: Arial, Helvetica; 
text-decoration: none 
}

/* This is a heading  - used to style 'notes' on the fund price page*/
h1 
{
font-size: 8pt;
margin-bottom: 0;
padding-bottom: 0;
}

/* an ordered list used to style the note points at the bottom of the page */
ol, li
{
font-size: 8pt;
margin-bottom: 0;
margin-top: 0;
padding-bottom: 0;
padding-top: 0;
}
