/* chosen purple is #330099;
    old BN purple is #6633cc;
*/

body {

    font-family: helvetica, verdana, sans-serif;


}

a {
	color:#6633cc;
	font-weight: bold;
	text-decoration: none;
	
}

a:hover
{
	color:#ff9900;
    background: white;
	
}

.small-anchor {
    
    color:#6633cc;
    font-style: italic;
    font-size: 10pt;   
    font-weight: normal;
    text-decoration: none;
}

.cal-anchor {
    
    color:#6633cc;
    font-size: 9pt;   
    text-decoration: none;
}


.alt-anchor {
    color: #333333;
    font-size: 9pt;   
}

img.right 
{
    float:right;
    border:1px solid black;
    margin: 0px 20px 10px 5px;
   
}

img.left
{
    float:left;
    border:1px solid black;
    margin: 0px 5px 10px 5px;
   
}

div.border{
	
	border:1px solid black;
}

div.right {

    float:right;    
    margin: 5px 0px 5px 7px;   
    text-align:center;
}

div.left {

    float:left;
    margin: 5px 7px 5px 0px;   
    text-align:center;
   
}

p.caption {
    font: bold 9pt sans-serif;
    color: white;
    background: #6633cc;
    padding: 3px;
    margin: 0em;
    
}


p, td {
        color: #333333;
	font-size: 10pt;
	line-height: 140%;
	text-align: justify;
	
}
td{
	padding-left; 3px;
	padding-right; 3px;
}

td.o {  
    border-bottom: solid #ff9900 1px;
    border-right: solid #ff9900 1px;
    padding: 2px 6px;
}

.tight {
    line-height: 110%;
    
}

.centre {
    text-align: center;
}




h3 {
    font-size: 12pt;
    
}

h4 {
    font-size: 10pt;
     color: black;
    
}

li {    color: #333333;
	font-size: 10pt;
    margin-bottom: 3mm;
	line-height: 110%
	
}

table.orange {
	border-collapse: collapse;
	border : solid 2px #ff9900;
}

th {
        color: #ffffff;
	background: #ff9900;
	font-size: 10pt;
}

    
.note {
    	font-weight: bold;
	color: #000000;
	
}


.quote {
    	font-weight: bold;
    text-align: center;
	/* color: 333333; */
	
	
}

.comment {
    font-style: italic;
}

.rightcomment {
    font-style: italic;
    text-align: right;
    line-height: 110%;
}

p.breadcrumbs {
    background: #6633cc;
    font-style: oblique;
    font-size: 8pt;
    color: white;
    padding-left: 4px;
    
}

p.breadcrumbs a{
    color:#6633cc;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

p.breadcrumbs a:hover{

    color:#ff9900;
   /* background: white; */
    
}


.small {
     color: #333333;
     font-size: 8pt;
     line-height: 120%
}

.vsmall {
     color: #333333;
     font-size: 7pt;
}

.clear{
	clear: both;
	}

 
    

    

    


    
