
body {
font-size: 12pt;
font-family: Arial, Helvetica, adobe-helvetica, sans-serif;
color: #333333;
background-color: #ffffff;
}

h1 {
/* main title */
font-size: 120%;
font-weight: 800;
color: #0066cc /* medium blue */
}

h2 {
/* used for sub-titles */
font-size: 100%;
font-weight: normal;
color: #0066cc /* medium */
}

t {
/* used for table */
background-color: #339999 /* lt. med. teal */
border: 3;
}

td {
font-size: 10pt;
font-family: Arial, Helvetica, adobe-helvetica, sans-serif;
color: #333333;
}



p.featuring {
/* featuring statement */
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 100%;
font-style: normal;
font-weight: normal;
text-align: left;
margin-left: 5%;
color: #333333 /* dk gray */
}

ol {
font-size: 10pt;
color: #333333;
}

address {
font-family: Arial, Helvetica, adobe-helvetica, sans-serif;
text-align: left;
font-style: normal;
font-size: 80%;
font-weight: bold;
margin-left: 5%;
color: #0066cc; /* medium blue */
}


