/* style.css - rev May 12/05  */
p
{
    margin : 2px;
}
td
{
    Text-align : center;
}
span
{
    Background-color : yellow;
}
body
{
    Margin-top : 1px;
    Margin-left : 4px;
}
/* Page Title & h1 are same - h1 only used in index page  ---- */
p.PageTitle
{
    font-family : arial, sans-serif;
    font-size : 24pt;
    font-weight : normal;
    font-style : normal;
    color : yellow;
    line-height : 95%;
}
h1
{
    font-family : arial, sans-serif;
    font-size : 24pt;
    font-weight : normal;
    font-style : normal;
    color : yellow;
    line-height : 95%;
}
/* ---- */
a:link
{
    Color : black;
}
a:link img
{
    Border-Style : solid;
    Border-width : medium;
    Border-Color : silver;
}
a:visited
{
    Color : black;
}
a:visited img
{
    Border-Style : solid;
    Border-width : medium;
    Border-Color : silver;
}
a:active
{
    Color : black;
}
a:hover img
{
    Border-Style : solid;
    Border-width : medium;
    Border-Color : white;
}
a:hover
{
    Color : blue;
}
p.LargeText
{
    font-family : arial, sans-serif;
    font-size : 18pt;
    font-weight : normal;
    font-style : normal;
    color : black;
}
p.LargeText1
{
    font-family : arial, sans-serif;
    font-size : 18pt;
    font-weight : normal;
    font-style : normal;
    color : rgb(219 , 219 , 219);
}
p.LargeText2
{
    font-family : arial, sans-serif;
    font-size : 18pt;
    font-weight : normal;
    font-style : normal;
    color : yellow;
}
p.MidText
{
    font-family : arial, sans-serif;
    font-size : 14pt;
    font-weight : normal;
    font-style : normal;
    color : black;
}
p.MidText1
{
    font-family : arial, sans-serif;
    font-size : 14pt;
    font-weight : normal;
    font-style : normal;
    color : rgb(219 , 219 , 219);
}
p.MidText2
{
    font-family : arial, sans-serif;
    font-size : 14pt;
    font-weight : normal;
    font-style : normal;
    color : yellow;
}
p.MidTextWht
{
    font-family : arial, sans-serif;
    font-size : 14pt;
    font-weight : normal;
    font-style : normal;
    color : white;
}
p.RegText
{
    font-family : arial, sans-serif;
    font-size : 11pt;
    font-weight : normal;
    font-style : normal;
    color : black;
}
p.RegText1
{
    font-family : arial, sans-serif;
    font-size : 11pt;
    font-weight : normal;
    font-style : normal;
    color : rgb(219 , 219 , 219);
}
p.RegText2
{
    font-family : arial, sans-serif;
    font-size : 11pt;
    font-weight : normal;
    font-style : normal;
    color : yellow;
}
p.RegTextWht
{
    font-family : arial, sans-serif;
    font-size : 11pt;
    font-weight : normal;
    font-style : normal;
    color : white;
}
p.SmallText
{
    font-family : arial, sans-serif;
    font-size : 9pt;
    font-weight : normal;
    font-style : normal;
    color : black;
}
p.SmallText1
{
    font-family : arial, sans-serif;
    font-size : 9pt;
    font-weight : normal;
    font-style : normal;
    color : rgb(219 , 219 , 219);
}
p.SmallText2
{
    font-family : arial, sans-serif;
    font-size : 9pt;
    font-weight : normal;
    font-style : normal;
    color : yellow;
}
p.TinyText
{
    font-family : arial, sans-serif;
    font-size : 5pt;
    font-weight : normal;
    font-style : normal;
    color : black;
}
