body {
   background-color: #FFFFFF;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: small;
   color: #003399;
}

div {
   clear: both;
   float:left;
}

p {
   text-align: justify;
}

/*--h1--*/
P.PageTitle {
   font-size: xx-large;
   font-weight: bold;
   text-align: center;
}

/*--h2--*/
p.TitleLeft {
   font-size: xx-large;
   font-weight: bold;
   text-align: left;
}

p.TitleCenter {
   font-size: xx-large;
   font-weight: bold;
   text-align: center;
}

/*--h3--*/
p.SubTitle {
   font-size: large;
   font-weight: bold;
   text-align: left;
}

/*--h3--*/
p.SubTitleCenter {
   text-align: center;
   font-size: large;
   font-weight: bold;
}

/*--h4--*/
p.SectionTitle {
   font-size: medium;
   font-weight: bold;
   text-align: left;
   margin-bottom: 0em;
}
p.SectionTitleCenter {
   font-size: medium;
   font-weight: bold;
   text-align: center;
   margin-bottom: 0em;
}

/*--h5--*/
p.Subsection {
   font-size:small;
   font-weight: bold;
   text-align: left;
}
p.SubsectionCenter {
   font-size:small;
   font-weight: bold;
   text-align: center;
}

ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
}
   
li {
   list-style-type: none;
   margin: 0;
   padding: 0 0 0 1em;
}
   
a {
   color: #003399;
   text-decoration: none;
}
   
a:hover1 {
   color: #0066CC;
   text-decoration: none;
   font-style: italic;
}

a:hover {
   color: #B40404;
   text-decoration: none;
   font-style: italic;
}

P#footer {
   text-align:center;
   color: #003399;
   font-size: x-small;
}

P#footer > a {
   text-align:center;
   color: #003399;
}

span#note {
   font-size: x-small;
   color: #CC0033;
}

span#staffonly {
   font-size: x-small;
   color: #FFFFFF;
}
