BODY   {background:         rgb(150,200,235);
        text-align:         Center}

DIV    {background:         inherit;
        text-align:         Center;
        position:           relative;
        padding:            0 0 10px 0;
        margin:             2%;
        border:             #909 thick double;}

H2     {background:         #369;
        color:              #FC0;
        font:               600 18pt Arial;
        text-align:         Center;
        float:              Left;
        width:              Auto;
        margin:             0;
        padding:            5pt;
        border-right:       #909 thin solid;
        border-bottom:      #909 thin solid;}

H2 IMG {border:             none;
        float:              none;
        clear:              none;}

IMG.Right
       {border:             #C93 8pt ridge;
        position:           relative;
        float:              right;
        right:              0;
        top:                0;
        }

IMG.Left
       {border:             #C93 8pt ridge;
        position:           relative;
        float:              left;
        clear:              both;
        left:               0;
        top:                0;
        }

IMG.Down
       {border:             #C93 8pt ridge;
        position:           relative;
        float:              right;
        clear:              right;
        right:              0;
        top:                0;
        }

TD, P {
        float:              none;
        clear:              left;
        text-align:         Center;
        width:              300px;
        color:              #369;
        background:         rgb(150,200,235);
        font:               16pt Arial;
        }
P      {margin:             30pt 0 10pt 10%}
TD     {padding:            0}
TABLE  {width:              100%; clear: left}

EM     {font-style:          normal}
.Red   {color:               Red}
.White {color:               White}
.Blue  {color:               Blue}
.Mag   {color:               #F0F}
.Cyan  {color:               #0FF}

UL {
        clear:              Left;
        margin-left:        10%;
        text-align:         Left;
        color:              Lime;
        font:               16pt Arial;
        }
