.YellowHome
{
    background-color : rgb(255, 255, 51);
    color : rgb(0, 0, 255);
    font-size : 14px;
    font-weight : bold;
    Font-family : "Times New Roman";
}
.YellowBack
{
    background-color : rgb(255, 255, 51);
    color : rgb(0, 0, 0);
    font-size : 12px;
    font-weight : bold;
    Font-family : "Times New Roman";
}
.YellowBack td
{
    font-weight : bold;
}

.NormText
{
    background-color : rgb(255 , 255 , 255);
    color : rgb(0 , 0 , 0);
    font-size : 12px;
    font-weight : bold;
    Font-family : Times New Roman;
}
.NormText h2
{
    Font-weight : bold;
    Font-size : 14px;
}
.InvText
{
    background-color : rgb(0 , 51 , 0);
    color : rgb(255 , 255 , 255);
    Font-size : 12px;
    Font-weight : bold;
    Font-family : Times New Roman;
}
.InvText a:link
{
    color : rgb(255 , 255 , 0);
}
.InvText a:visited
{
    color : rgb(255 , 0 , 0);
}
.InvText a:hover
{
    color : rgb(255 , 255 , 255);
}
h1
{
    text-align : center;
    font-size : 16px;
    Font-weight : bold;
}
.TableHead
{
    font-weight : bold;
    text-align : center;
    Font : 16px;
}
.Calendar
{
    color : rgb(0 , 0 , 0);
    background-color : rgb(255 , 255 , 51);
    text-align : left;
    vertical-align : text-top;
    border : thin rgb(0 , 0 , 0);
}
.Calendar tr
{
	font-weight: bold;
    text-align : left;
    vertical-align : text-top;
}
.Calendar h2
{
    text-align : center;
}
.Calendar a:link
{
    color : rgb(0 , 0 , 255);
}
.Calendar a:visited
{
    color : rgb(255 , 0 , 0);
}

