/* Black Background, no background image */
.BlackBG {background: black; font-family: arial; font-size: 12px;
                   font-weight: normal; color: white; margin: 0 0 0 0}

/* Topic Style */
.TitleCenter {font-family: arial; font-size: 32px; font-weight: bolder;
              text-align: center; vertical-align: center; margin: 5px 0 5px 0}
.TitleLeft {font-family: arial; font-size: 32px; font-weight: bolder;
              text-align: left; vertical-align: center; margin: 5px 0 5px 0}

/* Sub-Topic Style */
.SubTitleCenter {font-family: arial; font-size: 24px; font-weight: bolder;
                 text-align: center; vertical-align: center; margin: 5px 0 0 0}
.SubTitleLeft {font-family: arial; font-size: 24px; font-weight: bolder;
                 text-align: left; vertical-align: center; margin: 5px 0 0 0}

/* Provide interactive link for images */
.HoverImg {border: 5px outset aliceblue}
.HoverImg:link {border: 5px outset aliceblue}
.HoverImg:visited {border: 5px outset aliceblue}
.HoverImg:hover {border: 5px inset aliceblue}
.HoverImg:active {}

Img {border: 0 solid white}

/* Provide interactive list of links */
.HoverLst {text-decoration: none; font-family: arial; padding-left: 9px}
.HoverLst:link {color: #FFFFFF}
.HoverLst:visited {color: #FFFFFF}
.HoverLst:hover {color: #FFFF00; padding-left: 4px; border-left: 5px groove #FFFF00}
.HoverLst:active {color: silver; padding-left: 4px; border-left: 5px groove violet}

/* Provide paragraph indentation to be used with HoverLst */
.Indent1stLine{text-indent:-18px; margin-left: 16px; margin-top: 0px; margin-bottom: 0px}

/* Framing size and borders */
.100x100NoBorders {width: 100%; height: 100%; border: 0 none transparent}

/* Center and Bold */
.CenterBold {text-align: center; font-weight: bold}

h2.RF {font-family: arial}

p {font-size: 14px; margin: "0 0 0 0"}

p.Menu {margin-bottom: -15px;
        font-size: 14px}

p.Footer {font-size: 12px;
          color: white}

p.MailButton {font-size: 14px}

/*
FFFFFF - White
0000FF - Blue
FF00FF - Violet
33CC00 - Green
FFFF00 - Yellow
suggest visited color - Orchid
*/

/* Links displayed on the Left Frame */

a.LF {font-weight: bold;
      font-family: times, "times new roman", sans-serif;
      text-decoration: none}
a.LF:link {color: #FFFFFF}
a.LF:visited {color: #FFFFFF}
a.LF:hover {color: #FFFF00;
            background: #3300FF;
            font-style: italic;
            border-style: inset;
            border-width: 2px 2px 2px 2px}
/* a.LF:active {color: #FFFF00} */

/* Links displayed as a button */

a.Button {font-weight: bold;
          font-family: times, "times new roman", sans-serif;
          text-decoration: none;
          border-style: outset}
a.Button:link {color: #FFFFFF}
a.Button:visited {color: #FFFFFF}
a.Button:hover {color: #FFFF00;
                background: #3300FF;
                font-style: italic;
                border-style: inset}
a.Button:active {color: #FFFF00}

.BackMenu {text-decoration: none; font-family: "arial"; font-size: 12px; color: #FFFFFF}

.BackMenu:hover {font-weight: bold; color: #FFFF00}


.PictureFrame { border: 4px outset #FFFFFF; padding-left: 4px; padding-right: 4px; 
               padding-top: 4px; padding-bottom: 4px }

.PictureFrameLF { border: 4px outset #FFFFFF; padding-left: 4px; padding-right: 4px; 
               padding-top: 1px; padding-bottom: 1px }

.PicDescCtrRegWht { font-family: Arial; text-align: center; word-spacing: 0; line-height: 100%; 
               color: #FFFFFF; margin-top: 0; margin-bottom: 0 }

.SubtitleBlackBg { font-family: Arial; font-size: 14pt; text-align: center; word-spacing: 0; 
               line-height: 100%; color: #FFFFFF; font-weight: bold; 
               margin-top: 0; margin-bottom: 0; background-color: #000000 }

.HPic        { font-family: Arial; font-weight: bold; text-align: center; word-spacing: 0; 
               line-height: 100%; width: 200; height: 132; 
               border: 6px outset #FFFFFF; margin-top: 0; margin-bottom: 0 }

.VPic        { font-family: Arial; font-weight: bold; text-align: center; word-spacing: 0; 
               line-height: 100%; width: 132; height: 200; 
               border: 6px outset #FFFFFF; margin-top: 0; margin-bottom: 0 }
