
/* Establish alignment */
 
.center {text-align: center}
.right {text-align: right}
.left {text-align: left}

/* Define what is going on in page sections */
.headercell {
background-color: #cccc99;
valign: top}

.contentcell {
background-color: white;
valign: top}

.navigationcell {
background-color:#666699;
valign: top}
  
.footercell {
background-color: #cccc99}

/* Build page characteristics */

hr {
color: black;
width: 90%;
size: 10}

td {
vertical-align: top}

span.title {
color: black;
font-style: normal;
font-weight: bold;
font-size: large}

div.content{
background-color:white;
font-family: verdana,arial,helvetica;
font-weight: normal;
color: black}

div.title {
font-size: large;
font-family: verdana,arial,helvetica;
font-weight: bold;
font-style: italic;
text-align: left;
color: #666699}

div.nav {
font-size: medium;
text-align: left;
font-family: verdana,arial,helvetica;
font-weight: bold;
color: black}

div {
font-size: normal;
font-family: verdana,arial,helvetica;
font-weight: normal;
color: black}

div.bold {
font-size: normal;
font-family: verdana,arial,helvetica;
font-weight: bold;
color: black}

body {
font-family: verdana,arial,sans-serif; 
font-size: 10pt; 
background-color: #999966;
top-margin: 3;
right-margin: 3;
left-margin: 3;
bottom-margin: 3}

h1 {
color: maroon;
font-weight: bold;
font-size: large}

h2 {
font-size: small;
font-style:italic;
font-weight: normal;
color: #666699}

/* Set table parameters */


/* Sets margins: top,right,bottom,left */

p {
font-size: 12pt;
text-align: justify;
text-indent: 0.5cm;
margin: 0cm 4cm 0cm 4cm}

a.list {font-size: large}
a:link     {color:red}
a:visited  {color:#666699}
a:active   {color:blue}
a:hover    {color:red}



