/* external css file */
/* filename 'style.css' */


body {color: white; background-color: #ECF2ED; font-family: 'Times New Roman', sans-serif;}

p, h1, h2, h3 {margin: 2px 2px 0px 2px;} 

p, h1, h2, h3, ul, ol, hr {color: rgb(0,0,104); background-color: transparent;}

p {font-weight: 500; font-size: medium;}

.green {font-weight: bold; font-size: medium; color: green; background-color: transparent;}

.orange {font-weight: bold; font-size: medium; color: orange; background-color: transparent;}

.in {text-indent: .25in;}

.footer {font-weight: bold; font-family: Arial, sans-serif; }

.descript {font-size: small; color: rgb(0,0,104); background-color: transparent;}

ul {margin: 2px 2px 0px 35px; font-weight: bold; font-size: medium;}

.type1 {color:#8C4E95; text-decoration:underline; font-size:9pt;}

.type2 {color:#8C4E95; text-decoration:underline; font-size:14pt;}
