/* style sheet for the St James's Montefiore ECB 5 year plan */
h1.plan {
	font-family: "Arial Black";
    font-size: 20pt;
	color: #CD0921;
    font-weight: normal;
    margin-bottom: 0px;
	margin-top: 0px;
	}
h2.plan {
    font-family: "Arial Black";
    font-size: 10pt;
    color: #0A326E;
    font-weight: normal;       
    }
h3.plan {
    font-family: "Arial Black";
    font-size: 10pt;
    color: #9E9EBE;
    }
p {
    font-family: "Arial"; 
    font-size: 9pt;
    color: #000000;
    font-weight: normal; 
    }
p.blueText {
    color: #0A326E;
    }
div.box {
    border-width: 2px;
    border-color: #0A326E;
    border-style: solid;
    padding: 5px;
    margin-bottom: 20px;
    margin-top: -5px;     
    }    
ul {
    list-style-type: square;
   }
a.plan{
    text-decoration: none;
    cursor: pointer;
    color: #CD0921;
    font-weight: normal;    
}
table.planTable {
    font-weight: normal;
    color: #000000;
    font-size: 14pt;    
}
td {
    border-width: 2px;
    border-color: #0A326E;
    border-style: solid;
}
tr.titleRow {
    font-weight: bold;
    background-color: #9E9EBE;     
    } 
th {
    font-weight: bold;
    background-color: #9E9EBE;
    font-size: 10pt;
    border-width: 2px;
    border-color: #0A326E;
    border-style: solid;
}    
        
