﻿body
{
    background-image: url(images/PA1008.JPG);
    background-color: #c5ffc5;
    border-right: thin;
    border-top: thin;
    background-attachment: scroll;
    overflow: auto;
    border-left: thin;
    color: #001900;
    line-height: normal;
    border-bottom: thin;
    background-repeat: repeat;
    font-family: Corbel, Arial, Serif, Sans-Serif, Monospace;
    letter-spacing: normal;
}
a:active
{
    color: #006633;
}
a:link
{
    color: #006600;
}
a:visited
{
    color: #009933;
}
.heading
{
    font-family: Aloe, 'Aloe Extended' , Bazooka, Andy, Arial, Serif, Sans-Serif, Monospace;
    font-weight: bold;
    font-size: 28pt;
    text-align: center;
    width: 790px;
}
h3
{
    font-weight: bold;
    text-transform: capitalize;
    color: #003300;
    font-style: normal;
    font-family: Alor, Corbel, Arial, Serif, Sans-Serif, Monospace;
    font-variant: normal;
    text-decoration: underline;
    font-size: 13.55pt;
}
h4
{
    text-transform: capitalize;
    color: #336600;
    font-weight: bold;
    font-size: 11pt;
    font-style: normal;
    font-family: Alor, Corbel, Arial, Serif, Sans-Serif, Monospace;
    font-variant: normal;
    margin-bottom: 0px;
}
h2
{
    font-weight: bold;
    text-transform: capitalize;
    color: #003333;
    font-style: normal;
    font-family: Alor, Corbel, Arial, Serif, Sans-Serif, Monospace;
    font-variant: small-caps;
    text-decoration: underline;
    text-align: center;
    font-size: 18pt;
}
input
{
    color: #001900;
    font-family: Corbel, Arial, Serif, Sans-Serif, Monospace;
}
option
{
    color: #001900;
    font-family: Corbel, Arial, Serif, Sans-Serif, Monospace;
}
textarea
{
    color: #001900;
    font-family: Corbel, Arial, Serif, Sans-Serif, Monospace;
}
.pagelight
{
    background-color: #bbff95
}
td
{
    vertical-align: top;
}
.Lspace
{
    width: 170px;
}
.Rspace
{
    width: 100px;
}
.navs
{
    line-height: 200%;
}
table
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.NewEvent
{
    font-weight: bold;
    font-size: 16pt;
    color: green;
    font-style: italic;
    text-decoration: underline overline;
    background-color: white;
}
.RedEvent
{
    font-weight: bold;
    font-size: 16pt;
    color: Red;
    font-style: italic;
    text-decoration: underline overline;
    background-color: #ffa500;
}
.main
{
    width:790px;
}
.ValidationError
{
    font-weight: bold;
    background-color: #ff0000;
    text-decoration: underline;
}
.valOK
{
    font-style: normal;
}
.blackout
{
    color: #000000;
    background-color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
}
.center
{
    text-align: center;
}
.u
{
    text-decoration: underline;
}