body
{
color: black;
background-color: #e0e0e0;
font-family: "Arial";
font-size: 10pt;
font-weight: normal;
}

.large
{
font-size: 11pt;
}

.normal
{
font-size: 9pt;
}

.small
{
font-size: 7pt;
}

.left
{
text-align: left;
}

.center
{
text-align: center;
}

.bold
{
font-weight: bold;
}

a
{
color: blue;
text-decoration: none;
}

a:hover
{
color: red;
}

h1
{
font-size: 13pt;
font-weight: bold;
text-align: center;
}

h2
{
font-size: 11pt;
font-weight: bold;
text-align: center;
}

h3
{
font-size: 9pt;
font-weight: normal;
text-align: center;
}

h4
{
font-size: 7pt;
font-weight: normal;
text-align: center;
}

td
{
font-size: 9pt;
font-weight: normal;
}

th
{
font-size: 9pt;
font-weight: bold;
}

