/*body text navy 12pt Arial
*/
body {font-size: 12pt;
font-family: "Arial";
color: black;
background: white;
font-weight: bold;}

/* largest headings blue, bold 360pt Arial
*/
h1 {font-size: 26pt;
font-family: "Arial";
color: #003399; font-weight: bold;

text-align: center}

h2 {font-size:18pt; font-family: "Arial"; 
color: #003399; text-align: center} 

h3 {font-size:14pt; font-family: "Arial";
color: black; text-align: center}

div.blu {font-size: 12pt;
font-family: "Arial";
color: #003399;
font-weight: bold;}

div.bluer {font-size: 12pt;
font-family: "Arial";
color: #0000FF;
font-weight: bold;}

/*product details navy small text*/

div.details {font-size: 10pt;
font-family: "Arial";
color: #003399;}

div.footnote {font-size: 12pt;
font-family: "Arial";
color: #003399;
font-weight: bold;}


/*links no-underline
*/

a {text-decoration: none;}