/* CSS Document */
<STYLE type="text/css">

<!--
BODY
{
background-image: url(images/back.gif);
background-color: #FFFFFF;
}

.BlueHeading
{
font-size: 16px;
font-weight: bold;
text-align: left;
color:Navy;
}

.BlueHeadingCenter
{
font-size: 16px;
font-weight: bold;
text-align: left;
color:Navy;
text-align: center;
}

.RedHeading
{
font-size: 16px;
font-weight: bold;
text-align: left;
color:Red;
}

.WhiteTable
{
background-color: #FFFFFF;
font-size: 12px;
font-family: Verdana, Tahoma, Arial;
color: #000000;
}

.TextCenter
{
text-align: center;
font-size: 12px;
font-family: Verdana, Tahoma, Arial;
color: #000000;
}

LI
{
font-size: 12px;
font-family: Verdana, Tahoma, Arial;
color: #000000;
	
}
.LargeTableHeader
{
background-color: #FFFFFF;
font-size: 16px;
font-family: Verdana, Tahoma, Arial;
color: #000000;
font-weight: bold;
}

.WaiverDays
{
background-color:#D6D6D6;
font-size: 12px;
font-family: Verdana, Tahoma, Arial;
color: #000000;
}

.Vacation
{
background-color:#B4EEB4;
font-size: 12px;
font-family: Verdana, Tahoma, Arial;
color: #000000;
}

.EarlyRelease
{
background-color:#B2DFEE;
font-size: 12px;
font-family: Verdana, Tahoma, Arial;
color: #000000;
}

.GrayRow
{
background-color: #D3D3D3;
font-size: 12px;
font-family: Verdana, Tahoma, Arial;
color: #000000;
}

TH
{
background-color: #5CACEE;
font-size: 12px;
font-family: Verdana, Tahoma, Arial;
color: #000000;
font-weight: bold;
}

.Header
{
background-color:  #5CACEE;
font-color: #FFFFFF;
font-size: 18px;
font-family: Copperplate Gothic Light,Bookman Old Style,Verdana;
font-weight: bold;
}

.Bold
{
font-color: #214482; 
font-weight: bold;
font-size: 14px;
}

td
{
font-size: 16px;
font-family: Verdana, Tahoma, Arial;
color: #000000;
}

P, LI
{ 
font-size: 12px;
font-family: Verdana, Tahoma, Arial;
color: #000000;
}

.Note
{ 
font-size: 8px;
font-family: Verdana, Tahoma, Arial;
color: #000000;
font-style:italic;
}

H1 {
font-size: 18px;
font-weight: bold;
text-align: left;
}

H2 {
font-size: 16px;
font-weight: bold;
text-align: left;
}

H3 {
font-size: 14px;
font-weight: bold;
text-align: left;
}
A:link {
color: navy;
background: white;
font-weight: bold;
}

A:active {
text-decoration: underline;
}

A:visited {
color: navy;
background: white;
font-style: italic;
}

A:hover {
text-decoration: none;
color: navy;
background: white;
font-size: 12px;
}
-->
</STYLE>
