﻿body {
    font-family: Tahoma;
    background-color: lightblue;
    margin-top: 0;
    font-size: small;
}
td 
{
    font-family: Tahoma;
    font-size: small;
}
Div
{
    font-family: Tahoma;
    font-size: small;
}
INPUT
{
    font-size: xx-small;
}
SELECT
{
    font-size: x-small;
}
   .dad
{
    background-color: #6699cc;
} 
   .mom {background-color: lightpink;} 
   .White {background-color: White;}
   .formInput {text-align: left; font-family: verdana; font-size: 10px;}
   .formInputG {text-align: left; font-family: verdana; font-size: 10px; background-color: Gainsboro;}
   .formInputRight {text-align: right; font-family: verdana; font-size: 10px;}
   .formSelectRight {text-align: right; font-size: 10px;}
   .formInputCenter {text-align: center; font-family: verdana; font-size: 10px;}
   .smallfont  {font-size: x-small;}
   .formTD   {font-size: x-small;}
   .centered {text-align: center;}
   .leftAlign {text-align: left;}
   .lefty {text-align: left;}
   .righty {text-align: right;}
   .otherStep
   {
    background-color:gray;
    color:White;
    font-size: x-small;
    }
    
    .likeabutton { margin: 5px; padding:3px; text-decoration: none; border-style: solid; 
		border-bottom-width: 2px; border-right-width: 2px; border-top-width: 1px; border-left-width: 1px; 
		border-bottom-color:ButtonShadow; border-right-color:ButtonShadow; border-top-color:ButtonHighlight; border-left-color: ButtonHighlight;
		}
		
   .currentStep
   {
    background-color:yellow;
    color:red;
    font-weight: bold;
    font-size: x-small;
    }
    
    .currentStepYellow
   {
    background-color:yellow;
    color:black;
    font-weight: bold;
    font-size: x-small;
    }
    
   .currentStepOrange
   {
    background-color:orange;
    color:black;
    font-weight: bold;
    font-size: x-small;
    }
    
   .currentStepPink
   {
    background-color:pink;
    color:black;
    font-weight: bold;
    font-size: x-small;
    }

   .currentStepWhite
   {
    background-color:white;
    color:black;
    font-weight: bold;
    font-size: x-small;
    }
  
   .currentStepRed
   {
    background-color:Tomato;
    color:black;
    font-weight: bold;
    font-size: x-small;
    }
    
.boldFont {font-weight: bold;}
.altGridRow {background-color: white;}
.stdGridRow {background-color: beige;}
.redGridRow {background-color: red;}
.GridHdr 
        {background-color: Gray;
        font-weight: bold;
        color: White;
        vertical-align: bottom;
        }
        
.SpecialThanks
{
    font-family: Arial;
}
