Body	{
	color: black;
	background: #EDF3C2;
	font-family: arial;
	font-size: 100%;
	}

.alink
{
    COLOR: #0000ff;
    TEXT-DECORATION: underline
}
.avisited
{
    COLOR: #000080;
    TEXT-DECORATION: underline
}
A:hover
{
    COLOR: lightseagreen;
    TEXT-DECORATION: underline
}
.WhiteLink
{
    COLOR: blue
}
.BlackLink  {font-family: arial; font-size: 70%;
                  color: black}
.Small    { font-family: arial; font-size: 70%;
                  }
.StandardNoMargin { font-family: arial; font-size: 90%}

.Standard { font-family: arial; font-size: 90%    margin-left: 3%;
    margin-right: 3%;
}
.Highlight { font-family: arial; font-size: 130%; color: black }
.TopCentre { font-family: arial; font-size: 150%; font-weight: bold;
             text-align: Center; margin-bottom: 4; color: black }
.ResultGridHdr { font-family: arial; font-size: 80%; color: white;
                  background-color: green; background-repeat: repeat; 
                  background-attachment: scroll; font-weight: bold; }
.ResultGrid { font-family: arial; font-size: 80%; 
              font-weight: bold }
.List   { font-family: arial; text-align: Center; list-style-type:
               none; margin-top: 0 }

.InputThin { width:30; }
.InputWide {width: 180 }
.InputFairlyWide { width: 240 }
.InputVeryWide { width: 360 }

.InputError
        { font-family: arial; font-size: 70%; color: red;
                 font-weight : bold 
}

.InputErrorFull {
     font-family: arial; 
 color: red;
                 font-weight : bold 
}
.MenuBackground {background-color:#EDF3C2}