/* CSS Document */

/* Text */

p,h2,h3,li
{
font-family: Trebuchet MS, Arial, sans-serif;
}

h2 {font-size: 1.15em;}

h3 {font-size: 0.90em;}

p,li {font-size: 0.85em;}

/* Links */

A:hover {background-color : Yellow;}  /* user hovers     */
A:link    {color: Blue;}              /* links */
A:Visited {color: Purple;}            /* visited links   */

/* Object */

body {background-color: #FFFFFF;}

hr
{
height: 2px;
color: #6F6F6F;
width: 580px;
}

/* Class */

.table /* Header of the page */
{
border: 1px solid #000000;
text-align: left;
}

.headnote /* Header of the page */
{
font-family: Trebuchet MS, Arial, sans-serif;
color: #6F6F6F;
font-size: 1em;
font-weight: bold;
}

.center{
text-align: center;
color: #000099;
}

.headcenter{
text-align: center;
color: #660000;
}

.italic {font-style: italic;}           
.bold {font-weight: bold;}

.bottomlink /* Navigation Links */
{
font-family: Trebuchet MS, Arial, sans-seriff;
font-size: 0.85em;
font-weight: bold;
}

/* All of the following classes apply to the cover */
 
h1.cover /* for cover page only */
{
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 1.2em;
color: #003300;
}

hr.cover /* horizontal rule on the cover page only */
{
height: 1px;
color: #F9E38E;
width: 580px;
}
