A {
    font-weight: bold;
    color: #FFFFFF;
}
.grade {
   font-size: 10pt;
}

H1 {
    font-family: serif;
    font-weight: bold;
    font-size: large;
}
H2 {

    color: #007788;
    font-family: serif;
    font-weight: bold;
    font-style: italic;	 
    font-size: medium;
}

H4 {
    color: #000000;
    font-family: serif;
    font-style: bold; 
    font-size: large;
}

H5 {
    color: #FFFFFF;
    font-family: serif;
    font-style: bold;
    font-size: medium;
}

.sidebar
{
    color: #000000;
    //font-family: Trebuchet MS, Arial, Helvetica, serif;
    //font-style: roman;
    //font-weight: bold;	
    font-style: times;
    font-size: 10pt;
    text-decoration: none;	
}
.lefttable
{
background-color: #CCCCCC;
}
.righttable
{
background-color: #009988;
}

.header
{
    color: #008899;
    font-family: Trebuchet MS, Arial, Helvetica, serif;
    font-size: 18pt;
    text-decoration: none;
}

.subheader
{
    color: #009988;
    font-family: Trebuchet MS, Arial, Helvetica, serif;
    font-size: 16pt;
    text-decoration: none;
}
.subsubheader
{
    color: #009988;
    font-family: Trebuchet MS, Arial, Helvetica, serif;
    font-size: 12pt;
    text-decoration: none;
}

.bigger
{ 
    font-size: 120%;
}
