﻿body
{
  background-image: url('../Images/bgweb2.jpg');
}
h1
{
    font-size: xx-large;
    font-weight: bold;
    color: #0000FF;
    text-align: left;
}
.style1
{
    font-size: xx-large;
    font-weight: bold;
    color: #0000FF;
}

.style2
{
    font-size: large;
    font-weight: bold;
    color: #0000FF;
}
.style2Black
{
    font-size: large;
    font-weight: bold;
    color: #000000;
}
.style2Aqua
{
    font-size:x-large;
    font-weight: bold;
    color: #0099CC;
}
.style2_underline
{
    font-size: large;
    font-weight: bold;
    color: #0000FF;
    text-decoration: underline;
}
.stylexsmall
{
    font-size:x-small;
    font-weight: bold;
    color: Black;
}
.stylesmall
{
    font-size: small;
    font-weight: bold;
    color: Black;
}
.columnheaderstyle
{
    font-size:small;
    font-weight: bold;
    color: black;
    font-family:Arial
}
.columnstyle
{
    font-size:small;
    font-weight:normal;
    color: black;
    font-family:Arial
}
.columneditstyle
{
    font-size:small;
    font-weight:normal;
    color: black;
    font-family:Arial;
}
table
{
    font-weight: bold;
    text-align: left;
}
