body {
    font-family: verdana, arial, sans serif, helvetica;
    color: #006600;
}

h1 {
    font-family: times new roman, times;
    font-style: italic;
    color: #000066;
    text-align: center;
}

h2 {
    font-family: times new roman, times;
    font-style: italic;
    color: #000099;
    text-align: center;
}

h3 {
    font-family: times new roman, times;
    font-style: italic;
    color: #0000CC;
    text-align: center;
}

th {
    color: #006600;
    font-size: smaller;
}

td {
    color: #006600;
    font-size: smaller;
}

a {
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #FF0000;
}

.main {
    background-image: url("../images/kestrels_logo_big.gif");
    background-position: top center;
    background-repeat: repeat-y;
}

.round th {
    background-color: #CCCCCC;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr:#CCCCCC,EndColorStr:window);
}

.gold {
    background-color: #FFFF99;
    text-align: center;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr:#FFFF99,EndColorStr:window);
}

.orange {
    background-color: #FFCC99;
    text-align: center;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr:#FFCC99,EndColorStr:window);
}

.red {
    background-color: #FF9999;
    text-align: center;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr:#FF9999,EndColorStr:window);
}

.purple {
    background-color: #CC99CC;
    text-align: center;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr:#CC99CC,EndColorStr:window);
}

.purpleblue {
    background-color: #B299E5;
    text-align: center;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr:#B299E5,EndColorStr:window);
}

.blue {
    background-color: #9999FF;
    text-align: center;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr:#9999FF,EndColorStr:window);
}

.bluegrey {
    background-color: #B2B2E5;
    text-align: center;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr:#B2B2E5,EndColorStr:window);
}

